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

/frameworks/base/libs/hwui/font/
H A DFont.cpp283 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) { argument
284 CachedGlyphInfo* cachedGlyph = mCachedGlyphs.valueFor(textUnit);
289 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit);
293 cachedGlyph = cacheGlyph(paint, textUnit, precaching);

Completed in 491 milliseconds