Searched refs:boundsFast (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/2geom/
H A Dpathvector.cpp106 OptRect PathVector::boundsFast() const function in class:Geom::PathVector
111 bound = front().boundsFast();
113 bound.unionWith(it->boundsFast());
174 OptRect r = ii->path->boundsFast();
183 if (!ii->path->boundsFast().intersects(i->path->boundsFast())) continue;
234 if (!i->boundsFast().contains(p)) continue;
H A Dcircle.h84 Rect boundsFast() const;
85 Rect boundsExact() const { return boundsFast(); }
H A Dpath.cpp331 OptRect Path::boundsFast() const
342 bounds = front().boundsFast();
348 bounds.unionWith(iter->boundsFast());
483 , bounds(curve->boundsFast())
507 OptRect abb = a.boundsFast() | b.boundsFast();
585 Rect bounds = i->boundsFast();
664 bb = (_path[i].boundsFast());
681 bb = (_path[ei].boundsFast());
733 if (distance(p, c.boundsFast()) >
[all...]
H A Dcrossing.cpp120 OptRect bb = a[i].boundsFast();
H A Dsbasis-curve.h104 virtual Rect boundsFast() const { return *bounds_fast(inner); } function in class:Geom::SBasisCurve
H A Dpathvector.h247 OptRect boundsFast() const;
283 inline OptRect bounds_fast(PathVector const &pv) { return pv.boundsFast(); }
H A Dbezier-curve.h111 virtual Rect boundsFast() const { return *bounds_fast(inner); } function in class:Geom::BezierCurve
115 if(i->min() == 0 && i->max() == 1) return boundsFast();
H A Dcrossing.h134 OptRect bb = a[i].boundsFast();
H A Dcurve.h156 virtual Rect boundsFast() const = 0;
H A Delliptical-arc.h269 virtual Rect boundsFast() const { function in class:Geom::EllipticalArc
H A Dcircle.cpp42 Rect Circle::boundsFast() const function in class:Geom::Circle
H A Dpath.h490 OptRect boundsFast() const;
/inkscape/src/live_effects/
H A Dlpe-patternalongpath.cpp120 Geom::OptRect bbox = pattern.get_pathvector().boundsFast();
/inkscape/src/ui/tools/
H A Dspray-tool.cpp547 bbox_procesed = path.boundsFast();

Completed in 30 milliseconds