Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DFontBitmap.h7 static const uint32_t firstGlyphChar = 32; variable
DTextRenderer.cpp161 size_t chi = ch - FontBitmap::firstGlyphChar; in glyphIndex()
163 chi = '?' - FontBitmap::firstGlyphChar; in glyphIndex()