Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp513 double smallTs[2] = {-1, -1}; in endsIntersect() local
536 smallTs[index] = t = testAscends ? std::max(t, testT) : std::min(t, testT); in endsIntersect()
546 if (smallTs[index] < 0) { in endsIntersect()
550 const SkDPoint& dPt = segment.dPtAtT(smallTs[index]); in endsIntersect()
572 sCeptT = smallTs[index]; in endsIntersect()
618 sCeptT = smallTs[index]; in endsIntersect()

Completed in 3 milliseconds