Lines Matching refs:doAA
74 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
75 this->initRect(0, rect, m, op, doAA); in Element()
78 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
79 this->initRRect(0, rrect, m, op, doAA); in Element()
82 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
83 this->initPath(0, path, m, op, doAA); in Element()
230 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
231 this->initRRect(saveCount, rrect, m, op, doAA); in Element()
234 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
235 this->initRect(saveCount, rect, m, op, doAA); in Element()
238 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
239 this->initPath(saveCount, path, m, op, doAA); in Element()
242 void initCommon(int saveCount, SkClipOp op, bool doAA);
243 void initRect(int saveCount, const SkRect&, const SkMatrix&, SkClipOp, bool doAA);
244 void initRRect(int saveCount, const SkRRect&, const SkMatrix&, SkClipOp, bool doAA);
245 void initPath(int saveCount, const SkPath&, const SkMatrix&, SkClipOp, bool doAA);
246 void initAsPath(int saveCount, const SkPath&, const SkMatrix&, SkClipOp, bool doAA);
351 void clipRect(const SkRect&, const SkMatrix& matrix, SkClipOp, bool doAA);
352 void clipRRect(const SkRRect&, const SkMatrix& matrix, SkClipOp, bool doAA);
353 void clipPath(const SkPath&, const SkMatrix& matrix, SkClipOp, bool doAA);