Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp678 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local
680 float fAscent = fFontHeight * iAscent / iMaxHeight; in GetDisplayPos()
873 fYBase + fFontSize - fFontSize * rtBBox.Height() / iMaxHeight; in GetDisplayPos()
879 pCharPos->m_Origin.y -= fFontSize * rtBox.Height() / iMaxHeight; in GetDisplayPos()
Dcfx_rtfbreak.cpp734 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local
737 static_cast<float>(iMaxHeight); in GetDisplayPos()