• Home
  • Raw
  • Download

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 onMarkCTM(const char*) override;
34 void didConcat44(const SkM44&) override;
35 void didSetM44(const SkM44&) override;
36 void didScale(SkScalar, SkScalar) override;
37 void didTranslate(SkScalar, SkScalar) override;
39 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
40 void onDrawGlyphRunList(const SkGlyphRunList&, const SkPaint&) override;
42 const SkPaint& paint) override;
44 const SkPoint texCoords[4], SkBlendMode, const SkPaint& paint) override;
46 void onDrawPaint(const SkPaint&) override;
47 void onDrawBehind(const SkPaint&) override;
48 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
49 void onDrawRect(const SkRect&, const SkPaint&) override;
50 void onDrawRegion(const SkRegion&, const SkPaint&) override;
51 void onDrawOval(const SkRect&, const SkPaint&) override;
52 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override;
53 void onDrawRRect(const SkRRect&, const SkPaint&) override;
54 void onDrawPath(const SkPath&, const SkPaint&) override;
57 const SkPaint*) override;
59 const SkPaint*, SrcRectConstraint) override;
61 const SkPaint*) override;
63 SkBlendMode, const SkSamplingOptions&, const SkRect*, const SkPaint*) override;
65 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) override;
66 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override;
68 void onClipRect(const SkRect&, SkClipOp, ClipEdgeStyle) override;
69 void onClipRRect(const SkRRect&, SkClipOp, ClipEdgeStyle) override;
70 void onClipPath(const SkPath&, SkClipOp, ClipEdgeStyle) override;
71 void onClipShader(sk_sp<SkShader>, SkClipOp) override;
72 void onClipRegion(const SkRegion&, SkClipOp) override;
73 void onResetClip() override;
75 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
76 void onDrawDrawable(SkDrawable*, const SkMatrix*) override;
77 void onDrawAnnotation(const SkRect&, const char[], SkData*) override;
80 SkBlendMode) override;
82 const SkSamplingOptions&,const SkPaint*, SrcRectConstraint) override;
84 void onFlush() override;