Searched refs:gFontSizeSteps (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 10 const FX_BYTE gFontSizeSteps[] = { 4, 6, 8, 9, 10, 12, 14, 18, 20, 25, 30, 35, 40, 45, 50, 55, 60, … variable 1555 FX_INT32 nTotal = sizeof(gFontSizeSteps) / sizeof(FX_BYTE); in GetAutoFontSize() 1569 if (IsBigger(gFontSizeSteps[nMid])) { in GetAutoFontSize() 1579 return (FX_FLOAT)gFontSizeSteps[nMid]; in GetAutoFontSize()
|