Searched defs:boundsFast (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | circle.cpp | 42 Rect Circle::boundsFast() const function in class:Geom::Circle |
H A D | sbasis-curve.h | 104 virtual Rect boundsFast() const { return *bounds_fast(inner); } function in class:Geom::SBasisCurve |
H A D | elliptical-arc.h | 269 virtual Rect boundsFast() const { function in class:Geom::EllipticalArc |
H A D | pathvector.cpp | 106 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 D | bezier-curve.h | 111 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