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

/inkscape/src/libavoid/
H A Dconnector.h322 unsigned int _srcId, _dstId; member in class:Avoid::ConnRef
H A Dconnector.cpp175 _dstId(0),
201 _dstId(0),
416 _dstId = id;
429 return _dstId;
H A Drouter.cpp688 if ((type & runningTo) && ((*i)->_dstId == shapeId))
708 if ((type & runningTo) && ((*i)->_dstId == shapeId))
718 if ((*i)->_dstId != 0)
721 shapes.push_back((*i)->_dstId);

Completed in 1345 milliseconds