Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTSectDebug.h17 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugSpan(int id) const { in debugSpan() function
77 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id); in dumpBounded()
134 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugSpan(int id) const { in debugSpan() function
135 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), NULL); in debugSpan()
DPathOpsDebug.cpp218 return angle->debugSpan(id); in DebugAngleSpan()
238 return contour->debugSpan(id); in DebugContourSpan()
258 return ptT->debugSpan(id); in DebugPtTSpan()
278 return span->debugSpan(id); in DebugSegmentSpan()
298 return span->debugSpan(id); in DebugSpanSpan()
359 return sect->debugSpan(id); in DebugSpan()
736 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { in debugSpan() function in SkOpAngle
737 return this->segment()->debugSpan(id); in debugSpan()
865 const SkOpSpanBase* SkOpPtT::debugSpan(int id) const { in debugSpan() function in SkOpPtT
866 return this->span()->debugSpan(id); in debugSpan()
[all …]
/external/skia/src/pathops/
DSkOpContour.h139 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function
140 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), NULL); in debugSpan()
DSkOpSpan.h62 const SkOpSpanBase* debugSpan(int id) const;
182 const SkOpSpanBase* debugSpan(int id) const;
DSkOpAngle.h55 const SkOpSpanBase* debugSpan(int id) const;
DSkPathOpsTypes.h74 const class SkOpSpanBase* debugSpan(int id) const;
DSkOpSegment.h149 const SkOpSpanBase* debugSpan(int id) const;
DSkPathOpsTSect.h84 const SkTSpan* debugSpan(int ) const;
213 const SkTSpan<TCurve, OppCurve>* debugSpan(int id) const;