Home | History | Annotate | Download | only in core

Lines Matching refs:a_top

788     int a_top = *a_runs++;
793 assert_sentinel(a_top, false);
798 RgnOper oper(SkMin32(a_top, b_top), dst, op);
811 if (a_top < b_top) {
812 top = a_top;
818 bot = a_top = b_top;
820 } else if (b_top < a_top) {
823 if (b_bot <= a_top) { // [...] <...>
827 bot = b_top = a_top;
829 } else { // a_top == b_top
830 top = a_top; // or b_top
838 bot = a_top = b_bot;
851 a_top = a_bot;
854 a_top = a_bot;