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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1496 int32_t iBestSimilar = 0; local
1510 if (iSimilarValue > iBestSimilar) {
1511 iBestSimilar = iSimilarValue;
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp362 int32_t iBestSimilar = 0; local
409 if (iBestSimilar < iSimilarValue) {
410 iBestSimilar = iSimilarValue;
414 return iBestSimilar < 1 ? NULL : pBestFont;

Completed in 78 milliseconds