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

/external/skia/tests/
H A DPathOpsTSectDebug.h27 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugSpan(int id) const { function in class:SkTSect
87 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id);
146 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugSpan(int id) const { function in class:SkTSpan
147 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), nullptr);
H A DPathOpsDebug.cpp228 return angle->debugSpan(id);
248 return contour->debugSpan(id);
268 return coin->debugSpan(id);
288 return ptT->debugSpan(id);
308 return span->debugSpan(id);
328 return span->debugSpan(id);
409 return sect->debugSpan(id);
844 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { function in class:SkOpAngle
845 return this->segment()->debugSpan(id);
977 const SkOpSpanBase* SkOpPtT::debugSpan(in function in class:SkOpPtT
1033 const SkOpSpanBase* SkOpSpanBase::debugSpan(int id) const { function in class:SkOpSpanBase
1144 const SkOpSpanBase* SkOpSegment::debugSpan(int id) const { function in class:SkOpSegment
1457 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { function in class:SkOpGlobalState
[all...]
/external/skqp/tests/
H A DPathOpsTSectDebug.h27 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugSpan(int id) const { function in class:SkTSect
87 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id);
146 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugSpan(int id) const { function in class:SkTSpan
147 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), nullptr);
H A DPathOpsDebug.cpp228 return angle->debugSpan(id);
248 return contour->debugSpan(id);
268 return coin->debugSpan(id);
288 return ptT->debugSpan(id);
308 return span->debugSpan(id);
328 return span->debugSpan(id);
409 return sect->debugSpan(id);
844 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { function in class:SkOpAngle
845 return this->segment()->debugSpan(id);
977 const SkOpSpanBase* SkOpPtT::debugSpan(in function in class:SkOpPtT
1033 const SkOpSpanBase* SkOpSpanBase::debugSpan(int id) const { function in class:SkOpSpanBase
1144 const SkOpSpanBase* SkOpSegment::debugSpan(int id) const { function in class:SkOpSegment
1457 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { function in class:SkOpGlobalState
[all...]
/external/skia/src/pathops/
H A DSkOpCoincidence.h206 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpCoincidence
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr);
H A DSkOpContour.h126 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpContour
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
/external/skqp/src/pathops/
H A DSkOpCoincidence.h206 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpCoincidence
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr);
H A DSkOpContour.h126 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpContour
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);

Completed in 262 milliseconds