Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp394 int32_t iSimilarValue = 0; in GetSimilarValue() local
396 iSimilarValue += 16; in GetSimilarValue()
399 iSimilarValue += 16; in GetSimilarValue()
402 iSimilarValue += 16; in GetSimilarValue()
405 iSimilarValue += 8; in GetSimilarValue()
408 iSimilarValue += 8; in GetSimilarValue()
410 return iSimilarValue; in GetSimilarValue()
1508 int32_t iSimilarValue = in FindFont() local
1510 if (iSimilarValue > iBestSimilar) { in FindFont()
1511 iBestSimilar = iSimilarValue; in FindFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp408 int32_t iSimilarValue = FX_GetSimilarValue(pFont, pParams->dwFontStyles); in FX_DefFontMatcher() local
409 if (iBestSimilar < iSimilarValue) { in FX_DefFontMatcher()
410 iBestSimilar = iSimilarValue; in FX_DefFontMatcher()