Home | History | Annotate | Download | only in utils

Lines Matching refs:SK_OVERRIDE

26     virtual int save(SaveFlags) SK_OVERRIDE;
28 SaveFlags) SK_OVERRIDE;
29 virtual void restore() SK_OVERRIDE;
30 virtual bool translate(SkScalar dx, SkScalar dy) SK_OVERRIDE;
31 virtual bool scale(SkScalar sx, SkScalar sy) SK_OVERRIDE;
32 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
33 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
34 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE;
35 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
36 virtual bool clipRect(const SkRect&, SkRegion::Op, bool) SK_OVERRIDE;
37 virtual bool clipPath(const SkPath&, SkRegion::Op, bool) SK_OVERRIDE;
39 SkRegion::Op) SK_OVERRIDE;
41 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
43 const SkPaint&) SK_OVERRIDE;
44 virtual void drawRect(const SkRect& rect, const SkPaint&) SK_OVERRIDE;
45 virtual void drawPath(const SkPath& path, const SkPaint&) SK_OVERRIDE;
47 const SkPaint*) SK_OVERRIDE;
49 const SkRect& dst, const SkPaint*) SK_OVERRIDE;
51 const SkPaint*) SK_OVERRIDE;
53 const SkPaint*) SK_OVERRIDE;
55 SkScalar y, const SkPaint&) SK_OVERRIDE;
57 const SkPoint pos[], const SkPaint&) SK_OVERRIDE;
60 const SkPaint&) SK_OVERRIDE;
63 const SkPaint&) SK_OVERRIDE;
64 virtual void drawPicture(SkPicture&) SK_OVERRIDE;
69 const SkPaint&) SK_OVERRIDE;
71 virtual SkBounder* setBounder(SkBounder*) SK_OVERRIDE;
72 virtual SkDrawFilter* setDrawFilter(SkDrawFilter*) SK_OVERRIDE;