Home | History | Annotate | Download | only in core

Lines Matching refs:doAA

73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
76 if (this->isBW() && !doAA) {
84 (void)fAA.setPath(path, &clip, doAA);
89 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
92 return this->setPath(path, tmp, doAA);
152 bool SkRasterClip::op(const SkRect& r, SkRegion::Op op, bool doAA) {
155 if (fIsBW && doAA) {
160 doAA = false;
164 if (fIsBW && !doAA) {
172 (void)fAA.op(r, op, doAA);