Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp26 const uint8_t gFontSizeSteps[] = {4, 6, 8, 9, 10, 12, 14, 18, 20, variable
983 int32_t nTotal = sizeof(gFontSizeSteps) / sizeof(uint8_t); in GetAutoFontSize()
995 if (IsBigger(gFontSizeSteps[nMid])) { in GetAutoFontSize()
1005 return (FX_FLOAT)gFontSizeSteps[nMid]; in GetAutoFontSize()