Home | History | Annotate | Download | only in core

Lines Matching refs:doAA

147 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
154 if (this->isBW() && !doAA) {
162 (void)fAA.setPath(path, &clip, doAA);
167 bool SkRasterClip::op(const SkPath& path, const SkISize& size, SkRegion::Op op, bool doAA) {
195 return this->setPath(path, this->bwRgn(), doAA);
199 clip.setPath(path, base, doAA);
206 return this->setPath(path, base, doAA);
209 clip.setPath(path, base, doAA);
215 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
218 return this->setPath(path, tmp, doAA);
278 bool SkRasterClip::op(const SkRect& r, const SkISize& size, SkRegion::Op op, bool doAA) {
296 if (fIsBW && doAA) {
301 doAA = false;
305 if (fIsBW && !doAA) {
313 (void)fAA.op(r, op, doAA);