Lines Matching refs:coinPtTStart

138         glitch->fCoinSpan = coin->coinPtTStart();
141 glitch->fOppSpan = opp->coinPtTStart();
166 glitch->fCoinSpan = coin->coinPtTStart();
177 glitch->fCoinSpan = coin->coinPtTStart();
222 glitch->fCoinSpan = coin->coinPtTStart();
1416 this->debugCorrectOneEnd(log, &SkCoincidentSpans::coinPtTStart, nullptr);
1426 const SkOpSegment* segment = coinPtTStart()->segment();
1429 const SkOpSpan* start = coinPtTStart()->span()->upCast();
1572 if (span->coinPtTStart()->fPt != span->oppPtTStart()->fPt) {
1573 FAIL_IF(1 == span->coinPtTStart()->fT, span);
1574 bool onEnd = span->coinPtTStart()->fT == 0;
1583 if (this->debugAddEndMovedSpans(log, span->coinPtTStart()), false) {
1618 const SkOpPtT* startPtT = coin->coinPtTStart();
1758 if (overlap->coinPtTStart()->fT > test->coinPtTStart()->fT) {
1759 log->record(SkPathOpsDebug::kAddOrOverlap_Glitch, overlap, test->coinPtTStart());
1833 if (overlap->coinPtTStart()->segment() == coinSeg) {
1874 const SkOpPtT* ocs = outer->coinPtTStart();
1890 const SkOpPtT* ics = inner->coinPtTStart();
1986 if (coin->coinPtTStart()->segment() == deleted
2011 if (coin->coinPtTStart() == test->coinPtTStart()
2013 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, fHead, test->coinPtTStart());
2078 if (zero_or_one(coin->coinPtTStart()->fT) && zero_or_one(coin->coinPtTEnd()->fT)) {
2098 SkDebugf("coinSpan - id=%d t=%1.9g tEnd=%1.9g\n", coinPtTStart()->segment()->debugID(),
2099 coinPtTStart()->fT, coinPtTEnd()->fT);
2163 const SkOpSegment* coinSeg = test->coinPtTStart()->segment();
2168 SkDEBUGCODE(double tcs = test->coinPtTStart()->fT);
2184 if (coinSeg == list->coinPtTStart()->segment()) {
2188 lcs = list->coinPtTStart()->fT;
2197 if (oppSeg != list->coinPtTStart()->segment()) {
2206 los = list->coinPtTStart()->fT;
2234 SkASSERT(SkOpCoincidence::Ordered(coin->coinPtTStart()->segment(),
2236 SkASSERT(coin->coinPtTStart()->span()->ptT() == coin->coinPtTStart());
2259 DebugCheckBetween(coin->coinPtTStart()->span(), coin->coinPtTEnd()->span(),
2263 coin->coinPtTStart()->fT, coin->coinPtTEnd()->fT, coin->coinPtTStart()->segment(),