Searched defs:skGlyph (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp106 SkGlyph skGlyph = autoCache.getCache()->getUnicharMetrics(unichar); local
107 Rect glyphBounds(skGlyph.fWidth, skGlyph.fHeight);
108 glyphBounds.translate(totalAdvance + skGlyph.fLeft, skGlyph.fTop);

Completed in 6 milliseconds