Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1204 FX_FLOAT fX, fY, fCharWidth, fCharHeight; in GetDisplayPos() local
1408 fCharHeight = fFontSize * iCharHeight / 1000.0f; in GetDisplayPos()
1411 fY -= fCharHeight; in GetDisplayPos()
1469 fY += fCharHeight; in GetDisplayPos()
Dfx_rtfbreak.cpp1210 FX_FLOAT fX, fY, fCharWidth, fCharHeight; in GetDisplayPos() local
1307 fCharHeight = fFontSize * iCharHeight / 1000.0f; in GetDisplayPos()
1310 fY -= fCharHeight; in GetDisplayPos()
1336 fY += fCharHeight; in GetDisplayPos()