Home
last modified time | relevance | path

Searched refs:iBestSimilar (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.cpp284 int32_t iBestSimilar = 0; in FindFont() local
297 if (iSimilarValue > iBestSimilar) { in FindFont()
298 iBestSimilar = iSimilarValue; in FindFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp54 int32_t iBestSimilar = 0; in MatchDefaultFont() local
90 if (iBestSimilar < iSimilarValue) { in MatchDefaultFont()
91 iBestSimilar = iSimilarValue; in MatchDefaultFont()
95 return iBestSimilar < 1 ? nullptr : pBestFont; in MatchDefaultFont()