HomeSort by relevance Sort by last modified time
    Searched refs:GET_METRICS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/font/
FontUtil.h 43 #define GET_METRICS(cache, glyph) cache->getGlyphIDMetrics(glyph)
56 #define GET_METRICS(cache, glyph) cache->getUnicharMetrics(glyph)
Font.cpp 289 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit);
481 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph);

Completed in 206 milliseconds