Home
last modified time | relevance | path

Searched refs:debugSpan (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tests/
H A DPathOpsDebug.cpp236 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(in function in SkOpPtT
717 const SkOpSpanBase* SkOpSpanBase::debugSpan(int id) const { debugSpan() function in SkOpSpanBase
827 const SkOpSpanBase* SkOpSegment::debugSpan(int id) const { debugSpan() function in SkOpSegment
1140 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { debugSpan() function in SkOpGlobalState
1176 const SkTSpan* SkTSect::debugSpan(int id) const { debugSpan() function in SkTSect
1292 const SkTSpan* SkTSpan::debugSpan(int id) const { debugSpan() function in SkTSpan
[all...]
/third_party/skia/src/pathops/
H A DSkOpContour.h125 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function in SkOpContour
126 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr); in debugSpan()
H A DSkPathOpsTSect.h116 const SkTSpan* debugSpan(int ) const;
259 const SkTSpan* debugSpan(int id) const;
H A DSkOpAngle.h51 const SkOpSpanBase* debugSpan(int id) const;
H A DSkOpSpan.h68 const SkOpSpanBase* debugSpan(int id) const;
256 const SkOpSpanBase* debugSpan(int id) const;
H A DSkOpCoincidence.h206 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function in SkOpCoincidence
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr); in debugSpan()
H A DSkOpSegment.h165 const SkOpSpanBase* debugSpan(int id) const;
H A DSkPathOpsTypes.h85 const class SkOpSpanBase* debugSpan(int id) const;

Completed in 8 milliseconds