Searched refs:knot_id (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/
H A Dobject-edit.cpp484 Geom::Point knot_get_generic(SPItem *item, unsigned int knot_id) const;
485 void knot_set_generic(SPItem *item, unsigned int knot_id, Geom::Point const &p, unsigned int state);
489 Box3DKnotHolderEntity::knot_get_generic(SPItem *item, unsigned int knot_id) const
493 return box3d_get_corner_screen(box, knot_id);
500 Box3DKnotHolderEntity::knot_set_generic(SPItem *item, unsigned int knot_id, Geom::Point const &new_pos, unsigned int state) argument
510 if ((knot_id < 4) != (state & GDK_SHIFT_MASK)) {
516 box3d_set_corner (box, knot_id, s * i2dt, movement, (state & GDK_CONTROL_MASK));

Completed in 17 milliseconds