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

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

Completed in 141 milliseconds