Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1192 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local
1194 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()
1196 FX_FLOAT fAscent = fFontHeight * (FX_FLOAT)iAscent / (FX_FLOAT)iMaxHeight; in GetDisplayPos()
1461 ptOffset.y = fFontSize * (iAscent - rtBBox.top - 150) / iMaxHeight; in GetDisplayPos()
Dfx_rtfbreak.cpp1196 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local
1198 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()
1200 FX_FLOAT fAscent = fFontHeight * (FX_FLOAT)iAscent / (FX_FLOAT)iMaxHeight; in GetDisplayPos()