Home | History | Annotate | Download | only in core

Lines Matching refs:doAA

113                                     bool doAA) {
116 this->initRect(saveCount, path.getBounds(), op, doAA);
123 this->initRRect(saveCount, rrect, op, doAA);
129 this->initCommon(saveCount, op, doAA);
710 void SkClipStack::clipDevRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) {
711 Element element(fSaveCount, rrect, op, doAA);
715 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) {
716 Element element(fSaveCount, rect, op, doAA);
720 void SkClipStack::clipDevPath(const SkPath& path, SkRegion::Op op, bool doAA) {
721 Element element(fSaveCount, path, op, doAA);