Lines Matching refs:override

73     void* getRasterHandle() const override { return fRasterHandle; }
79 void drawPaint(const SkPaint& paint) override;
81 const SkPoint[], const SkPaint& paint) override;
82 void drawRect(const SkRect& r, const SkPaint& paint) override;
83 void drawOval(const SkRect& oval, const SkPaint& paint) override;
84 void drawRRect(const SkRRect& rr, const SkPaint& paint) override;
92 void drawPath(const SkPath&, const SkPaint&, bool pathIsMutable) override;
96 SkCanvas::SrcRectConstraint) override;
98 void drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) override;
100 const SkPaint&) override;
104 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
106 const SkPaint&) override;
108 sk_sp<SkSpecialImage> makeSpecial(const SkBitmap&) override;
109 sk_sp<SkSpecialImage> makeSpecial(const SkImage*) override;
110 sk_sp<SkSpecialImage> snapSpecial(const SkIRect&, bool = false) override;
111 void setImmutable() override { fBitmap.setImmutable(); }
115 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
116 bool onReadPixels(const SkPixmap&, int x, int y) override;
117 bool onWritePixels(const SkPixmap&, int, int) override;
118 bool onPeekPixels(SkPixmap*) override;
119 bool onAccessPixels(SkPixmap*) override;
121 void onSave() override;
122 void onRestore() override;
123 void onClipRect(const SkRect& rect, SkClipOp, bool aa) override;
124 void onClipRRect(const SkRRect& rrect, SkClipOp, bool aa) override;
125 void onClipPath(const SkPath& path, SkClipOp, bool aa) override;
126 void onClipShader(sk_sp<SkShader>) override;
127 void onClipRegion(const SkRegion& deviceRgn, SkClipOp) override;
128 void onReplaceClip(const SkIRect& rect) override;
129 bool onClipIsAA() const override;
130 bool onClipIsWideOpen() const override;
131 void onAsRgnClip(SkRegion*) const override;
132 void validateDevBounds(const SkIRect& r) override;
133 ClipType onGetClipType() const override;
134 SkIRect onDevClipBounds() const override;
139 bool drawBlurImage(const SkImage* image, const SkBlurArg& blurArg) override { return false; }
152 void replaceBitmapBackendForRasterSurface(const SkBitmap&) override;
154 SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) override;
156 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
158 SkImageFilterCache* getImageFilterCache() override;