Searched refs:leftA (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp239 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,
241 SkASSERT(leftA <= 0xFF);
254 SkASSERT(leftA < 0xFF);
255 if (leftA > 0) {
257 *aa++ = leftA;
H A DSkAAClip.cpp1433 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { argument
1436 leftA = iter.left();
1461 int leftA = iterA.left(); local
1473 if (leftA < leftB) {
1474 left = leftA;
1479 rite = leftA = leftB;
1481 } else if (leftB < leftA) {
1484 if (riteB <= leftA) {
1487 rite = leftB = leftA;
1490 left = leftA; // o
[all...]
/external/skia/src/core/
H A DSkScan_AntiPath.cpp239 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,
241 SkASSERT(leftA <= 0xFF);
254 SkASSERT(leftA < 0xFF);
255 if (leftA > 0) {
257 *aa++ = leftA;
H A DSkAAClip.cpp1433 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { argument
1436 leftA = iter.left();
1461 int leftA = iterA.left(); local
1473 if (leftA < leftB) {
1474 left = leftA;
1479 rite = leftA = leftB;
1481 } else if (leftB < leftA) {
1484 if (riteB <= leftA) {
1487 rite = leftB = leftA;
1490 left = leftA; // o
[all...]

Completed in 238 milliseconds