Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFontUtil.h44 #define GET_METRICS(cache, glyph) cache->getGlyphIDMetrics(glyph) macro
DFont.cpp284 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); in getCachedGlyph()
470 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); in cacheGlyph()