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

/inkscape/src/2geom/
H A Dcircle.cpp42 Rect Circle::boundsFast() const function in class:Geom::Circle
H A Dsbasis-curve.h104 virtual Rect boundsFast() const { return *bounds_fast(inner); } function in class:Geom::SBasisCurve
H A Delliptical-arc.h269 virtual Rect boundsFast() const { function in class:Geom::EllipticalArc
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 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();

Completed in 20 milliseconds