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

/frameworks/base/libs/hwui/font/
H A DFont.cpp168 CachedGlyphInfo* Font::getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching) { argument
170 ssize_t index = mCachedGlyphs.indexOfKey(textUnit);
174 cachedGlyph = cacheGlyph(paint, textUnit, precaching);
179 const SkGlyph& skiaGlyph = GET_METRICS(paint, textUnit);

Completed in 6 milliseconds