Searched defs:bound_exceeded (Results 1 - 1 of 1) sorted by relevance
| /inkscape/src/2geom/ |
| H A D | elliptical-arc-from-sbasis.cpp | 89 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