Searched refs:topA (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkAAClip.cpp1586 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1589 topA = botA;
1604 int topA = iterA.top(); local
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; // o
[all...]

Completed in 65 milliseconds