Home
last modified time | relevance | path

Searched refs:glyphHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp202 float glyphHeight = FontBitmap::maxGlyphHeight; in drawString() local
207 float vertBottom = y + glyphHeight * mScale; in drawString()
214 float texBottom = (FontBitmap::yoffset[chi] + glyphHeight) / in drawString()
/frameworks/base/core/java/android/widget/
DEditor.java5104 final float glyphHeight = fontMetrics.descent - fontMetrics.ascent; in tooLargeTextForMagnifier() local
5105 return glyphHeight * mTextViewScaleY > magnifierContentHeight; in tooLargeTextForMagnifier()