Searched defs:bound_exceeded (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Delliptical-arc-from-sbasis.cpp89 bool bound_exceeded( unsigned int k, detail::ellipse_equation const & ee,
212 bound_exceeded( unsigned int k, detail::ellipse_equation const & ee, function in class:Geom::make_elliptical_arc
239 if (bound_exceeded(0, ee, e1x, e1y, e2))
244 if (bound_exceeded(0, ee, e1x, e1y, e2))
263 if ( bound_exceeded(k, ee, e1x, e1y, e2) )

Completed in 15 milliseconds