Searched refs:coinPtT (Results 1 – 1 of 1) sorted by relevance
501 SkOpPtT* coinPtT[2]; in AddIntersectTs() local522 coinPtT[0] = testTAt; in AddIntersectTs()523 coinPtT[1] = nextTAt; in AddIntersectTs()527 if (coinPtT[0]->span() == testTAt->span()) { in AddIntersectTs()531 if (coinPtT[1]->span() == nextTAt->span()) { in AddIntersectTs()536 SkTSwap(coinPtT[0], coinPtT[1]); 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()