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

/inkscape/src/libavoid/
H A Dconnector.cpp182 _dstVert(NULL),
208 _dstVert(NULL),
220 _dstVert = new VertInf(_router, VertID(_id, isShape, 2), dst.point());
221 _dstVert->visDirections = dst.directions();
243 if (_dstVert)
245 _router->vertices.removeVertex(_dstVert);
246 delete _dstVert;
247 _dstVert = NULL;
305 // partner = _dstVert;
309 if (_dstVert)
[all...]
H A Dconnector.h333 VertInf *_dstVert; member in class:Avoid::ConnRef

Completed in 24 milliseconds