Home | History | Annotate | Download | only in core

Lines Matching refs:doAA

67 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
70 if (this->isBW() && !doAA) {
78 return fAA.setPath(path, &clip, doAA);
82 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
85 return this->setPath(path, tmp, doAA);
89 bool doAA) {
91 return this->setPath(path, clip.bwRgn(), doAA);
95 if (!this->setPath(path, clip, doAA)) {
151 bool SkRasterClip::op(const SkRect& r, SkRegion::Op op, bool doAA) {
154 if (doAA) {
158 doAA = false;
162 if (fIsBW && !doAA) {
170 return fAA.op(r, op, doAA);