Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp875 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local
877 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()
879 FX_FLOAT fAscent = fFontHeight * static_cast<FX_FLOAT>(iAscent) / in GetDisplayPos()
Dfgas_textbreak.cpp1163 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local
1165 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()
1167 FX_FLOAT fAscent = fFontHeight * (FX_FLOAT)iAscent / (FX_FLOAT)iMaxHeight; in GetDisplayPos()
1426 ptOffset.y = fFontSize * (iAscent - rtBBox.top - 150) / iMaxHeight; in GetDisplayPos()