Lines Matching refs:Element
40 class Element {
56 Element() { in Element() function
61 Element(const Element&);
63 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function
67 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function
71 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
75 bool operator== (const Element& element) const;
76 bool operator!= (const Element& element) const { return !(*this == element); }
208 Element(int saveCount) { in Element() function
213 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function
217 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function
221 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
267 void updateBoundAndGenID(const Element* prior);
381 const Element* next();
382 const Element* prev();
388 const Element* skipToTopmost(SkRegion::Op op);
465 void pushElement(const Element& element);