Lines Matching full:override
28 SkDrawFilter* setDrawFilter(SkDrawFilter*) override;
34 void willSave() override;
35 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override;
36 void willRestore() override;
38 void didConcat(const SkMatrix&) override;
39 void didSetMatrix(const SkMatrix&) override;
41 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
43 const SkPaint&) override;
45 const SkPaint&) override;
47 SkScalar constY, const SkPaint&) override;
49 const SkMatrix* matrix, const SkPaint&) override;
51 const SkPaint& paint) override;
54 const SkPaint& paint) override;
56 void onDrawPaint(const SkPaint&) override;
57 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
58 void onDrawRect(const SkRect&, const SkPaint&) override;
59 void onDrawOval(const SkRect&, const SkPaint&) override;
60 void onDrawRRect(const SkRRect&, const SkPaint&) override;
61 void onDrawPath(const SkPath&, const SkPaint&) override;
62 void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top, const SkPaint*) override;
64 SrcRectConstraint) override;
65 void onDrawImage(const SkImage*, SkScalar left, SkScalar top, const SkPaint*) override;
67 const SkPaint*, SrcRectConstraint) override;
69 const SkPaint*) override;
74 const SkPaint&) override;
76 void onClipRect(const SkRect&, SkRegion::Op, ClipEdgeStyle) override;
77 void onClipRRect(const SkRRect&, SkRegion::Op, ClipEdgeStyle) override;
78 void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) override;
79 void onClipRegion(const SkRegion&, SkRegion::Op) override;
81 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;