Home
last modified time | relevance | path

Searched refs:getCachedUTFChar (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsFont.h128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);
DrsFont.cpp199 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar); in renderUTF()
225 Font::CachedGlyphInfo* Font::getCachedUTFChar(int32_t utfChar) { in getCachedUTFChar() function in Font
738 font->getCachedUTFChar((int32_t)mLatinPrecache[precacheIdx]); in precacheLatin()