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

/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp498 double shift_x = bbox->min()[Geom::X]; local
503 shift_x = round (shift_x);
512 (Geom::Affine)(Geom::Translate (shift_x, shift_y));
/inkscape/src/
H A Dselection-chemistry.cpp3675 double shift_x = bbox->min()[Geom::X]; local
3678 shift_x = round(shift_x);
3681 t = Geom::Scale(1, -1) * Geom::Translate(shift_x, shift_y) * eek.inverse(); /// @fixme hardcoded doc2dt transform?

Completed in 23 milliseconds