Lines Matching refs:first
262 SkOpSegment* first = contour.first();
263 first->debugAddAngle(0, 1);
264 SkOpSegment* next = first->next();
266 PathOpsAngleTester::Orderable(*first->debugLastAngle(), *next->debugLastAngle());
459 SkOpSegment* seg1 = contour.first();
470 // match the expected result. The tests above return 1 when first added, but
517 SkOpSegment* first = contour.first();
518 first->debugAddAngle(0, 1);
519 SkOpSegment* next = first->next();
522 PathOpsAngleTester::AllOnOneSide(*first->debugLastAngle(), *next->debugLastAngle());