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

/inkscape/src/2geom/
H A Dbezier.cpp293 OptInterval bounds_exact(Bezier const &b) function in namespace:Geom
H A Dpiecewise.h304 inline typename FragmentConcept<T>::BoundsType bounds_exact(const Piecewise<T> &f) { function in namespace:Geom
308 typename FragmentConcept<T>::BoundsType ret(bounds_exact(f[0]));
310 ret.unionWith(bounds_exact(f[i]));
334 ret.unionWith(bounds_exact(f[i]));
H A Dd2.h475 OptRect bounds_exact(const D2<T> &a) { function in namespace:Geom
477 return OptRect(bounds_exact(a[X]), bounds_exact(a[Y]));
H A Dpathvector.h284 inline OptRect bounds_exact(PathVector const &pv) { return pv.boundsExact(); } function in namespace:Geom
H A Dsbasis-roots.cpp93 OptInterval bounds_exact(SBasisOf<double> const &a) { function in namespace:Geom
103 OptInterval bounds_exact(SBasis const &a) {

Completed in 24 milliseconds