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

/inkscape/src/widgets/
H A Dgradient-toolbar.cpp55 static gboolean update_stop_list( GtkWidget *stop_combo, SPGradient *gradient, SPStop *new_stop, GtkWidget *widget, bool gr_multi);
57 static void select_stop_in_list( GtkWidget *combo_box, SPGradient *gradient, SPStop *new_stop, GtkWidget *data, gboolean block);
720 static void select_stop_in_list( GtkWidget *combo_box, SPGradient *gradient, SPStop *new_stop, GtkWidget *data, gboolean block) argument
725 if (ochild == new_stop) {
737 static gboolean update_stop_list( GtkWidget *stop_combo, SPGradient *gradient, SPStop *new_stop, GtkWidget *widget, bool gr_multi) argument
803 if (new_stop == NULL) {
806 select_stop_in_list(stop_combo, gradient, new_stop, widget, TRUE);
H A Dgradient-vector.cpp500 static void update_stop_list( GtkWidget *vb, SPGradient *gradient, SPStop *new_stop);
566 static void select_stop_in_list( GtkWidget *vb, SPGradient *gradient, SPStop *new_stop) argument
573 if (ochild == new_stop) {
582 static void update_stop_list( GtkWidget *vb, SPGradient *gradient, SPStop *new_stop) argument
636 if (new_stop == NULL) {
639 select_stop_in_list(vb, gradient, new_stop);
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp353 SPStop *new_stop = sp_vector_add_stop (SP_GRADIENT (parent), this_stop, next_stop, offset); local
354 new_stops = g_slist_prepend (new_stops, new_stop);

Completed in 29 milliseconds