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

/inkscape/src/ui/tool/
H A Dnode.cpp732 Handle *handle, *other_handle; local
737 other_handle = &_next()->_front;
741 other_handle = &_prev()->_back;
748 if (other->_type == NODE_SMOOTH && !other_handle->isDegenerate()) {
749 other_handle->setDirection(new_pos, other->position());

Completed in 18 milliseconds