Home | History | Annotate | Download | only in core

Lines Matching defs:SK_OVERRIDE

24     virtual void handleBBox(const SkRect& bounds) SK_OVERRIDE;
26 virtual int save(SaveFlags flags = kMatrixClip_SaveFlag) SK_OVERRIDE;
28 SaveFlags flags = kARGB_ClipLayer_SaveFlag) SK_OVERRIDE;
29 virtual void restore() SK_OVERRIDE;
31 virtual bool translate(SkScalar dx, SkScalar dy) SK_OVERRIDE;
32 virtual bool scale(SkScalar sx, SkScalar sy) SK_OVERRIDE;
33 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
34 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
35 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE;
36 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
40 bool doAntiAlias = false) SK_OVERRIDE;
42 SkRegion::Op op = SkRegion::kIntersect_Op) SK_OVERRIDE;
45 bool doAntiAlias = false) SK_OVERRIDE;
48 bool doAntiAlias = false) SK_OVERRIDE;