Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp292 int32_t iBestSimilar = 0; in FindFont() local
304 if (iSimilarValue > iBestSimilar) { in FindFont()
305 iBestSimilar = iSimilarValue; in FindFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp109 int32_t iBestSimilar = 0; in MatchDefaultFont() local
145 if (iBestSimilar < iSimilarValue) { in MatchDefaultFont()
146 iBestSimilar = iSimilarValue; in MatchDefaultFont()
150 return iBestSimilar < 1 ? nullptr : pBestFont; in MatchDefaultFont()