Home
last modified time | relevance | path

Searched refs:leftA (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkScan_AntiPath.cpp259 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,
261 SkASSERT(leftA <= 0xFF);
274 SkASSERT(leftA < 0xFF);
275 if (leftA > 0) {
277 *aa++ = leftA;
DSkAAClip.cpp1528 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()
[all …]