Lines Matching refs:doAA
144 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
151 if (this->isBW() && !doAA) {
159 (void)fAA.setPath(path, &clip, doAA);
164 bool SkRasterClip::op(const SkRRect& rrect, const SkIRect& bounds, SkRegion::Op op, bool doAA) {
166 return this->op(rrect.getBounds(), bounds, op, doAA);
172 return this->op(path, bounds, op, doAA);
175 bool SkRasterClip::op(const SkPath& path, const SkIRect& bounds, SkRegion::Op op, bool doAA) {
205 return this->setPath(path, this->bwRgn(), doAA);
209 clip.setPath(path, base, doAA);
216 return this->setPath(path, base, doAA);
219 clip.setPath(path, base, doAA);
225 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
228 return this->setPath(path, tmp, doAA);
288 bool SkRasterClip::op(const SkRect& r, const SkIRect& bounds, SkRegion::Op op, bool doAA) {
306 if (fIsBW && doAA) {
311 doAA = false;
315 if (fIsBW && !doAA) {
323 (void)fAA.op(r, op, doAA);