Home
last modified time | relevance | path

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

/aosp12/frameworks/av/cmds/screenrecord/
H A DFontBitmap.h8 static const uint32_t maxGlyphHeight = 34; variable
H A DTextRenderer.cpp81 return FontBitmap::maxGlyphHeight; in getGlyphHeight()
202 float glyphHeight = FontBitmap::maxGlyphHeight; in drawString()