• Home
  • Raw
  • Download

Lines Matching refs:SkOpSegment

81     const SkOpSegment* fSegment;
124 const SkOpSegment* seg, double t, SkPoint pt) { in record()
415 void SkOpSegment::debugAddAlignIntersection(const char* id, SkPathOpsDebug::GlitchLog* log, in debugAddAlignIntersection()
431 const SkOpSegment* segment = current->first(); in debugAddAlignIntersection()
494 bool SkOpSegment::debugAddMissing(double t, const SkOpSegment* opp) const { in debugAddMissing()
509 void SkOpSegment::debugAlign(const char* id, SkPathOpsDebug::GlitchLog* glitches) const { in debugAlign()
545 void SkOpSegment::debugCheckAngleCoin() const { in debugCheckAngleCoin()
567 void SkOpSegment::debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* glitches) const { in debugCheckHealth()
576 void SkOpSegment::debugFindCollapsed(const char* id, SkPathOpsDebug::GlitchLog* glitches) const { in debugFindCollapsed()
596 SkOpAngle* SkOpSegment::debugLastAngle() { in debugLastAngle()
610 void SkOpSegment::debugMissingCoincidence(const char* id, SkPathOpsDebug::GlitchLog* log, in debugMissingCoincidence()
627 SkOpSegment* opp = ptT->span()->segment(); in debugMissingCoincidence()
652 const SkOpSegment* priorOpp = nullptr; in debugMissingCoincidence()
660 SkOpSegment* segment = priorPtT->span()->segment(); in debugMissingCoincidence()
704 void SkOpSegment::debugMoveMultiples(const char* id, SkPathOpsDebug::GlitchLog* glitches) const { in debugMoveMultiples()
722 const SkOpSegment* oppSegment = oppSpan->segment(); in debugMoveMultiples()
768 const SkOpSegment* oppPtTSegment = oppPtT->segment(); in debugMoveMultiples()
798 void SkOpSegment::debugMoveNearby(const char* id, SkPathOpsDebug::GlitchLog* glitches) const { in debugMoveNearby()
844 void SkOpSegment::debugReset() { in debugReset()
849 void SkOpSegment::debugShowActiveSpans() const { in debugShowActiveSpans()
897 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding) { in debugShowNewWinding()
920 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding, in debugShowNewWinding()
967 const SkOpSegment* testSegment = test->segment(); in debugCheckNearCoincidence()
977 SkOpSegment* nextSegment = next->segment(); in debugCheckNearCoincidence()
1211 const SkOpSegment* coinSeg = coinPtTStart->segment(); in debugAddIfMissing()
1212 const SkOpSegment* oppSeg = oppPtTStart->segment(); in debugAddIfMissing()
1217 const SkOpSegment* checkCoinSeg = check->fCoinPtTStart->segment(); in debugAddIfMissing()
1218 const SkOpSegment* checkOppSeg; in debugAddIfMissing()
1272 const SkOpSegment* outerCoin = outer->fCoinPtTStart->segment(); in debugAddMissing()
1274 const SkOpSegment* outerOpp = outer->fOppPtTStart->segment(); in debugAddMissing()
1279 const SkOpSegment* innerCoin = inner->fCoinPtTStart->segment(); in debugAddMissing()
1281 const SkOpSegment* innerOpp = inner->fOppPtTStart->segment(); in debugAddMissing()
1357 const SkOpSegment* segment = coin->fCoinPtTStart->segment(); in debugExpand()
1358 const SkOpSegment* oppSegment = coin->fOppPtTStart->segment(); in debugExpand()
1459 const SkOpSegment* segment = &fHead; in debugCheckHealth()
1467 const SkOpSegment* segment = &fHead; in debugMissingCoincidence()
1474 void SkOpSegment::debugValidate() const { in debugValidate()
1505 const SkOpSegment* segment = this->segment(); in debugAlignedEnd()
1518 const SkOpSegment* other = test->segment(); in debugAlignedEnd()
1577 bool SkOpSpanBase::debugContains(const SkOpSegment* segment) const { in debugContains()
1690 const SkOpPtT* SkOpPtT::debugContains(const SkOpSegment* check) const { in debugContains()