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 505 int nPrecision = 0;
509 nPrecision = va_arg(argList, int);
512 nPrecision = FXSYS_atoi(lpsz);
517 if (nPrecision < 0 || nPrecision > 128 * 1024) {
607 if (nPrecision != 0 && nItemLen > nPrecision) {
608 nItemLen = nPrecision;
627 if (nItemLen < nWidth + nPrecision) {
628 nItemLen = nWidth + nPrecision;
    [all...]
fx_basic_wstring.cpp 777 int nPrecision = 0;
781 nPrecision = va_arg(argList, int);
784 nPrecision = FXSYS_wtoi(lpsz);
789 if (nPrecision < 0 || nPrecision > 128 * 1024) {
879 if (nPrecision != 0 && nItemLen > nPrecision) {
880 nItemLen = nPrecision;
899 if (nItemLen < nWidth + nPrecision) {
900 nItemLen = nWidth + nPrecision;
    [all...]

Completed in 817 milliseconds