Lines Matching refs:oppPtTStart
1418 this->debugCorrectOneEnd(log, &SkCoincidentSpans::oppPtTStart, nullptr);
1427 const SkOpSegment* oppSegment = oppPtTStart()->segment();
1572 if (span->coinPtTStart()->fPt != span->oppPtTStart()->fPt) {
1575 bool oOnEnd = zero_or_one(span->oppPtTStart()->fT);
1578 if (this->debugAddEndMovedSpans(log, span->oppPtTStart()), false) {
1619 const SkOpPtT* oStartPtT = coin->oppPtTStart();
1765 ? overlap->oppPtTStart()->fT < test->oppPtTStart()->fT
1766 : overlap->oppPtTStart()->fT > test->oppPtTStart()->fT) {
1767 log->record(SkPathOpsDebug::kAddOrOverlap_Glitch, overlap, test->oppPtTStart());
1878 const SkOpPtT* oos = outer->oppPtTStart();
1894 const SkOpPtT* ios = inner->oppPtTStart();
1988 || coin->oppPtTStart()->segment() == deleted
2012 && coin->oppPtTStart() == test->oppPtTStart()) {
2081 if (zero_or_one(coin->oppPtTStart()->fT) && zero_or_one(coin->oppPtTEnd()->fT)) {
2100 SkDebugf("coinSpan + id=%d t=%1.9g tEnd=%1.9g\n", oppPtTStart()->segment()->debugID(),
2101 oppPtTStart()->fT, oppPtTEnd()->fT);
2165 const SkOpSegment* oppSeg = test->oppPtTStart()->segment();
2167 SkASSERT(coinSeg != test->oppPtTStart()->segment());
2173 double tos = test->oppPtTStart()->fT;
2185 if (oppSeg != list->oppPtTStart()->segment()) {
2190 los = list->oppPtTStart()->fT;
2196 } else if (coinSeg == list->oppPtTStart()->segment()) {
2200 lcs = list->oppPtTStart()->fT;
2235 coin->oppPtTStart()->segment()));
2238 SkASSERT(coin->oppPtTStart()->span()->ptT() == coin->oppPtTStart());
2260 coin->oppPtTStart()->fT, coin->oppPtTEnd()->fT, coin->oppPtTStart()->segment(),
2262 DebugCheckBetween(coin->oppPtTStart()->span(), coin->oppPtTEnd()->span(),