Lines Matching refs:debugSegment
211 return angle->debugSegment(id); in DebugAngleSegment()
231 return contour->debugSegment(id); in DebugContourSegment()
251 return coin->debugSegment(id); in DebugCoincidenceSegment()
271 return ptT->debugSegment(id); in DebugPtTSegment()
291 return span->debugSegment(id); in DebugSegmentSegment()
311 return span->debugSegment(id); in DebugSpanSegment()
798 const SkOpSegment* SkOpAngle::debugSegment(int id) const { in debugSegment() function in SkOpAngle
799 return this->segment()->debugSegment(id); in debugSegment()
932 const SkOpSegment* SkOpPtT::debugSegment(int id) const { in debugSegment() function in SkOpPtT
933 return this->span()->debugSegment(id); in debugSegment()
983 const SkOpSegment* SkOpSpanBase::debugSegment(int id) const { in debugSegment() function in SkOpSpanBase
984 return this->segment()->debugSegment(id); in debugSegment()
1080 const SkOpSegment* SkOpSegment::debugSegment(int id) const { in debugSegment() function in SkOpSegment
1081 return this->contour()->debugSegment(id); in debugSegment()
1276 debugSegment(index)->dump(); in dumpSegment()
1377 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { in debugSegment() function in SkOpGlobalState