Searched refs:firstGlyphChar (Results 1 – 2 of 2) sorted by relevance
7 static const uint32_t firstGlyphChar = 32; variable
161 size_t chi = ch - FontBitmap::firstGlyphChar; in glyphIndex()163 chi = '?' - FontBitmap::firstGlyphChar; in glyphIndex()