Home
last modified time | relevance | path

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

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