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

/inkscape/src/
H A Dselection-chemistry.cpp1527 void sp_selection_apply_affine(Inkscape::Selection *selection, Geom::Affine const &affine, bool set_i2d, bool compensate, bool adjust_transf_center) function
1755 sp_selection_apply_affine(selection, final);
1780 sp_selection_apply_affine(selection, final);
1790 sp_selection_apply_affine(selection, final);
1802 sp_selection_apply_affine(selection, final);
1807 sp_selection_apply_affine(selection, Geom::Affine(Geom::Translate(move)), true, compensate);
1812 sp_selection_apply_affine(selection, Geom::Affine(Geom::Translate(dx, dy)));

Completed in 809 milliseconds