Lines Matching refs:debugContour
206 return angle->debugContour(id); in DebugAngleContour()
226 return contour->debugContour(id); in DebugContourContour()
246 return ptT->debugContour(id); in DebugPtTContour()
266 return span->debugContour(id); in DebugSegmentContour()
286 return span->debugContour(id); in DebugSpanContour()
719 SkOpContour* SkOpAngle::debugContour(int id) { in debugContour() function in SkOpAngle
720 return this->segment()->debugContour(id); in debugContour()
853 SkOpContour* SkOpPtT::debugContour(int id) { in debugContour() function in SkOpPtT
854 return this->span()->debugContour(id); in debugContour()
904 SkOpContour* SkOpSpanBase::debugContour(int id) { in debugContour() function in SkOpSpanBase
905 return this->segment()->debugContour(id); in debugContour()
1001 SkOpContour* SkOpSegment::debugContour(int id) { in debugContour() function in SkOpSegment
1002 return this->contour()->debugContour(id); in debugContour()
1260 SkOpContour* SkOpGlobalState::debugContour(int id) { in debugContour() function in SkOpGlobalState