Searched refs:testAscends (Results 1 – 1 of 1) sorted by relevance
417 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect() local418 double t = testAscends ? 0 : 1; in endsIntersect()427 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT); in endsIntersect()