Searched refs:old_pos (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | box3d.h | 74 void box3d_set_center (SPBox3D *box, Geom::Point const &new_pos, Geom::Point const &old_pos, Box3D::Axis movement, bool constrained);
|
H A D | box3d.cpp | 503 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 D | verbs.cpp | 1318 SPObject *old_pos = layer->getNext(); local 1335 if ( layer->getNext() != old_pos ) {
|
/inkscape/src/ui/tool/ |
H A D | node.cpp | 628 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 D | node.h | 255 void _fixNeighbors(Geom::Point const &old_pos, Geom::Point const &new_pos);
|
Completed in 112 milliseconds