Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp681 float fFontHeight = fFontSize; in GetDisplayPos() local
682 float fAscent = fFontHeight * static_cast<float>(iAscent) / in GetDisplayPos()
Dcfx_txtbreak.cpp663 float fFontHeight = fFontSize; in GetDisplayPos() local
664 float fAscent = fFontHeight * (float)iAscent / (float)iMaxHeight; in GetDisplayPos()