HomeSort by relevance Sort by last modified time
    Searched refs:nPrecision (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 478 int nPrecision = 0;
482 nPrecision = va_arg(argList, int);
485 nPrecision = FXSYS_atoi(pStr);
490 if (nPrecision < 0 || nPrecision > 128 * 1024) {
580 if (nPrecision != 0 && nItemLen > nPrecision) {
581 nItemLen = nPrecision;
600 if (nItemLen < nWidth + nPrecision) {
601 nItemLen = nWidth + nPrecision;
    [all...]
fx_basic_wstring.cpp 443 int nPrecision = 0;
447 nPrecision = va_arg(argList, int);
450 nPrecision = FXSYS_wtoi(pStr);
455 if (nPrecision < 0 || nPrecision > 128 * 1024) {
545 if (nPrecision != 0 && nItemLen > nPrecision) {
546 nItemLen = nPrecision;
565 if (nItemLen < nWidth + nPrecision) {
566 nItemLen = nWidth + nPrecision;
    [all...]

Completed in 248 milliseconds