Searched defs:bestTIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp48 int bestTIndex = 0; local
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);
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp48 int bestTIndex = 0; local
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);

Completed in 515 milliseconds