Lines Matching defs:const
34 const SkRasterClip& rc() const { return fStack.back().fRC; }
53 void clipRect(const SkMatrix& ctm, const SkRect& rect, SkClipOp op, bool aa) {
58 void clipRRect(const SkMatrix& ctm, const SkRRect& rrect, SkClipOp op, bool aa) {
63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) {
73 void clipRegion(const SkRegion& rgn, SkClipOp op) {
78 void replaceClip(const SkIRect& rect) {
87 void validate() const {
89 const SkRasterClip& clip = this->rc();
103 Rec(const SkRasterClip& rc) : fRC(rc), fDeferredCount(0) {}
120 bool finalAA(bool aa) const { return aa && !fDisableAA; }