Lines Matching refs:SkClipStack
26 class SK_API SkClipStack : public SkNVRefCnt<SkClipStack> {
179 friend class SkClipStack;
198 SkClipStack::BoundsType fFiniteBoundType;
282 SkClipStack();
283 SkClipStack(const SkClipStack& b);
284 explicit SkClipStack(const SkRect& r);
285 explicit SkClipStack(const SkIRect& r);
286 ~SkClipStack();
288 SkClipStack& operator=(const SkClipStack& b);
289 bool operator==(const SkClipStack& b) const;
290 bool operator!=(const SkClipStack& b) const { return !(*this == b); }
374 Iter(const SkClipStack& stack, IterStart startLoc);
392 void reset(const SkClipStack& stack, IterStart startLoc);
395 const SkClipStack* fStack;
411 B2TIter(const SkClipStack& stack) in B2TIter()
421 void reset(const SkClipStack& stack) { in reset()