Lines Matching refs:override
19 ~SkNWayCanvas() override;
28 void willSave() override;
29 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override;
30 bool onDoSaveBehind(const SkRect*) override;
31 void willRestore() override;
33 void didConcat(const SkMatrix&) override;
34 void didSetMatrix(const SkMatrix&) override;
36 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
38 const SkPaint& paint) override;
41 const SkPaint& paint) override;
43 void onDrawPaint(const SkPaint&) override;
44 void onDrawBehind(const SkPaint&) override;
45 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
46 void onDrawRect(const SkRect&, const SkPaint&) override;
47 void onDrawRegion(const SkRegion&, const SkPaint&) override;
48 void onDrawOval(const SkRect&, const SkPaint&) override;
49 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override;
50 void onDrawRRect(const SkRRect&, const SkPaint&) override;
51 void onDrawPath(const SkPath&, const SkPaint&) override;
52 void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top, const SkPaint*) override;
54 SrcRectConstraint) override;
55 void onDrawImage(const SkImage*, SkScalar left, SkScalar top, const SkPaint*) override;
57 const SkPaint*, SrcRectConstraint) override;
59 const SkPaint*) override;
60 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&, const SkPaint*) override;
62 const SkPaint*) override;
64 const SkPaint*) override;
66 SkBlendMode, const SkPaint&) override;
68 int, SkBlendMode, const SkRect*, const SkPaint*) override;
69 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override;
71 void onClipRect(const SkRect&, SkClipOp, ClipEdgeStyle) override;
72 void onClipRRect(const SkRRect&, SkClipOp, ClipEdgeStyle) override;
73 void onClipPath(const SkPath&, SkClipOp, ClipEdgeStyle) override;
74 void onClipRegion(const SkRegion&, SkClipOp) override;
76 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
77 void onDrawDrawable(SkDrawable*, const SkMatrix*) override;
78 void onDrawAnnotation(const SkRect&, const char[], SkData*) override;
81 SkBlendMode) override;
83 const SkPaint*, SrcRectConstraint) override;
85 void onFlush() override;