Searched defs:SVGGlyphDrawable (Results 1 – 2 of 2) sorted by relevance
262 struct SVGGlyphDrawable : public SkDrawable { struct in SkTestSVGScalerContext263 SkTestSVGScalerContext* fSelf;264 SkGlyph fGlyph;265 SVGGlyphDrawable(SkTestSVGScalerContext* self, const SkGlyph& glyph) in SVGGlyphDrawable() function267 SkRect onGetBounds() override { return fGlyph.rect(); } in onGetBounds()268 size_t onApproximateBytesUsed() override { return sizeof(SVGGlyphDrawable); } in onApproximateBytesUsed()270 void onDraw(SkCanvas* canvas) override { in onDraw()
1476 struct SVGGlyphDrawable : public GlyphDrawable { in generateDrawable() struct1478 void onDraw(SkCanvas* canvas) override { in generateDrawable()