Searched refs:debugSpan (Results 1 - 18 of 18) 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 DSkOpAngle.h51 const SkOpSpanBase* debugSpan(int id) const;
H A DSkOpContour.h126 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpContour
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
H A DSkOpCoincidence.h206 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpCoincidence
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr);
H A DSkOpSpan.h68 const SkOpSpanBase* debugSpan(int id) const;
251 const SkOpSpanBase* debugSpan(int id) const;
H A DSkPathOpsTypes.h85 const class SkOpSpanBase* debugSpan(int id) const;
H A DSkOpSegment.h165 const SkOpSpanBase* debugSpan(int id) const;
H A DSkPathOpsTSect.h109 const SkTSpan* debugSpan(int ) const;
243 const SkTSpan<TCurve, OppCurve>* debugSpan(int id) const;
/external/skqp/src/pathops/
H A DSkOpAngle.h51 const SkOpSpanBase* debugSpan(int id) const;
H A DSkOpContour.h126 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpContour
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
H A DSkOpCoincidence.h206 const SkOpSpanBase* debugSpan(int id) const { function in class:SkOpCoincidence
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr);
H A DSkOpSpan.h68 const SkOpSpanBase* debugSpan(int id) const;
251 const SkOpSpanBase* debugSpan(int id) const;
H A DSkPathOpsTypes.h85 const class SkOpSpanBase* debugSpan(int id) const;
H A DSkOpSegment.h165 const SkOpSpanBase* debugSpan(int id) const;
H A DSkPathOpsTSect.h109 const SkTSpan* debugSpan(int ) const;
243 const SkTSpan<TCurve, OppCurve>* debugSpan(int id) const;

Completed in 1781 milliseconds