Home
last modified time | relevance | path

Searched defs:SVGGlyphDrawable (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/fonts/
DTestSVGTypeface.cpp262 struct SVGGlyphDrawable : public SkDrawable { struct in SkTestSVGScalerContext
263 SkTestSVGScalerContext* fSelf;
264 SkGlyph fGlyph;
265 SVGGlyphDrawable(SkTestSVGScalerContext* self, const SkGlyph& glyph) in SVGGlyphDrawable() function
267 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()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp1476 struct SVGGlyphDrawable : public GlyphDrawable { in generateDrawable() struct
1478 void onDraw(SkCanvas* canvas) override { in generateDrawable()