Home
last modified time | relevance | path

Searched refs:testSegment (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsWinding.cpp112 SkOpSegment* testSegment = &fHead; in rayCheck() local
114 testSegment->rayCheck(base, dir, hits, allocator); in rayCheck()
115 } while ((testSegment = testSegment->next())); in rayCheck()
375 SkOpSegment* testSegment = &fHead; in findSortableTop() local
377 if (testSegment->done()) { in findSortableTop()
380 SkOpSpan* result = testSegment->findSortableTop(contourHead); in findSortableTop()
384 } while ((testSegment = testSegment->next())); in findSortableTop()
DSkOpAngle.cpp234 SkOpSegment* testSegment = test->segment(); in checkNearCoincidence() local
236 SkDPoint testStartPt = testSegment->dPtAtT(testStartT); in checkNearCoincidence()
238 SkDPoint testEndPt = testSegment->dPtAtT(testEndT); in checkNearCoincidence()
241 SkDebugf("%s testLenSq=%1.9g id=%d\n", __FUNCTION__, testLenSq, testSegment->debugID()); in checkNearCoincidence()
247 double testMidDistSq = testSegment->distSq(testMidT, next); in checkNearCoincidence()
248 double testEndDistSq = testSegment->distSq(testEndT, next); in checkNearCoincidence()
258 testSegment->debugID(), nextSegment->debugID()); in checkNearCoincidence()