Searched defs:newPoly (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libavoid/ |
H A D | router.cpp | 54 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 12 milliseconds