Searched refs:iAscent (Results 1 – 2 of 2) sorted by relevance
732 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local734 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()736 float fAscent = fFontHeight * static_cast<float>(iAscent) / in GetDisplayPos()
676 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos() local678 int32_t iMaxHeight = iAscent - iDescent; in GetDisplayPos()680 float fAscent = fFontHeight * iAscent / iMaxHeight; in GetDisplayPos()