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

/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1586 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1587 if (bot == botA) {
1589 topA = botA;
1590 SkASSERT(botA == iter.top());
1591 botA = iter.bottom();
1605 int botA = iterA.bottom(); local
1618 if (botA <= topB) {
1619 bot = botA;
1634 bot = topA = topB = SkMin32(botA, botB);
1657 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 55 milliseconds