Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp735 float fFontHeight = fFontSize; in GetDisplayPos() local
736 float fAscent = fFontHeight * static_cast<float>(iAscent) / in GetDisplayPos()
Dcfx_txtbreak.cpp679 float fFontHeight = fFontSize; in GetDisplayPos() local
680 float fAscent = fFontHeight * iAscent / iMaxHeight; in GetDisplayPos()