Searched refs:lastOpp (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp358 int lastOpp = -1; local
363 || lastOpp != fTs[i].fOppValue;
366 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
371 lastOpp = fTs[i].fOppValue;
381 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
H A DSkOpSegment.cpp1352 int lastOpp = test[-1].fOppValue;
1353 bool zero = lastWind == 0 && lastOpp == 0;
1357 test->fOppValue = lastOpp;
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp357 int lastOpp = -1; local
362 || lastOpp != fTs[i].fOppValue;
365 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
370 lastOpp = fTs[i].fOppValue;
380 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
H A DSkOpSegment.cpp1315 int lastOpp = test[-1].fOppValue;
1316 bool zero = lastWind == 0 && lastOpp == 0;
1320 test->fOppValue = lastOpp;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp4158 int lastOpp = -1;
4163 || lastOpp != fTs[i].fOppValue;
4166 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
4171 lastOpp = fTs[i].fOppValue;
4181 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
/external/skia/experimental/Intersection/
H A DSimplify.cpp4158 int lastOpp = -1;
4163 || lastOpp != fTs[i].fOppValue;
4166 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
4171 lastOpp = fTs[i].fOppValue;
4181 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);

Completed in 128 milliseconds