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

/frameworks/base/libs/hwui/font/
H A DFontUtil.h43 #define GET_METRICS(paint, glyph, matrix) paint->getGlyphMetrics(glyph, matrix) macro
56 #define GET_METRICS(paint, glyph, matrix) paint->getUnicharMetrics(glyph, matrix) macro
H A DFont.cpp274 const SkGlyph& skiaGlyph = GET_METRICS(paint, textUnit,
466 const SkGlyph& skiaGlyph = GET_METRICS(paint, glyph, &mDescription.mLookupTransform);

Completed in 40 milliseconds