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

/inkscape/src/
H A Dconn-avoid-ref.cpp51 : shapeRef(NULL)
68 if (shapeRef && routerInstanceExists) {
69 // Deleting the shapeRef will remove it completely from
71 delete shapeRef;
73 shapeRef = NULL;
125 shapeRef = new Avoid::ShapeRef(router, poly, itemID);
127 router->addShape(shapeRef);
132 g_assert(shapeRef);
134 // Deleting the shapeRef will remove it completely from
136 delete shapeRef;
359 Avoid::ShapeRef *shapeRef = moved_item->avoidRef->shapeRef; local
[all...]
H A Dconn-avoid-ref.h31 Avoid::ShapeRef *shapeRef; member in class:SPAvoidRef
/inkscape/src/libavoid/
H A Dconnector.h126 ConnEnd(ShapeRef *shapeRef, const double x_pos, const double y_pos,
H A Dconnector.cpp58 ConnEnd::ConnEnd(ShapeRef *shapeRef, const double x_pos, const double y_pos, argument
61 _shapeRef(shapeRef),

Completed in 62 milliseconds