Lines Matching refs:leftA
1501 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row() argument
1504 leftA = iter.left(); in adjust_row()
1529 int leftA = iterA.left(); in operatorX() local
1541 if (leftA < leftB) { in operatorX()
1542 left = leftA; in operatorX()
1547 rite = leftA = leftB; in operatorX()
1549 } else if (leftB < leftA) { in operatorX()
1552 if (riteB <= leftA) { in operatorX()
1555 rite = leftB = leftA; in operatorX()
1558 left = leftA; // or leftB, since leftA == leftB in operatorX()
1559 rite = leftA = leftB = SkMin32(riteA, riteB); in operatorX()
1577 adjust_row(iterA, leftA, riteA, rite); in operatorX()