Lines Matching refs:Element
39 class Element {
55 Element() { in Element() function
60 Element(const Element&);
62 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function
66 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function
70 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
74 bool operator== (const Element& element) const;
75 bool operator!= (const Element& element) const { return !(*this == element); }
207 Element(int saveCount) { in Element() function
212 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function
216 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function
220 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
266 void updateBoundAndGenID(const Element* prior);
380 const Element* next();
381 const Element* prev();
387 const Element* skipToTopmost(SkRegion::Op op);
464 void pushElement(const Element& element);