Searched refs:old_pos (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dbox3d.h74 void box3d_set_center (SPBox3D *box, Geom::Point const &new_pos, Geom::Point const &old_pos, Box3D::Axis movement, bool constrained);
H A Dbox3d.cpp503 void box3d_set_center (SPBox3D *box, Geom::Point const &new_pos, Geom::Point const &old_pos, const Box3D::Axis movement, bool constrained) { argument
517 Proj::Pt3 old_pos_proj (persp->perspective_impl->tmat.preimage (old_pos, coord, Proj::Z));
535 Box3D::PerspectiveLine pl(old_pos, Proj::Z, persp);
H A Dverbs.cpp1318 SPObject *old_pos = layer->getNext(); local
1335 if ( layer->getNext() != old_pos ) {
/inkscape/src/ui/tool/
H A Dnode.cpp628 Geom::Point old_pos = position(); local
653 _fixNeighbors(old_pos, new_pos);
671 Geom::Point old_pos = position(); local
694 _fixNeighbors(old_pos, position());
717 void Node::_fixNeighbors(Geom::Point const &old_pos, Geom::Point const &new_pos) argument
724 if (old_pos != new_pos) {
H A Dnode.h255 void _fixNeighbors(Geom::Point const &old_pos, Geom::Point const &new_pos);

Completed in 112 milliseconds