Searched refs:iMaxHeight (Results 1 – 2 of 2) sorted by relevance
1194 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local1196 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()
1198 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos() local1200 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()