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

/external/skia/src/core/
H A DSkAAClip.cpp1609 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1612 topA = botA;
1627 int topA = iterA.top(); local
1638 if (topA < topB) {
1639 top = topA;
1644 bot = topA = topB;
1647 } else if (topB < topA) {
1650 if (botB <= topA) {
1653 bot = topB = topA;
1656 top = topA; // o
[all...]
/external/skqp/src/core/
H A DSkAAClip.cpp1609 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1612 topA = botA;
1627 int topA = iterA.top(); local
1638 if (topA < topB) {
1639 top = topA;
1644 bot = topA = topB;
1647 } else if (topB < topA) {
1650 if (botB <= topA) {
1653 bot = topB = topA;
1656 top = topA; // o
[all...]

Completed in 116 milliseconds