Searched defs:debugSpan (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.h78 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpCoincidence
79 return SkDEBUGRELEASE(fDebugState->debugSpan(id), nullptr);
H A DSkOpContour.h152 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpContour
153 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
/external/skia/tests/
H A DPathOpsTSectDebug.h25 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugSpan(int id) const { function in class:SkTSect
85 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id);
144 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugSpan(int id) const { function in class:SkTSpan
145 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), nullptr);
H A DPathOpsDebug.cpp215 return angle->debugSpan(id);
235 return contour->debugSpan(id);
255 return coin->debugSpan(id);
275 return ptT->debugSpan(id);
295 return span->debugSpan(id);
315 return span->debugSpan(id);
376 return sect->debugSpan(id);
807 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { function in class:SkOpAngle
808 return this->segment()->debugSpan(id);
936 const SkOpSpanBase* SkOpPtT::debugSpan(in function in class:SkOpPtT
987 const SkOpSpanBase* SkOpSpanBase::debugSpan(int id) const { function in class:SkOpSpanBase
1084 const SkOpSpanBase* SkOpSegment::debugSpan(int id) const { function in class:SkOpSegment
1391 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { function in class:SkOpGlobalState
[all...]

Completed in 279 milliseconds