Lines Matching defs:override
24 void drawPaint(const SkPaint& paint) override;
25 void drawAnnotation(const SkRect& rect, const char key[], SkData* value) override;
27 const SkPoint[], const SkPaint& paint) override;
30 SkCanvas::SrcRectConstraint constraint) override;
31 void drawRect(const SkRect& r, const SkPaint& paint) override;
32 void drawOval(const SkRect& oval, const SkPaint& paint) override;
33 void drawRRect(const SkRRect& rr, const SkPaint& paint) override;
36 bool pathIsMutable = false) override;
38 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
39 void drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) override;
43 ~SkSVGDevice() override;