Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.h42 #define GET_METRICS(paint, glyph) paint->getGlyphMetrics(glyph) macro
47 #define GET_METRICS(paint, glyph) paint->getUnicharMetrics(glyph)
DFontRenderer.cpp150 const SkGlyph& skiaGlyph = GET_METRICS(paint, textUnit); in getCachedGlyph()
278 const SkGlyph& skiaGlyph = GET_METRICS(paint, glyph); in cacheGlyph()