Searched defs:setDirection (Results 1 - 1 of 1) 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...]

Completed in 20 milliseconds