Searched refs:iCharSize (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/layout/
H A Dcfx_txtbreak.cpp926 int32_t iCharSize; local
934 iCharSize = pEngine->GetWidthOfChar(i);
937 iCharSize = *pWidths++;
939 fCharSize = static_cast<float>(iCharSize) / 20000.0f;
946 iCharSize = iFontSize * 500;

Completed in 62 milliseconds