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

/inkscape/src/2geom/
H A Dgeneric-rect.h104 result.expandTo(*start);
271 void expandTo(CPoint const &p) { function in class:Geom::GenericRect
272 f[X].expandTo(p[X]); f[Y].expandTo(p[Y]);
388 result.expandTo(*start);
463 void expandTo(CPoint const &p) { function in class:Geom::GenericOptRect
465 (*this)->expandTo(p);

Completed in 319 milliseconds