Lines Matching refs:SkClipStack
24 typedef SkClipStack::Element Element;
33 GrReducedClip::GrReducedClip(const SkClipStack& stack, const SkRect& queryBounds, in GrReducedClip()
43 SkClipStack::BoundsType stackBoundsType; in GrReducedClip()
49 bool insideOut = SkClipStack::kInsideOut_BoundsType == stackBoundsType; in GrReducedClip()
57 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in GrReducedClip()
58 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart); in GrReducedClip()
91 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in GrReducedClip()
113 void GrReducedClip::walkStack(const SkClipStack& stack, const SkRect& queryBounds, in walkStack()
136 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart); in walkStack()
144 if (SkClipStack::kEmptyGenID == element->getGenID()) { in walkStack()
148 if (SkClipStack::kWideOpenGenID == element->getGenID()) { in walkStack()
538 const SkClipStack::Element* element) { in stencil_element()
571 const SkClipStack::Element* element) { in draw_element()