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

/inkscape/src/libavoid/
H A Drouter.h250 //! @param[in] newPoly The new polygon boundary for the shape.
255 void moveShape(ShapeRef *shape, const Polygon& newPoly,
H A Drouter.cpp54 newPoly(p),
62 newPoly(),
70 newPoly(),
103 Polygon newPoly; member in class:Avoid::ActionInfo
306 Polygon newPoly = shape->polygon(); local
307 newPoly.translate(xDiff, yDiff);
309 moveShape(shape, newPoly);
313 void Router::moveShape(ShapeRef *shape, const Polygon& newPoly, argument
329 ActionInfo moveInfo(ShapeMove, shape, newPoly, first_move);
344 found->newPoly
513 Polygon& newPoly = actInf.newPoly; local
[all...]

Completed in 17 milliseconds