Searched refs:gFontSizeSteps (Results 1 – 1 of 1) sorted by relevance
28 const uint8_t gFontSizeSteps[] = {4, 6, 8, 9, 10, 12, 14, 18, 20, variable845 int32_t nTotal = sizeof(gFontSizeSteps) / sizeof(uint8_t); in GetAutoFontSize()857 if (IsBigger(gFontSizeSteps[nMid])) in GetAutoFontSize()863 return (float)gFontSizeSteps[nMid]; in GetAutoFontSize()