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);
96 bool doAA) {
98 return this->setPath(path, clip.bwRgn(), doAA);
102 if (!this->setPath(path, clip, doAA)) {
166 bool SkRasterClip::op(const SkRect& r, SkRegion::Op op, bool doAA) {
169 if (fIsBW && doAA) {
174 doAA = false;
178 if (fIsBW && !doAA) {
186 (void)fAA.op(r, op, doAA);