Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp526 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect() local
527 double t = testAscends ? 0 : 1; in endsIntersect()
536 smallTs[index] = t = testAscends ? std::max(t, testT) : std::min(t, testT); in endsIntersect()

Completed in 3 milliseconds