Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.cpp417 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect() local
418 double t = testAscends ? 0 : 1; in endsIntersect()
427 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT); in endsIntersect()