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

/inkscape/src/ui/tool/
H A Dnode.cpp168 towards->setDirection(*_parent, *node_towards);
171 other->setDirection(*node_towards, *_parent);
211 other->setDirection(new_pos, *_parent);
258 void Handle::setDirection(Geom::Point const &from, Geom::Point const &to) function in class:Inkscape::UI::Handle
260 setDirection(to - from);
263 void Handle::setDirection(Geom::Point const &dir) function in class:Inkscape::UI::Handle
745 handle->setDirection(other->position(), new_pos);
749 other_handle->setDirection(new_pos, other->position());
849 _back.setDirection(*_next(), *this);
856 _front.setDirection(*_pre
[all...]
H A Dnode.h112 void setDirection(Geom::Point const &from, Geom::Point const &to);
113 void setDirection(Geom::Point const &dir);

Completed in 19 milliseconds