Lines Matching refs:bot
292 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
932 int top, bot SK_INIT_TO_AVOID_WARNING;
942 bot = a_bot;
945 bot = a_top = b_top;
951 bot = b_bot;
954 bot = b_top = a_top;
961 bot = b_top = a_bot;
965 bot = a_top = b_bot;
973 oper.addSpan(bot, run0, run1);
998 prevBot = bot;
1583 int32_t bot = *p++;
1587 visitor({ p[0], top, p[1], bot });
1591 for (int y = top; y < bot; ++y) {
1600 top = bot;
1601 bot = *p++;
1602 } while (!SkRegionValueIsSentinel(bot));