Searched defs:gFontSizeSteps (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp10 const FX_BYTE gFontSizeSteps[] = { 4, 6, 8, 9, 10, 12, 14, 18, 20, 25, 30, 35, 40, 45, 50, 55, 60, 70, 80, 90, 100, 110, 120, 130, 144}; variable
1562 FX_INT32 nTotal = sizeof(gFontSizeSteps) / sizeof(FX_BYTE);
1576 if (IsBigger(gFontSizeSteps[nMid])) {
1586 return (FX_FLOAT)gFontSizeSteps[nMid];

Completed in 471 milliseconds