Lines Matching defs:item
5 #include <sp-item.h>
8 #include <sp-item-rm-unsatisfied-cns.h>
9 #include <sp-item-notify-moveto.h>
16 * that consequently this item should move with it.
18 * \pre exist [cn in item.constraints] g eq cn.g.
20 void sp_item_notify_moveto(SPItem &item, SPGuide const &mv_g, int const snappoint_ix,
23 return_if_fail(SP_IS_ITEM(&item));
30 item.getSnappoints(snappoints, NULL);
36 /* Translate along dir to make dot(dir, snappoints(item)[snappoint_ix]) == position. */
46 item.set_i2d_affine(item.i2dt_affine() * tr);
54 item.doWriteTransform(item.getRepr(), item.transform);
57 sp_item_rm_unsatisfied_cns(item);
59 move_cn_to_front(mv_g, snappoint_ix, item.constraints);
61 * this item, then keeping those cns in order requires that the