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

  /external/skia/legacy/src/core/
SkScalerContext.cpp 180 SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) {
268 this->getGlyphContext(*glyph)->generateAdvance(glyph);
272 this->getGlyphContext(*glyph)->generateMetrics(glyph);
561 this->getGlyphContext(*glyph)->generateImage(*glyph);
619 this->getGlyphContext(glyph)->generatePath(glyph, &path);
  /external/skia/src/core/
SkScalerContext.cpp 183 SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) {
271 this->getGlyphContext(*glyph)->generateAdvance(glyph);
275 this->getGlyphContext(*glyph)->generateMetrics(glyph);
557 this->getGlyphContext(*glyph)->generateImage(*glyph);
619 this->getGlyphContext(glyph)->generatePath(glyph, &path);

Completed in 34 milliseconds