Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp940 int32_t iCharSize; in GetCharRects() local
949 iCharSize = pEngine->GetWidthOfChar(iAbsolute); in GetCharRects()
952 iCharSize = *pWidths++; in GetCharRects()
954 fCharSize = static_cast<float>(iCharSize) / kConversionFactor; in GetCharRects()