Searched refs:debugOpp (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPathOpsTSectDebug.h90 const SkTSpan<OppCurve, TCurve>* test = bounded->debugOpp()->fHead;
/external/skia/src/pathops/
H A DSkPathOpsTSect.h99 const SkTSect<OppCurve, TCurve>* debugOpp() const;
226 const SkTSect<OppCurve, TCurve>* debugOpp() const { function in class:SkTSect
473 const SkTSect<OppCurve, TCurve>* SkTSpan<TCurve, OppCurve>::debugOpp() const { function in class:SkTSpan
474 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr);

Completed in 55 milliseconds