Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp69 SkAutoGlyphCacheNoGamma autoCache(paint, &surfaceProps, &SkMatrix::I()); in layoutTextUnscaled() local
72 glyph_t glyph = autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
73 autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
81 SkGlyph skGlyph = autoCache.getCache()->getUnicharMetrics(unichar); in layoutTextUnscaled()
/frameworks/base/libs/hwui/font/
DFont.cpp283 … SkAutoGlyphCacheNoGamma autoCache(*paint, &surfaceProps, &mDescription.mLookupTransform); in getCachedGlyph() local
284 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); in getCachedGlyph()
285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching); in getCachedGlyph()
469 SkAutoGlyphCacheNoGamma autoCache(*paint, &surfaceProps, &mDescription.mLookupTransform); in cacheGlyph() local
470 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); in cacheGlyph()
474 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()