Searched defs:yGap (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dremoveoverlap.cpp38 * horizontally and yGap vertically
40 void removeoverlap(std::vector<SPItem*> const &items, double const xGap, double const yGap) { argument
45 Geom::Point const gap(xGap, yGap);
/inkscape/src/ui/dialog/
H A Dalign-and-distribute.cpp499 // xGap and yGap are the minimum space required between bounding rectangles.
501 double const yGap = removeOverlapYGap.get_value(); local
502 removeoverlap(_dialog.getDesktop()->getSelection()->itemList(), xGap, yGap);

Completed in 24 milliseconds