Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTSectDebug.h92 const SkTSpan<OppCurve, TCurve>* test = bounded->debugOpp()->fHead; in dumpBounded()
/external/skia/src/pathops/
DSkPathOpsTSect.h101 const SkTSect<OppCurve, TCurve>* debugOpp() const;
239 const SkTSect<OppCurve, TCurve>* debugOpp() const { in debugOpp() function
496 const SkTSect<OppCurve, TCurve>* SkTSpan<TCurve, OppCurve>::debugOpp() const { in debugOpp() function
497 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr); in debugOpp()