Searched refs:testSegment (Results 1 – 2 of 2) sorted by relevance
112 SkOpSegment* testSegment = &fHead; in rayCheck() local114 testSegment->rayCheck(base, dir, hits, allocator); in rayCheck()115 } while ((testSegment = testSegment->next())); in rayCheck()375 SkOpSegment* testSegment = &fHead; in findSortableTop() local377 if (testSegment->done()) { in findSortableTop()380 SkOpSpan* result = testSegment->findSortableTop(contourHead); in findSortableTop()384 } while ((testSegment = testSegment->next())); in findSortableTop()
234 SkOpSegment* testSegment = test->segment(); in checkNearCoincidence() local236 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()