Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1203 int32_t iWidth, iCharWidth, iCharHeight; in GetDisplayPos() local
1402 iCharHeight = iCharWidth; in GetDisplayPos()
1405 iCharHeight = 1000; in GetDisplayPos()
1408 fCharHeight = fFontSize * iCharHeight / 1000.0f; in GetDisplayPos()
Dfx_rtfbreak.cpp1209 int32_t iWidth, iCharWidth, iCharHeight; in GetDisplayPos() local
1301 iCharHeight = iCharWidth; in GetDisplayPos()
1304 iCharHeight = 1000; in GetDisplayPos()
1307 fCharHeight = fFontSize * iCharHeight / 1000.0f; in GetDisplayPos()