Searched refs:chi (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp159 size_t chi = ch - FontBitmap::firstGlyphChar; local
160 if (chi >= FontBitmap::numGlyphs) {
161 chi = '?' - FontBitmap::firstGlyphChar;
163 assert(chi < FontBitmap::numGlyphs);
164 return chi;
171 size_t chi = glyphIndex(str[i]);
172 float glyphWidth = FontBitmap::glyphWidth[chi];
198 size_t chi = glyphIndex(str[i]);
199 float glyphWidth = FontBitmap::glyphWidth[chi];
209 float texLeft = mXOffset[chi] / fullTexWidt
[all...]

Completed in 50 milliseconds