Home
last modified time | relevance | path

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

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