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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp47 SkOpSegment* bestSeg = NULL; local
70 bestSeg = NULL;
95 bestSeg = testSeg;
104 if (!bestSeg) {
107 if (bestSeg->windSum(bestTIndex) == SK_MinS32) {
108 *currentPtr = bestSeg;
110 *endIndexPtr = bestSeg->nextSpan(bestTIndex, 1);
115 result = bestSeg->windingAtT(*bestHit, bestTIndex, bestOpp, bestDx);
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp47 SkOpSegment* bestSeg = NULL; local
70 bestSeg = NULL;
95 bestSeg = testSeg;
104 if (!bestSeg) {
107 if (bestSeg->windSum(bestTIndex) == SK_MinS32) {
108 *currentPtr = bestSeg;
110 *endIndexPtr = bestSeg->nextSpan(bestTIndex, 1);
115 result = bestSeg->windingAtT(*bestHit, bestTIndex, bestOpp, bestDx);

Completed in 1014 milliseconds