Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx258 const double currTHigh( (upperYBound - p0.y) * r_x / r_y + p0.x ); in Impl_calcSafeParams() local
260 currLowerT = ::std::min(currLowerT, ::std::min(currTLow, currTHigh)); in Impl_calcSafeParams()
261 currHigherT = ::std::max(currHigherT, ::std::max(currTLow, currTHigh)); in Impl_calcSafeParams()

Completed in 21 milliseconds