Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp304 int32_t iBestSimilar = 0; in FindFont() local
316 if (iSimilarValue > iBestSimilar) { in FindFont()
317 iBestSimilar = iSimilarValue; in FindFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp78 int32_t iBestSimilar = 0; in MatchDefaultFont() local
114 if (iBestSimilar < iSimilarValue) { in MatchDefaultFont()
115 iBestSimilar = iSimilarValue; in MatchDefaultFont()
119 return iBestSimilar < 1 ? nullptr : pBestFont; in MatchDefaultFont()