Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1194 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local
1196 FX_FLOAT fAscent = fFontHeight * (FX_FLOAT)iAscent / (FX_FLOAT)iMaxHeight; in GetDisplayPos()
1197 FX_FLOAT fDescent = fFontHeight * (FX_FLOAT)iDescent / (FX_FLOAT)iMaxHeight; in GetDisplayPos()
1435 fFontSize * (FX_FLOAT)rtBBox.height / (FX_FLOAT)iMaxHeight; in GetDisplayPos()
1444 pCharPos->m_OriginY -= fFontSize * rtBBox.height / iMaxHeight; in GetDisplayPos()
1460 ptOffset.x = fFontSize * (850 - rtBBox.right()) / iMaxHeight; in GetDisplayPos()
1461 ptOffset.y = fFontSize * (iAscent - rtBBox.top - 150) / iMaxHeight; in GetDisplayPos()
Dfx_rtfbreak.cpp1198 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local
1200 FX_FLOAT fAscent = fFontHeight * (FX_FLOAT)iAscent / (FX_FLOAT)iMaxHeight; in GetDisplayPos()
1201 FX_FLOAT fDescent = fFontHeight * (FX_FLOAT)iDescent / (FX_FLOAT)iMaxHeight; in GetDisplayPos()