Lines Matching refs:nextTAt
523 SkOpPtT* nextTAt = iPtIsIntegral ? wn.segment()->addT(ts[!swap][pt], iPt)
525 if (!testTAt->contains(nextTAt)) {
526 SkOpPtT* oppPrev = testTAt->oppPrev(nextTAt); // Returns nullptr if pair
528 testTAt->span()->mergeMatches(nextTAt->span());
529 testTAt->addOpp(nextTAt, oppPrev);
531 if (testTAt->fPt != nextTAt->fPt) {
533 nextTAt->span()->unaligned();
543 coinPtT[1] = nextTAt;
551 if (coinPtT[1]->span() == nextTAt->span()) {
558 swap(testTAt, nextTAt);
570 coincidence->add(coinPtT[0], testTAt, coinPtT[1], nextTAt);