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

/frameworks/base/libs/rs/
H A DrsFont.cpp186 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex); local
189 if (utfChar < 0) {
196 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar);
222 Font::CachedGlyphInfo* Font::getCachedUTFChar(int32_t utfChar) { argument
224 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar);
226 cachedGlyph = cacheGlyph((uint32_t)utfChar);

Completed in 22 milliseconds