Home | History | Annotate | Download | only in core

Lines Matching refs:b_bot

791     int b_bot = *b_runs++;
796 assert_sentinel(b_bot, false);
804 b_bot < SkRegion::kRunTypeSentinel) {
823 if (b_bot <= a_top) { // [...] <...>
824 bot = b_bot;
833 if (a_bot <= b_bot) {
837 if (b_bot <= a_bot) {
838 bot = a_top = b_bot;
859 b_top = b_bot;
860 b_bot = *b_runs++;
861 if (b_bot == SkRegion::kRunTypeSentinel) {
862 b_top = b_bot;