Home
last modified time | relevance | path

Searched refs:coinPtT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp509 SkOpPtT* coinPtT[2]; in AddIntersectTs() local
542 coinPtT[0] = testTAt; in AddIntersectTs()
543 coinPtT[1] = nextTAt; in AddIntersectTs()
547 if (coinPtT[0]->span() == testTAt->span()) { in AddIntersectTs()
551 if (coinPtT[1]->span() == nextTAt->span()) { in AddIntersectTs()
557 swap(coinPtT[0], coinPtT[1]); in AddIntersectTs()
561 || coinPtT[0]->span()->t() < testTAt->span()->t()); in AddIntersectTs()
562 if (coinPtT[0]->span()->deleted()) { in AddIntersectTs()
570 coincidence->add(coinPtT[ in AddIntersectTs()
[all...]
H A DSkOpCoincidence.h289 // return coinPtT->segment()->t mapped from overS->fT <= t <= overE->fT
290 static double TRange(const SkOpPtT* overS, double t, const SkOpSegment* coinPtT

Completed in 2 milliseconds