Lines Matching refs:bot
751 int bot = r.fBottom - offsetY;
752 SkASSERT(bot >= prevBot);
753 if (bot > prevBot) {
768 currY->fY = bot - 1;
771 prevBot = bot;
1518 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) {
1519 if (bot == botA) {
1545 int top, bot;
1551 bot = botA;
1553 bot = topA = topB;
1560 bot = botB;
1562 bot = topB = topA;
1566 bot = topA = topB = SkMin32(botA, botB);
1575 if (bot > bounds.fBottom) {
1576 bot = bounds.fBottom;
1578 SkASSERT(top < bot);
1581 builder.addRun(bounds.fLeft, bot - 1, 0, bounds.width());
1583 SkASSERT(bot <= bounds.fBottom);
1586 operatorX(builder, bot - 1, rowIterA, rowIterB, proc, bounds);
1589 adjust_iter(iterA, topA, botA, bot);
1590 adjust_iter(iterB, topB, botB, bot);