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

/inkscape/src/2geom/
H A Dnearest-time.cpp216 bb = *bounds_fast(c[i]);
228 bb = *bounds_fast(c[ei]);
275 bb = *bounds_fast(c[i]);
294 bb = *bounds_fast(c[ei]);
H A Dlinear.h99 OptInterval bounds_fast() const { return bounds_exact(); }
H A Dsbasis-curve.h104 virtual Rect boundsFast() const { return *bounds_fast(inner); }
H A Dbezier.cpp287 OptInterval bounds_fast(Bezier const &b) function in namespace:Geom
307 return bounds_fast(portion(b, i->min(), i->max()));
H A Dd2.h470 OptRect bounds_fast(const D2<T> &a) { function in namespace:Geom
472 return OptRect(bounds_fast(a[X]), bounds_fast(a[Y]));
525 inline OptRect bounds_fast(D2<SBasis> const & s, unsigned order=0) { function in namespace:Geom
527 OptInterval xint = bounds_fast(s[X], order);
529 OptInterval yint = bounds_fast(s[Y], order);
H A Dbezier.h133 friend OptInterval bounds_fast(Bezier const & b);
339 OptInterval bounds_fast(Bezier const &b);
H A Dsbasis-math.cpp330 Piecewise<SBasis> reciprocal_fn=reciprocalOnDomain(*bounds_fast(f), tol);
336 Piecewise<SBasis> reciprocal_fn=reciprocalOnDomain(*bounds_fast(f), tol);
H A Dconcepts.h90 i = bounds_fast(t);
H A Dpathvector.h283 inline OptRect bounds_fast(PathVector const &pv) { return pv.boundsFast(); } function in namespace:Geom
H A Dpiecewise.h288 inline typename FragmentConcept<T>::BoundsType bounds_fast(const Piecewise<T> &f) { function in namespace:Geom
292 typename FragmentConcept<T>::BoundsType ret(bounds_fast(f[0]));
294 ret.unionWith(bounds_fast(f[i]));
776 Interval bs = *bounds_fast(g);
H A Dsbasis-2d.cpp178 Interval bounds = *bounds_fast(compose(f,candidates[i]));
H A Dsbasis-roots.cpp121 OptInterval bounds_fast(const SBasisOf<double> &sb, int order) { function in namespace:Geom
123 OptInterval bounds_fast(const SBasis &sb, int order) {
571 OptInterval bs = bounds_fast(s);
H A Dbezier-curve.h111 virtual Rect boundsFast() const { return *bounds_fast(inner); }
H A Dsbasis.h261 OptInterval bounds_fast(SBasis const &a, int order = 0);
H A Dsbasis.cpp46 Interval bs = *bounds_fast(*this, tail);
/inkscape/src/live_effects/
H A Dlpe-simplify.cpp137 size = Geom::L2(Geom::bounds_fast(original_pathv)->dimensions());

Completed in 1287 milliseconds