Searched defs:getGlyphContext (Results 1 - 1 of 1) sorted by path

/external/skia/src/core/
H A DSkScalerContext.cpp193 SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) { function in class:SkScalerContext
298 this->getGlyphContext(*glyph)->generateAdvance(glyph);
302 this->getGlyphContext(*glyph)->generateMetrics(glyph);
740 this->getGlyphContext(*glyph)->generateImage(*glyph);
824 this->getGlyphContext(glyph)->generatePath(glyph, &path);

Completed in 197 milliseconds