Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp662 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local
664 float fAscent = fFontHeight * (float)iAscent / (float)iMaxHeight; in GetDisplayPos()
856 fFontSize * (float)rtBBox.height / (float)iMaxHeight; in GetDisplayPos()
864 pCharPos->m_Origin.y -= fFontSize * rtBox.height / iMaxHeight; in GetDisplayPos()
Dcfx_rtfbreak.cpp680 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local
683 static_cast<float>(iMaxHeight); in GetDisplayPos()