Searched refs:fFontHeight (Results 1 – 2 of 2) sorted by relevance
681 float fFontHeight = fFontSize; in GetDisplayPos() local682 float fAscent = fFontHeight * static_cast<float>(iAscent) / in GetDisplayPos()
663 float fFontHeight = fFontSize; in GetDisplayPos() local664 float fAscent = fFontHeight * (float)iAscent / (float)iMaxHeight; in GetDisplayPos()