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

/inkscape/src/ui/
H A Dobject-edit.cpp485 void knot_set_generic(SPItem *item, unsigned int knot_id, Geom::Point const &p, unsigned int state);
500 Box3DKnotHolderEntity::knot_set_generic(SPItem *item, unsigned int knot_id, Geom::Point const &new_pos, unsigned int state) function in class:Box3DKnotHolderEntity
637 knot_set_generic(item, 0, new_pos, state);
643 knot_set_generic(item, 1, new_pos, state);
649 knot_set_generic(item, 2, new_pos, state);
655 knot_set_generic(item, 3, new_pos, state);
661 knot_set_generic(item, 4, new_pos, state);
667 knot_set_generic(item, 5, new_pos, state);
673 knot_set_generic(item, 6, new_pos, state);
679 knot_set_generic(ite
[all...]

Completed in 17 milliseconds