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