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

/inkscape/src/libavoid/
H A Dconnector.cpp183 _startVert(NULL),
535 return _startVert;
718 _startVert = _srcVert;
750 _startVert = _router->vertices.getVertexByID(vID);
755 //db_printf("src: %X strt: %X dst: %x\n", (int) _srcVert, (int) _startVert, (int) _dstVert);
782 _startVert = _router->vertices.getVertexByID(vID);
783 COLA_ASSERT(_startVert);
794 for (VertInf *curr = tar; curr != _startVert->pathNext;
818 _startVert = _router->vertices.getVertexByID(vID);
819 COLA_ASSERT(_startVert);
[all...]
H A Dconnector.h334 VertInf *_startVert; member in class:Avoid::ConnRef

Completed in 766 milliseconds