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

  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.cpp 284 int32_t iBestSimilar = 0;
297 if (iSimilarValue > iBestSimilar) {
298 iBestSimilar = iSimilarValue;
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 54 int32_t iBestSimilar = 0;
90 if (iBestSimilar < iSimilarValue) {
91 iBestSimilar = iSimilarValue;
95 return iBestSimilar < 1 ? nullptr : pBestFont;
    [all...]

Completed in 2122 milliseconds