Home | History | Annotate | Download | only in core

Lines Matching refs:doAA

114                                     bool doAA) {
118 this->initRect(saveCount, r, op, doAA);
125 this->initRRect(saveCount, rrect, op, doAA);
132 this->initCommon(saveCount, op, doAA);
721 void SkClipStack::clipDevRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) {
722 Element element(fSaveCount, rrect, op, doAA);
726 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) {
727 Element element(fSaveCount, rect, op, doAA);
731 void SkClipStack::clipDevPath(const SkPath& path, SkRegion::Op op, bool doAA) {
732 Element element(fSaveCount, path, op, doAA);