Lines Matching defs:op
62 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element()
66 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element()
70 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element()
109 void setOp(SkRegion::Op op) { fOp = op; } in setOp()
212 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element()
216 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element()
220 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element()
224 void initCommon(int saveCount, SkRegion::Op op, bool doAA) { in initCommon()
236 void initRect(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in initRect()
242 void initRRect(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in initRRect()
324 void clipDevRect(const SkIRect& ir, SkRegion::Op op) { in clipDevRect()