HomeSort by relevance Sort by last modified time
    Searched full:lastwind (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 356 int lastWind = -1;
361 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
363 if (change && lastWind >= 0) {
365 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
369 lastWind = fTs[i].fWindValue;
380 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 356 int lastWind = -1;
361 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
363 if (change && lastWind >= 0) {
365 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
369 lastWind = fTs[i].fWindValue;
380 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 438 milliseconds