Lines Matching refs:max
132 line.dMax = 3.0/4.0 * ::std::max(0.0, ::std::max(dP2, dP3)); in Impl_calcFatLine()
137 line.dMax = 4.0/9.0 * ::std::max(0.0, ::std::max(dP2, dP3)); in Impl_calcFatLine()
147 rightBottom.x = ::std::max( c1.p0.x, ::std::max( c1.p1.x, ::std::max( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds()
148 rightBottom.y = ::std::max( c1.p0.y, ::std::max( c1.p1.y, ::std::max( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()
163 if( ::std::min(rb1.x, rb2.x) < ::std::max(lt1.x, lt2.x) || in Impl_doBBoxIntersect()
164 ::std::min(rb1.y, rb2.y) < ::std::max(lt1.y, lt2.y) ) in Impl_doBBoxIntersect()
246 currHigherT = ::std::max(currHigherT, ::std::max(p0.x, p1.x)); in Impl_calcSafeParams()
261 currHigherT = ::std::max(currHigherT, ::std::max(currTLow, currTHigh)); in Impl_calcSafeParams()
272 t1 = ::std::max(0.0, currLowerT); in Impl_calcSafeParams()
853 for( d=0.0, k=::std::max(0,i-n); k<=k_max && k<=i; ++k ) in Impl_calcSafeParams_focus()
1015 t1_c1 = ::std::max(t1_c1, last_t1_c1); in Impl_applySafeRanges_rec()