Lines Matching refs:topA
1586 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { in adjust_iter() argument
1589 topA = botA; in adjust_iter()
1604 int topA = iterA.top(); in operateY() local
1615 if (topA < topB) { in operateY()
1616 top = topA; in operateY()
1621 bot = topA = topB; in operateY()
1624 } else if (topB < topA) { in operateY()
1627 if (botB <= topA) { in operateY()
1630 bot = topB = topA; in operateY()
1633 top = topA; // or topB, since topA == topB in operateY()
1634 bot = topA = topB = SkMin32(botA, botB); in operateY()
1657 adjust_iter(iterA, topA, botA, bot); in operateY()