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

/inkscape/src/2geom/
H A Dsbasis-roots.cpp365 static bool compareIntervalMax( Interval I, Interval J ){ function in namespace:Geom
371 return( lower_bound( levels.begin(), levels.end(), Interval(x,x), compareIntervalMax) - levels.begin() );

Completed in 22 milliseconds