Searched refs:utfChar (Results 1 - 2 of 2) 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);
H A DrsFont.h129 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);

Completed in 7 milliseconds