Searched defs:_next (Results 1 - 3 of 3) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DLinkedList.h55 Link *_next; member in class:CxxTest::Link
/inkscape/src/xml/
H A Dsimple-node.h63 Node *next() { return _next; }
64 Node const *next() const { return _next; }
139 SimpleNode *_next; member in class:Inkscape::XML::SimpleNode
/inkscape/src/ui/tool/
H A Dnode.cpp594 Node const *Node::_next() const function in class:Inkscape::UI::Node
596 return const_cast<Node*>(this)->_next();
600 Node *Node::_next() function in class:Inkscape::UI::Node
725 if (_next() && _next()->_type == NODE_AUTO) _next()->_updateAutoHandles();
734 if (_is_line_segment(this, _next())) {
736 other = _next();
737 other_handle = &_next()->_front;
766 Geom::Point vec_next = _next()
[all...]

Completed in 49 milliseconds