Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTSectDebug.h25 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugSpan(int id) const { in debugSpan() function
85 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id); in dumpBounded()
144 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugSpan(int id) const { in debugSpan() function
145 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), nullptr); in debugSpan()
DPathOpsDebug.cpp215 return angle->debugSpan(id); in DebugAngleSpan()
235 return contour->debugSpan(id); in DebugContourSpan()
255 return coin->debugSpan(id); in DebugCoincidenceSpan()
275 return ptT->debugSpan(id); in DebugPtTSpan()
295 return span->debugSpan(id); in DebugSegmentSpan()
315 return span->debugSpan(id); in DebugSpanSpan()
376 return sect->debugSpan(id); in DebugSpan()
807 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { in debugSpan() function in SkOpAngle
808 return this->segment()->debugSpan(id); in debugSpan()
936 const SkOpSpanBase* SkOpPtT::debugSpan(int id) const { in debugSpan() function in SkOpPtT
[all …]
/external/skia/src/pathops/
DSkOpCoincidence.h78 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function
79 return SkDEBUGRELEASE(fDebugState->debugSpan(id), nullptr); in debugSpan()
DSkOpAngle.h55 const SkOpSpanBase* debugSpan(int id) const;
DSkOpContour.h152 const SkOpSpanBase* debugSpan(int id) const { in debugSpan() function
153 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr); in debugSpan()
DSkOpSpan.h68 const SkOpSpanBase* debugSpan(int id) const;
217 const SkOpSpanBase* debugSpan(int id) const;
DSkPathOpsTypes.h72 const class SkOpSpanBase* debugSpan(int id) const;
DSkOpSegment.h174 const SkOpSpanBase* debugSpan(int id) const;
DSkPathOpsTSect.h100 const SkTSpan* debugSpan(int ) const;
230 const SkTSpan<TCurve, OppCurve>* debugSpan(int id) const;