Lines Matching refs:SkOpSpan

202             const SkOpSpan* span) {  in record()
758 const SkOpSpan* prev = result->span()->prev(); in debugAddT()
781 const SkOpSpan* span; in debugCheckAngleCoin()
809 const SkOpSpan* span = &fHead; in debugClearAll()
817 void SkOpSegment::debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const { in debugClearOne()
826 SkOpSpan* span = this->head(); in debugLastAngle()
866 const SkOpSpan* prior = nullptr; in debugMissingCoincidence()
890 const SkOpSpan* span = spanBase->upCastable(); in debugMissingCoincidence()
902 const SkOpSpan* priorTest = spanBase->prev(); in debugMissingCoincidence()
1146 const SkOpSpan* span = &fHead; in debugShowActiveSpans()
1189 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding) { in debugShowNewWinding()
1212 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding, in debugShowNewWinding()
1357 const SkOpSpan* minSpan = next->start()->starter(next->end()); in debugValidate()
1423 const SkOpSpan* prev = origSpan->prev(); in debugCorrectOneEnd()
1450 const SkOpSpan* start = coinPtTStart()->span()->upCast(); in debugExpand()
1451 const SkOpSpan* prev = start->prev(); in debugExpand()
1484 void SkOpCoincidence::debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* base, c… in debugAddEndMovedSpans()
1522 SkOpSpan* writableBase = const_cast<SkOpSpan*>(base); in debugAddEndMovedSpans()
1558 const SkOpSpan* base = ptT->span()->upCast(); in debugAddEndMovedSpans()
1559 const SkOpSpan* prev = base->prev(); in debugAddEndMovedSpans()
2047 const SkOpSpan* start = coin->coinPtTStartWritable()->span()->upCast(); in debugMark()
2572 const SkOpSpan* SkOpSpanBase::debugStarter(SkOpSpanBase const** endPtr) const { in debugStarter()
2612 bool SkOpSpan::debugCoinLoopCheck() const { in debugCoinLoopCheck()
2614 const SkOpSpan* next = this; in debugCoinLoopCheck()
2615 SkOpSpan* nextCoin; in debugCoinLoopCheck()
2620 const SkOpSpan* checkCoin = this->fCoincident; in debugCoinLoopCheck()
2621 const SkOpSpan* innerCoin = checkCoin; in debugCoinLoopCheck()
2637 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* coin) const { in debugInsertCoincidence()
2651 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* segment, b… in debugInsertCoincidence()
2658 const SkOpSpan* span; in debugInsertCoincidence()
2664 span = const_cast<SkOpSpan*>(start->span()->upCast()); in debugInsertCoincidence()