Home
last modified time | relevance | path

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

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