Lines Matching full:stack
17 void reduced_stack_walker(const SkClipStack& stack,
30 void ReduceClipStack(const SkClipStack& stack,
38 if (stack.isWideOpen()) {
44 // We initially look at whether the bounds alone is sufficient. We also use the stack bounds to
50 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
79 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart);
125 // helper that actually walks the stack.
126 reduced_stack_walker(stack, scalarBounds, result, initialState, requiresAA);
129 void reduced_stack_walker(const SkClipStack& stack,
148 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart);