Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp845 int32_t iFormWidth = iCharWidth; in GetDisplayPos() local
846 pFont->GetCharWidth(wForm, iFormWidth); in GetDisplayPos()
847 float fOffset = fFontSize * (iCharWidth - iFormWidth) / 2000.0f; in GetDisplayPos()