Home | History | Annotate | Download | only in utils

Lines Matching defs: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 clipRRect(const SkRRect&, SkRegion::Op, bool) SK_OVERRIDE;
38 virtual bool clipPath(const SkPath&, SkRegion::Op, bool) SK_OVERRIDE;
40 SkRegion::Op) SK_OVERRIDE;
42 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
44 const SkPaint&) SK_OVERRIDE;
45 virtual void drawOval(const SkRect&, const SkPaint&) SK_OVERRIDE;
46 virtual void drawRect(const SkRect&, const SkPaint&) SK_OVERRIDE;
47 virtual void drawRRect(const SkRRect&, const SkPaint&) SK_OVERRIDE;
48 virtual void drawPath(const SkPath& path, const SkPaint&) SK_OVERRIDE;
50 const SkPaint*) SK_OVERRIDE;
52 const SkRect& dst, const SkPaint*) SK_OVERRIDE;
54 const SkPaint*) SK_OVERRIDE;
56 const SkPaint*) SK_OVERRIDE;
58 SkScalar y, const SkPaint&) SK_OVERRIDE;
60 const SkPoint pos[], const SkPaint&) SK_OVERRIDE;
63 const SkPaint&) SK_OVERRIDE;
66 const SkPaint&) SK_OVERRIDE;
67 virtual void drawPicture(SkPicture&) SK_OVERRIDE;
72 const SkPaint&) SK_OVERRIDE;
74 virtual SkBounder* setBounder(SkBounder*) SK_OVERRIDE;
75 virtual SkDrawFilter* setDrawFilter(SkDrawFilter*) SK_OVERRIDE;
77 virtual void beginCommentGroup(const char* description) SK_OVERRIDE;
78 virtual void addComment(const char* kywd, const char* value) SK_OVERRIDE;
79 virtual void endCommentGroup() SK_OVERRIDE;