Lines Matching refs:ClipStack
29 class ClipStack final : public GrClip {
43 // The SkMatrixProvider must outlive the ClipStack.
44 ClipStack(const SkIRect& deviceBounds, const SkMatrixProvider* matrixProvider, bool forceAA);
46 ~ClipStack() override;
48 ClipStack(const ClipStack&) = delete;
49 ClipStack& operator=(const ClipStack&) = delete;
167 // owned by the ClipStack. Once SW masks are no longer needed, this can go away.
231 // Returns true if the record should stay alive. False means the ClipStack must delete it
320 class ClipStack::ElementIter {
343 friend class ClipStack;
346 ClipStack::ElementIter ClipStack::begin() const {
356 ClipStack::ElementIter ClipStack::end() const {