Home | History | Annotate | Download | only in core

Lines Matching refs:doAA

687 bool SkAAClip::setRect(const SkRect& r, bool doAA) {
698 return this->setPath(path, NULL, doAA);
1305 bool SkAAClip::setPath(const SkPath& path, const SkRegion* clip, bool doAA) {
1332 if (doAA) {
1700 bool SkAAClip::op(const SkRect& rOrig, SkRegion::Op op, bool doAA) {
1727 clip.setRect(*r, doAA);