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

/frameworks/rs/
H A DrsFont.cpp188 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex); local
191 if (utfChar < 0) {
198 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar);
224 Font::CachedGlyphInfo* Font::getCachedUTFChar(int32_t utfChar) { argument
226 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar);
228 cachedGlyph = cacheGlyph((uint32_t)utfChar);
H A DrsFont.h128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);

Completed in 282 milliseconds