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

  /external/skia/src/core/
SkScalerContext.cpp 159 SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) {
250 this->getGlyphContext(*glyph)->generateAdvance(glyph);
254 this->getGlyphContext(*glyph)->generateMetrics(glyph);
543 this->getGlyphContext(*glyph)->generateImage(*glyph);
601 this->getGlyphContext(glyph)->generatePath(glyph, &path);
  /external/skia/include/core/
SkScalerContext.h 345 SkScalerContext* getGlyphContext(const SkGlyph& glyph);

Completed in 112 milliseconds