Lines Matching refs:debugSpan
236 return angle->debugSpan(id); in AngleSpan()
256 return contour->debugSpan(id); in ContourSpan()
276 return coin->debugSpan(id); in CoincidenceSpan()
296 return ptT->debugSpan(id); in PtTSpan()
316 return span->debugSpan(id); in SegmentSpan()
336 return span->debugSpan(id); in SpanSpan()
417 return sect->debugSpan(id); in DebugSpan()
528 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { in debugSpan() function in SkOpAngle
529 return this->segment()->debugSpan(id); in debugSpan()
661 const SkOpSpanBase* SkOpPtT::debugSpan(int id) const { in debugSpan() function in SkOpPtT
662 return this->span()->debugSpan(id); in debugSpan()
717 const SkOpSpanBase* SkOpSpanBase::debugSpan(int id) const { in debugSpan() function in SkOpSpanBase
718 return this->segment()->debugSpan(id); in debugSpan()
827 const SkOpSpanBase* SkOpSegment::debugSpan(int id) const { in debugSpan() function in SkOpSegment
828 return this->contour()->debugSpan(id); in debugSpan()
1043 debugSpan(index)->dump(); in dumpSpan()
1140 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { in debugSpan() function in SkOpGlobalState
1176 const SkTSpan* SkTSect::debugSpan(int id) const { in debugSpan() function in SkTSect
1235 const SkTSpan* bounded = debugSpan(id); in dumpBounded()
1292 const SkTSpan* SkTSpan::debugSpan(int id) const { in debugSpan() function in SkTSpan
1293 return fDebugSect->debugSpan(id); in debugSpan()