Home | History | Annotate | Download | only in pipe

Lines Matching full:override

71     int findOrDefineImage(SkImage*) override;
72 int findOrDefinePicture(SkPicture*) override;
73 int findOrDefineTypeface(SkTypeface*) override;
74 int findOrDefineFactory(SkFlattenable*) override;
92 ~SkPipeCanvas() override;
95 void willSave() override;
96 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override;
97 void willRestore() override;
99 void didConcat(const SkMatrix&) override;
100 void didSetMatrix(const SkMatrix&) override;
103 const SkPaint&) override;
105 int count, SkBlendMode, const SkRect* cull, const SkPaint*) override;
106 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
108 const SkPaint&) override;
110 const SkPaint&) override;
112 SkScalar constY, const SkPaint&) override;
114 const SkPaint&) override;
115 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint&) override;
117 const SkRect* cull, const SkPaint& paint) override;
119 SkBlendMode, const SkPaint&) override;
121 void onDrawPaint(const SkPaint&) override;
122 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
123 void onDrawRect(const SkRect&, const SkPaint&) override;
124 void onDrawOval(const SkRect&, const SkPaint&) override;
125 void onDrawRegion(const SkRegion&, const SkPaint&) override;
126 void onDrawRRect(const SkRRect&, const SkPaint&) override;
127 void onDrawPath(const SkPath&, const SkPaint&) override;
128 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override;
130 void onDrawImage(const SkImage*, SkScalar left, SkScalar top, const SkPaint*) override;
132 const SkPaint*, SrcRectConstraint) override;
134 const SkPaint*) override;
136 const SkPaint*) override;
137 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) override;
139 void onClipRect(const SkRect&, SkClipOp, ClipEdgeStyle) override;
140 void onClipRRect(const SkRRect&, SkClipOp, ClipEdgeStyle) override;
141 void onClipPath(const SkPath&, SkClipOp, ClipEdgeStyle) override;
142 void onClipRegion(const SkRegion&, SkClipOp) override;
144 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
145 void onDrawAnnotation(const SkRect&, const char[], SkData*) override;
148 void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top, const SkPaint*) override;
150 SrcRectConstraint) override;
152 const SkPaint*) override;
154 const SkPaint*) override;