Lines Matching defs:Element
63 Element() { in Element() function
70 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
74 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
78 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
82 Element(sk_sp<SkShader> shader) { in Element() function
86 Element(const SkRect& rect, bool doAA) { in Element() function
217 Element(int saveCount) { in Element() function
222 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
226 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
230 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
234 Element(int saveCount, sk_sp<SkShader> shader) { in Element() function
238 Element(int saveCount, const SkRect& rect, bool doAA) { in Element() function