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

/inkscape/src/ui/tool/
H A Dnode.cpp723 if (_type == NODE_AUTO) _updateAutoHandles();
725 if (_next() && _next()->_type == NODE_AUTO) _next()->_updateAutoHandles();
726 if (_prev() && _prev()->_type == NODE_AUTO) _prev()->_updateAutoHandles();
753 void Node::_updateAutoHandles() function in class:Inkscape::UI::Node
822 _updateAutoHandles();
843 _updateAutoHandles();
H A Dnode.h256 void _updateAutoHandles();

Completed in 21 milliseconds