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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 527 int nPrecision = 0;
531 nPrecision = va_arg(argList, int);
534 nPrecision = FXSYS_atoi(lpsz);
539 if (nPrecision < 0 || nPrecision > 128 * 1024) {
633 if (nPrecision != 0 && nItemLen > nPrecision) {
634 nItemLen = nPrecision;
653 if (nItemLen < nWidth + nPrecision) {
654 nItemLen = nWidth + nPrecision;
    [all...]
fx_basic_wstring.cpp 823 int nPrecision = 0;
827 nPrecision = va_arg(argList, int);
830 nPrecision = FXSYS_wtoi(lpsz);
835 if (nPrecision < 0 || nPrecision > 128 * 1024) {
929 if (nPrecision != 0 && nItemLen > nPrecision) {
930 nItemLen = nPrecision;
949 if (nItemLen < nWidth + nPrecision) {
950 nItemLen = nWidth + nPrecision;
    [all...]

Completed in 88 milliseconds