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
244 Element(int saveCount) { in Element() function
249 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
253 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
257 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
261 Element(int saveCount, sk_sp<SkShader> shader) { in Element() function
265 Element(int saveCount, const SkRect& rect, bool doAA) { in Element() function