Searched defs:botA (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1518 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1519 if (bot == botA) {
1521 topA = botA;
1522 SkASSERT(botA == iter.top());
1523 botA = iter.bottom();
1537 int botA = iterA.bottom(); local
1550 if (botA <= topB) {
1551 bot = botA;
1566 bot = topA = topB = SkMin32(botA, botB);
1589 adjust_iter(iterA, topA, botA, bo
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp1518 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1519 if (bot == botA) {
1521 topA = botA;
1522 SkASSERT(botA == iter.top());
1523 botA = iter.bottom();
1537 int botA = iterA.bottom(); local
1550 if (botA <= topB) {
1551 bot = botA;
1566 bot = topA = topB = SkMin32(botA, botB);
1589 adjust_iter(iterA, topA, botA, bo
[all...]

Completed in 49 milliseconds