Home | History | Annotate | Download | only in core

Lines Matching defs:SK_OVERRIDE

25     virtual void handleBBox(const SkRect& bounds) SK_OVERRIDE;
27 virtual int save(SaveFlags flags = kMatrixClip_SaveFlag) SK_OVERRIDE;
29 SaveFlags flags = kARGB_ClipLayer_SaveFlag) SK_OVERRIDE;
30 virtual void restore() SK_OVERRIDE;
32 virtual bool translate(SkScalar dx, SkScalar dy) SK_OVERRIDE;
33 virtual bool scale(SkScalar sx, SkScalar sy) SK_OVERRIDE;
34 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
35 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
36 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE;
37 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
41 bool doAntiAlias = false) SK_OVERRIDE;
43 SkRegion::Op op = SkRegion::kIntersect_Op) SK_OVERRIDE;
46 bool doAntiAlias = false) SK_OVERRIDE;
49 bool doAntiAlias = false) SK_OVERRIDE;
52 virtual bool shouldRewind(void* data) SK_OVERRIDE;