Lines Matching defs:newPoly
54 newPoly(p),
62 newPoly(),
70 newPoly(),
103 Polygon newPoly;
306 Polygon newPoly = shape->polygon();
307 newPoly.translate(xDiff, yDiff);
309 moveShape(shape, newPoly);
313 void Router::moveShape(ShapeRef *shape, const Polygon& newPoly,
329 ActionInfo moveInfo(ShapeMove, shape, newPoly, first_move);
344 found->newPoly = newPoly;
513 Polygon& newPoly = actInf.newPoly;
523 shape->setNewPoly(newPoly);