Home | History | Annotate | Download | only in core

Lines Matching refs:SkClipStack

17 class SK_API SkClipStack {
19 SkClipStack();
20 SkClipStack(const SkClipStack& b);
21 ~SkClipStack() {}
23 SkClipStack& operator=(const SkClipStack& b);
24 bool operator==(const SkClipStack& b) const;
25 bool operator!=(const SkClipStack& b) const { return !(*this == b); }
49 B2FIter(const SkClipStack& stack);
75 void reset(const SkClipStack& stack);