Home | History | Annotate | Download | only in src

Lines Matching full:stack_bottom

333         uchar **stack_bottom = &stack[0];
455 if ((stack_top - stack_bottom) + src.cols > maxsize)
457 int sz = (int)(stack_top - stack_bottom);
460 stack_bottom = &stack[0];
461 stack_top = stack_bottom + sz;
533 while (stack_top > stack_bottom)
535 if ((stack_top - stack_bottom) + 8 > maxsize)
537 int sz = (int)(stack_top - stack_bottom);
540 stack_bottom = &stack[0];
541 stack_top = stack_bottom + sz;
724 uchar **stack_bottom = &stack[0];
862 if ((stack_top - stack_bottom) + src.cols > maxsize)
864 int sz = (int)(stack_top - stack_bottom);
867 stack_bottom = &stack[0];
868 stack_top = stack_bottom + sz;
927 while (stack_top > stack_bottom)
930 if ((stack_top - stack_bottom) + 8 > maxsize)
932 int sz = (int)(stack_top - stack_bottom);
935 stack_bottom = &stack[0];
936 stack_top = stack_bottom + sz;