Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DMotionPathUtils.cpp238 float upperMin = std::numeric_limits<float>::max(); in ComputeRayUsedDistance() local
250 upperMin = std::min(upperMin, -p.x + sqrtD); in ComputeRayUsedDistance()
255 return std::max(lowerMax, std::min(upperMin, (float)usedDistance)); in ComputeRayUsedDistance()
/dports/www/firefox/firefox-99.0/layout/base/
H A DMotionPathUtils.cpp239 float upperMin = std::numeric_limits<float>::max(); in ComputeRayUsedDistance() local
251 upperMin = std::min(upperMin, -p.x + sqrtD); in ComputeRayUsedDistance()
256 return std::max(lowerMax, std::min(upperMin, (float)usedDistance)); in ComputeRayUsedDistance()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DMotionPathUtils.cpp238 float upperMin = std::numeric_limits<float>::max(); in ComputeRayUsedDistance() local
250 upperMin = std::min(upperMin, -p.x + sqrtD); in ComputeRayUsedDistance()
255 return std::max(lowerMax, std::min(upperMin, (float)usedDistance)); in ComputeRayUsedDistance()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DMotionPathUtils.cpp238 float upperMin = std::numeric_limits<float>::max(); in ComputeRayUsedDistance() local
250 upperMin = std::min(upperMin, -p.x + sqrtD); in ComputeRayUsedDistance()
255 return std::max(lowerMax, std::min(upperMin, (float)usedDistance)); in ComputeRayUsedDistance()
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dflat_review.py597 upperMin = lowerMin = 0
611 upperMin = upperMid
612 upperMid = int((upperMax - upperMin) / 2) + upperMin
629 msg = "FLAT REVIEW: Getting lines for %s offsets %i-%i" % (accessible, upperMin, lowerMax)
632 lines = self._getLines(accessible, upperMin, lowerMax)