Searched defs:utfChar (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsFont.cpp189 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex); local
192 if (utfChar < 0) {
199 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar);
225 Font::CachedGlyphInfo* Font::getCachedUTFChar(int32_t utfChar) { argument
227 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar);
229 cachedGlyph = cacheGlyph((uint32_t)utfChar);

Completed in 8 milliseconds