Lines Matching refs:testSegment
40 SkOpSegment* testSegment = fSortedSegments[sortedIndex];
41 if (testSegment->done()) {
45 while (testSegment->nextCandidate(start, end)) {
46 if (!testSegment->isVertical(*start, *end)) {
47 return testSegment;
307 SkOpSegment* testSegment = fSortedSegments[sortedIndex];
308 if (testSegment->done()) {
315 SkPoint testXY = testSegment->activeLeftTop(true, NULL);
330 *topStart = testSegment;
338 SkOpSegment* testSegment = &fSegments[test];
339 if (testSegment->done()) {
342 testSegment->undoneSpan(start, end);
343 return testSegment;