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

/inkscape/src/libavoid/
H A Drouter.h266 //! @param[in] xDiff The distance to move the shape in the
271 void moveShape(ShapeRef *shape, const double xDiff, const double yDiff);
H A Drouter.cpp304 void Router::moveShape(ShapeRef *shape, const double xDiff, const double yDiff) argument
307 newPoly.translate(xDiff, yDiff);

Completed in 19 milliseconds