Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFontUtil.h40 #define GET_METRICS(paint, glyph) paint->getGlyphMetrics(glyph) macro
53 #define GET_METRICS(paint, glyph) paint->getUnicharMetrics(glyph) macro
DFont.cpp179 const SkGlyph& skiaGlyph = GET_METRICS(paint, textUnit); in getCachedGlyph()
412 const SkGlyph& skiaGlyph = GET_METRICS(paint, glyph); in cacheGlyph()