Lines Matching refs:override
22 ~SkLuaCanvas() override;
25 void willSave() override;
26 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override;
27 void willRestore() override;
29 void didConcat(const SkMatrix&) override;
30 void didSetMatrix(const SkMatrix&) override;
32 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
34 const SkPaint&) override;
36 const SkPaint&) override;
38 SkScalar constY, const SkPaint&) override;
40 const SkMatrix* matrix, const SkPaint&) override;
42 const SkRect* cull, const SkPaint& paint) override;
44 const SkPaint& paint) override;
46 void onDrawPaint(const SkPaint&) override;
47 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
48 void onDrawRect(const SkRect&, const SkPaint&) override;
49 void onDrawOval(const SkRect&, const SkPaint&) override;
50 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override;
51 void onDrawRRect(const SkRRect&, const SkPaint&) override;
52 void onDrawPath(const SkPath&, const SkPaint&) override;
53 void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top, const SkPaint*) override;
55 SrcRectConstraint) override;
56 void onDrawImage(const SkImage*, SkScalar left, SkScalar top, const SkPaint*) override;
58 const SkPaint*, SrcRectConstraint) override;
60 const SkPaint*) override;
61 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) override;
63 void onClipRect(const SkRect&, SkClipOp, ClipEdgeStyle) override;
64 void onClipRRect(const SkRRect&, SkClipOp, ClipEdgeStyle) override;
65 void onClipPath(const SkPath&, SkClipOp, ClipEdgeStyle) override;
66 void onClipRegion(const SkRegion&, SkClipOp) override;
68 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
69 void onDrawDrawable(SkDrawable*, const SkMatrix*) override;