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

/inkscape/src/
H A Dselection-chemistry.cpp1521 /** Apply matrix to the selection. \a set_i2d is normally true, which means objects are in the
1523 value of set_i2d==false is only used by seltrans when it's dragging objects live (not outlines); in
1527 void sp_selection_apply_affine(Inkscape::Selection *selection, Geom::Affine const &affine, bool set_i2d, bool compensate, bool adjust_transf_center) argument
1566 if (set_i2d && item->isCenterSet())
1701 if (set_i2d) {
1710 if (set_i2d && item->isCenterSet() && !(affine.isTranslation() || affine.isIdentity())) {

Completed in 31 milliseconds