Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFontUtil.h39 #define GET_METRICS(cache, glyph) cache->getGlyphIDMetrics(glyph) macro
DFont.cpp284 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); in getCachedGlyph()
476 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); in cacheGlyph()
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp63 GET_METRICS, enumerator
271 status_t ret = remote()->transact(GET_METRICS, data, reply); in getMetrics()
414 case GET_METRICS: { in onTransact()