Lines Matching refs:saveCount
225 Element(int saveCount) { in Element() argument
226 this->initCommon(saveCount, kReplace_SkClipOp, false); 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);
252 inline bool canBeIntersectedInPlace(int saveCount, SkClipOp op) const;
509 void restoreTo(int saveCount);