Home
last modified time | relevance | path

Searched refs:debugSpan (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/tests/
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(int id) const { in debugSpan() function in SkOpPtT
[all …]
/third_party/skia/tests/
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(int id) const { in debugSpan() function in SkOpPtT
[all …]
/third_party/skia/src/pathops/
DSkPathOpsTSect.h116 const SkTSpan* debugSpan(int ) const;
259 const SkTSpan* debugSpan(int id) const;
DSkOpContour.h125 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function
126 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr); in debugSpan()
DSkOpAngle.h51 const SkOpSpanBase* debugSpan(int id) const;
DSkOpCoincidence.h206 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr); in debugSpan()
DSkOpSpan.h68 const SkOpSpanBase* debugSpan(int id) const;
256 const SkOpSpanBase* debugSpan(int id) const;
DSkPathOpsTypes.h85 const class SkOpSpanBase* debugSpan(int id) const;
DSkOpSegment.h165 const SkOpSpanBase* debugSpan(int id) const;
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.h117 const SkTSpan* debugSpan(int ) const;
260 const SkTSpan* debugSpan(int id) const;
DSkOpContour.h126 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr); in debugSpan()
DSkOpAngle.h51 const SkOpSpanBase* debugSpan(int id) const;
DSkOpCoincidence.h206 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr); in debugSpan()
DSkOpSpan.h68 const SkOpSpanBase* debugSpan(int id) const;
256 const SkOpSpanBase* debugSpan(int id) const;
DSkPathOpsTypes.h85 const class SkOpSpanBase* debugSpan(int id) const;
DSkOpSegment.h165 const SkOpSpanBase* debugSpan(int id) const;