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

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

Completed in 53 milliseconds