HomeSort by relevance Sort by last modified time
    Searched refs:bestTIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 48 int bestTIndex = 0;
98 bestTIndex = testTIndex;
107 if (bestSeg->windSum(bestTIndex) == SK_MinS32) {
109 *indexPtr = bestTIndex;
110 *endIndexPtr = bestSeg->nextSpan(bestTIndex, 1);
115 result = bestSeg->windingAtT(*bestHit, bestTIndex, bestOpp, bestDx);
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 37 milliseconds