Searched refs:iAscent (Results 1 – 2 of 2) sorted by relevance
678 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local680 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()682 float fAscent = fFontHeight * static_cast<float>(iAscent) / in GetDisplayPos()
660 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local662 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()664 float fAscent = fFontHeight * (float)iAscent / (float)iMaxHeight; in GetDisplayPos()