Home | History | Annotate | Download | only in core

Lines Matching refs:doAA

755 bool SkAAClip::setRect(const SkRect& r, bool doAA) {
766 return this->setPath(path, nullptr, doAA);
1390 bool SkAAClip::setPath(const SkPath& path, const SkRegion* clip, bool doAA) {
1423 if (doAA) {
1795 bool SkAAClip::op(const SkRect& rOrig, SkRegion::Op op, bool doAA) {
1822 clip.setRect(*r, doAA);