Home | History | Annotate | Download | only in core

Lines Matching defs:SkClipStack

24 class SK_API SkClipStack {
159 friend class SkClipStack;
178 SkClipStack::BoundsType fFiniteBoundType;
234 // All Element methods below are only used within SkClipStack.cpp
259 SkClipStack();
260 SkClipStack(const SkClipStack& b);
261 explicit SkClipStack(const SkRect& r);
262 explicit SkClipStack(const SkIRect& r);
263 ~SkClipStack();
265 SkClipStack& operator=(const SkClipStack& b);
266 bool operator==(const SkClipStack& b) const;
267 bool operator!=(const SkClipStack& b) const { return !(*this == b); }
356 Iter(const SkClipStack& stack, IterStart startLoc);
374 void reset(const SkClipStack& stack, IterStart startLoc);
377 const SkClipStack* fStack;
393 B2TIter(const SkClipStack& stack)
403 void reset(const SkClipStack& stack) {