Lines Matching refs:op
98 return this->op(clip, SkRegion::kIntersect_Op);
102 bool SkRasterClip::op(const SkIRect& rect, SkRegion::Op op) {
105 return fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
108 bool SkRasterClip::op(const SkRegion& rgn, SkRegion::Op op) {
112 return fBW.op(rgn, op);
116 return fAA.op(tmp, op);
120 bool SkRasterClip::op(const SkRasterClip& clip, SkRegion::Op op) {
125 return fBW.op(clip.fBW, op);
139 return fAA.op(*other, op);
151 bool SkRasterClip::op(const SkRect& r, SkRegion::Op op, bool doAA) {
165 return fBW.op(ir, op);
170 return fAA.op(r, op, doAA);