Home | History | Annotate | Download | only in core

Lines Matching refs:b_top

843     int b_top = *b_runs++;
853 assert_sentinel(b_top, false);
856 RgnOper oper(SkMin32(a_top, b_top), dst, op);
868 if (a_top < b_top) {
871 if (a_bot <= b_top) { // [...] <...>
875 bot = a_top = b_top;
877 } else if (b_top < a_top) {
878 top = b_top;
884 bot = b_top = a_top;
886 } else { // a_top == b_top
887 top = a_top; // or b_top
891 bot = b_top = a_bot;
920 b_top = b_bot;
924 b_top = b_bot;