Lines Matching refs:Element
50 class Element {
67 Element() { in Element() function
72 Element(const Element&);
74 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
78 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
82 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
86 ~Element();
88 bool operator== (const Element& element) const;
89 bool operator!= (const Element& element) const { return !(*this == element); }
225 Element(int saveCount) { in Element() function
230 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
234 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
238 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
259 void updateBoundAndGenID(const Element* prior);
420 const Element* next();
421 const Element* prev();
427 const Element* skipToTopmost(SkClipOp op);
504 void pushElement(const Element& element);