Lines Matching defs:Element
69 Element() { in Element() function
76 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
80 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
84 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
88 Element(sk_sp<SkShader> shader) { in Element() function
92 Element(const SkRect& rect, bool doAA) { in Element() function
222 Element(int saveCount) { in Element() function
227 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
231 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
235 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
239 Element(int saveCount, sk_sp<SkShader> shader) { in Element() function
243 Element(int saveCount, const SkRect& rect, bool doAA) { in Element() function