Searched refs:object_centre (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-item.h202 void setCenter(Geom::Point const &object_centre);
H A Dsp-item.cpp233 void SPItem::setCenter(Geom::Point const &object_centre) { argument
250 transform_center_x = (object_centre[Geom::X] - bbox->midpoint()[Geom::X])/viewscale;
253 transform_center_y = (object_centre[Geom::Y] - bbox->midpoint()[Geom::Y])/viewscale;

Completed in 45 milliseconds