Home | History | Annotate | Download | only in core

Lines Matching full:topa

1613 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) {
1616 topA = botA;
1631 int topA = iterA.top();
1642 if (topA < topB) {
1643 top = topA;
1648 bot = topA = topB;
1651 } else if (topB < topA) {
1654 if (botB <= topA) {
1657 bot = topB = topA;
1660 top = topA; // or topB, since topA == topB
1661 bot = topA = topB = SkMin32(botA, botB);
1684 adjust_iter(iterA, topA, botA, bot);