Home
last modified time | relevance | path

Searched refs:testTAt (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkAddIntersections.cpp506 SkOpPtT* testTAt = wt.segment()->addT(ts[swap][pt], SkOpSegment::kAllowAlias, in AddIntersectTs() local
511 testTAt->addOpp(nextTAt); in AddIntersectTs()
512 if (testTAt->fPt != nextTAt->fPt) { in AddIntersectTs()
513 testTAt->span()->unaligned(); in AddIntersectTs()
522 coinPtT[0] = testTAt; in AddIntersectTs()
527 if (coinPtT[0]->span() == testTAt->span()) { in AddIntersectTs()
537 SkTSwap(testTAt, nextTAt); in AddIntersectTs()
539 SkASSERT(coinPtT[0]->span()->t() < testTAt->span()->t()); in AddIntersectTs()
540 coincidence->add(coinPtT[0], testTAt, coinPtT[1], nextTAt, allocator); in AddIntersectTs()