Searched refs:leftA (Results 1 – 2 of 2) sorted by relevance
260 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,262 SkASSERT(leftA <= 0xFF);275 SkASSERT(leftA < 0xFF);276 if (leftA > 0) {278 *aa++ = leftA;
1501 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row() argument1504 leftA = iter.left(); in adjust_row()1529 int leftA = iterA.left(); in operatorX() local1541 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()[all …]