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

/inkscape/src/libavoid/
H A Drouter.h268 //! @param[in] yDiff 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 722 milliseconds