Lines Matching refs:leftA
1528 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row() argument
1531 leftA = iter.left(); in adjust_row()
1556 int leftA = iterA.left(); in operatorX() local
1568 if (leftA < leftB) { in operatorX()
1569 left = leftA; in operatorX()
1574 rite = leftA = leftB; in operatorX()
1576 } else if (leftB < leftA) { in operatorX()
1579 if (riteB <= leftA) { in operatorX()
1582 rite = leftB = leftA; in operatorX()
1585 left = leftA; // or leftB, since leftA == leftB in operatorX()
1586 rite = leftA = leftB = SkMin32(riteA, riteB); in operatorX()
1604 adjust_row(iterA, leftA, riteA, rite); in operatorX()