Searched refs:bounds_fast (Results 1 - 16 of 16) sorted by relevance
/inkscape/src/2geom/ |
H A D | nearest-time.cpp | 216 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 D | linear.h | 99 OptInterval bounds_fast() const { return bounds_exact(); }
|
H A D | sbasis-curve.h | 104 virtual Rect boundsFast() const { return *bounds_fast(inner); }
|
H A D | bezier.cpp | 287 OptInterval bounds_fast(Bezier const &b) function in namespace:Geom 307 return bounds_fast(portion(b, i->min(), i->max()));
|
H A D | d2.h | 470 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 D | bezier.h | 133 friend OptInterval bounds_fast(Bezier const & b); 339 OptInterval bounds_fast(Bezier const &b);
|
H A D | sbasis-math.cpp | 330 Piecewise<SBasis> reciprocal_fn=reciprocalOnDomain(*bounds_fast(f), tol); 336 Piecewise<SBasis> reciprocal_fn=reciprocalOnDomain(*bounds_fast(f), tol);
|
H A D | concepts.h | 90 i = bounds_fast(t);
|
H A D | pathvector.h | 283 inline OptRect bounds_fast(PathVector const &pv) { return pv.boundsFast(); } function in namespace:Geom
|
H A D | piecewise.h | 288 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 D | sbasis-2d.cpp | 178 Interval bounds = *bounds_fast(compose(f,candidates[i]));
|
H A D | sbasis-roots.cpp | 121 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 D | bezier-curve.h | 111 virtual Rect boundsFast() const { return *bounds_fast(inner); }
|
H A D | sbasis.h | 261 OptInterval bounds_fast(SBasis const &a, int order = 0);
|
H A D | sbasis.cpp | 46 Interval bs = *bounds_fast(*this, tail);
|
/inkscape/src/live_effects/ |
H A D | lpe-simplify.cpp | 137 size = Geom::L2(Geom::bounds_fast(original_pathv)->dimensions());
|
Completed in 1287 milliseconds