HomeSort by relevance Sort by last modified time
    Searched refs:iSimilarValue (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 394 int32_t iSimilarValue = 0;
396 iSimilarValue += 16;
399 iSimilarValue += 16;
402 iSimilarValue += 16;
405 iSimilarValue += 8;
408 iSimilarValue += 8;
410 return iSimilarValue;
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 408 int32_t iSimilarValue = FX_GetSimilarValue(pFont, pParams->dwFontStyles);
409 if (iBestSimilar < iSimilarValue) {
410 iBestSimilar = iSimilarValue;
    [all...]

Completed in 47 milliseconds