Searched refs:debugOpp (Results 1 – 6 of 6) sorted by relevance
110 const SkTSect* debugOpp() const;255 const SkTSect* debugOpp() const { in debugOpp() function
147 const SkTSect* SkTSpan::debugOpp() const { in debugOpp() function in SkTSpan148 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr); in debugOpp()
109 const SkTSect* debugOpp() const;254 const SkTSect* debugOpp() const { in debugOpp() function
148 const SkTSect* SkTSpan::debugOpp() const { in debugOpp() function in SkTSpan149 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr); in debugOpp()
1240 const SkTSpan* test = bounded->debugOpp()->fHead; in dumpBounded()