HomeSort by relevance Sort by last modified time
    Searched refs:debugSpan (Results 1 - 9 of 9) sorted by null

  /external/skia/tests/
PathOpsTSectDebug.h 27 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugSpan(int id) const {
87 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id);
146 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugSpan(int id) const {
147 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), nullptr);
PathOpsDebug.cpp 228 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);
408 const SkTSpan<TCurve, OppCurve>* DebugSpan(const SkTSect<TCurve, OppCurve>* sect, int id) {
409 return sect->debugSpan(id);
426 DebugSpan(&q1q2, id);
427 DebugSpan(&q1k2, id)
    [all...]
  /external/skia/src/pathops/
SkOpAngle.h 51 const SkOpSpanBase* debugSpan(int id) const;
SkOpCoincidence.h 206 const SkOpSpanBase* debugSpan(int id) const {
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr);
SkOpContour.h 126 const SkOpSpanBase* debugSpan(int id) const {
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
SkOpSpan.h 68 const SkOpSpanBase* debugSpan(int id) const;
251 const SkOpSpanBase* debugSpan(int id) const;
SkPathOpsTypes.h 85 const class SkOpSpanBase* debugSpan(int id) const;
SkOpSegment.h 169 const SkOpSpanBase* debugSpan(int id) const;
SkPathOpsTSect.h 109 const SkTSpan* debugSpan(int ) const;
243 const SkTSpan<TCurve, OppCurve>* debugSpan(int id) const;
    [all...]

Completed in 88 milliseconds