Searched refs:glyphHeight (Results 1 – 2 of 2) sorted by relevance
202 float glyphHeight = FontBitmap::maxGlyphHeight; in drawString() local207 float vertBottom = y + glyphHeight * mScale; in drawString()214 float texBottom = (FontBitmap::yoffset[chi] + glyphHeight) / in drawString()
5104 final float glyphHeight = fontMetrics.descent - fontMetrics.ascent; in tooLargeTextForMagnifier() local5105 return glyphHeight * mTextViewScaleY > magnifierContentHeight; in tooLargeTextForMagnifier()