Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp28 const uint8_t gFontSizeSteps[] = {4, 6, 8, 9, 10, 12, 14, 18, 20, variable
845 int32_t nTotal = sizeof(gFontSizeSteps) / sizeof(uint8_t); in GetAutoFontSize()
857 if (IsBigger(gFontSizeSteps[nMid])) in GetAutoFontSize()
863 return (float)gFontSizeSteps[nMid]; in GetAutoFontSize()