Lines Matching refs:oppPtTStart

1439     this->debugCorrectOneEnd(log, &SkCoincidentSpans::oppPtTStart, nullptr);
1448 const SkOpSegment* oppSegment = oppPtTStart()->segment();
1591 if (span->coinPtTStart()->fPt != span->oppPtTStart()->fPt) {
1594 bool oOnEnd = zero_or_one(span->oppPtTStart()->fT);
1597 if (this->debugAddEndMovedSpans(log, span->oppPtTStart()), false) {
1638 const SkOpPtT* oStartPtT = coin->oppPtTStart();
1781 ? overlap->oppPtTStart()->fT < test->oppPtTStart()->fT
1782 : overlap->oppPtTStart()->fT > test->oppPtTStart()->fT) {
1783 log->record(SkPathOpsDebug::kAddOrOverlap_Glitch, overlap, test->oppPtTStart());
1893 const SkOpPtT* oos = outer->oppPtTStart();
1909 const SkOpPtT* ios = inner->oppPtTStart();
2003 || coin->oppPtTStart()->segment() == deleted
2027 && coin->oppPtTStart() == test->oppPtTStart()) {
2095 if (zero_or_one(coin->oppPtTStart()->fT) && zero_or_one(coin->oppPtTEnd()->fT)) {
2114 SkDebugf("coinSpan + id=%d t=%1.9g tEnd=%1.9g\n", oppPtTStart()->segment()->debugID(),
2115 oppPtTStart()->fT, oppPtTEnd()->fT);
2178 const SkOpSegment* oppSeg = test->oppPtTStart()->segment();
2180 SkASSERT(coinSeg != test->oppPtTStart()->segment());
2186 double tos = test->oppPtTStart()->fT;
2197 if (oppSeg != list->oppPtTStart()->segment()) {
2202 los = list->oppPtTStart()->fT;
2207 } else if (coinSeg == list->oppPtTStart()->segment()) {
2211 lcs = list->oppPtTStart()->fT;
2245 coin->oppPtTStart()->segment()));
2248 SkASSERT(coin->oppPtTStart()->span()->ptT() == coin->oppPtTStart());
2270 coin->oppPtTStart()->fT, coin->oppPtTEnd()->fT, coin->oppPtTStart()->segment(),
2272 DebugCheckBetween(coin->oppPtTStart()->span(), coin->oppPtTEnd()->span(),