Lines Matching refs:debugSegment
232 return angle->debugSegment(id); in AngleSegment()
252 return contour->debugSegment(id); in ContourSegment()
272 return coin->debugSegment(id); in CoincidenceSegment()
292 return ptT->debugSegment(id); in PtTSegment()
312 return span->debugSegment(id); in SegmentSegment()
332 return span->debugSegment(id); in SpanSegment()
519 const SkOpSegment* SkOpAngle::debugSegment(int id) const { in debugSegment() function in SkOpAngle
520 return this->segment()->debugSegment(id); in debugSegment()
657 const SkOpSegment* SkOpPtT::debugSegment(int id) const { in debugSegment() function in SkOpPtT
658 return this->span()->debugSegment(id); in debugSegment()
713 const SkOpSegment* SkOpSpanBase::debugSegment(int id) const { in debugSegment() function in SkOpSpanBase
714 return this->segment()->debugSegment(id); in debugSegment()
823 const SkOpSegment* SkOpSegment::debugSegment(int id) const { in debugSegment() function in SkOpSegment
824 return this->contour()->debugSegment(id); in debugSegment()
1025 debugSegment(index)->dump(); in dumpSegment()
1126 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { in debugSegment() function in SkOpGlobalState