• Home
  • Raw
  • Download

Lines Matching refs:doAA

76         Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) {  in Element()  argument
77 this->initRect(0, rect, m, op, doAA); in Element()
80 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
81 this->initRRect(0, rrect, m, op, doAA); in Element()
84 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
85 this->initPath(0, path, m, op, doAA); in Element()
92 Element(const SkRect& rect, bool doAA) { in Element() argument
93 this->initReplaceRect(0, rect, doAA); in Element()
249 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
250 this->initRRect(saveCount, rrect, m, op, doAA); in Element()
253 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
254 this->initRect(saveCount, rect, m, op, doAA); in Element()
257 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
258 this->initPath(saveCount, path, m, op, doAA); in Element()
265 Element(int saveCount, const SkRect& rect, bool doAA) { in Element() argument
266 this->initReplaceRect(saveCount, rect, doAA); in Element()
269 void initCommon(int saveCount, SkClipOp op, bool doAA);
270 void initRect(int saveCount, const SkRect&, const SkMatrix&, SkClipOp, bool doAA);
271 void initRRect(int saveCount, const SkRRect&, const SkMatrix&, SkClipOp, bool doAA);
272 void initPath(int saveCount, const SkPath&, const SkMatrix&, SkClipOp, bool doAA);
273 void initAsPath(int saveCount, const SkPath&, const SkMatrix&, SkClipOp, bool doAA);
275 void initReplaceRect(int saveCount, const SkRect&, bool doAA);
371 void clipRect(const SkRect&, const SkMatrix& matrix, SkClipOp, bool doAA);
372 void clipRRect(const SkRRect&, const SkMatrix& matrix, SkClipOp, bool doAA);
373 void clipPath(const SkPath&, const SkMatrix& matrix, SkClipOp, bool doAA);
378 void replaceClip(const SkRect& devRect, bool doAA);