Searched defs:gr_multi (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/widgets/ |
H A D | gradient-toolbar.cpp | 52 gboolean gr_vector_list(GtkWidget *combo_box, SPDesktop *desktop, bool selection_empty, SPGradient *gr_selected, bool gr_multi); 54 void gr_read_selection( Inkscape::Selection *selection, GrDrag *drag, SPGradient *&gr_selected, bool &gr_multi, SPGradientSpread &spr_selected, bool &spr_multi ); 55 static gboolean update_stop_list( GtkWidget *stop_combo, SPGradient *gradient, SPStop *new_stop, GtkWidget *widget, bool gr_multi); 125 gboolean gr_vector_list(GtkWidget *combo_box, SPDesktop *desktop, bool selection_empty, SPGradient *gr_selected, bool gr_multi) argument 174 if (gr_multi) { 200 if (gr_multi || gr_selected == NULL) { 252 bool &gr_multi, 270 gr_multi = true; 304 gr_multi = true; 330 gr_multi 249 gr_read_selection( Inkscape::Selection *selection, GrDrag *drag, SPGradient *&gr_selected, bool &gr_multi, SPGradientSpread &spr_selected, bool &spr_multi ) argument 372 bool gr_multi = false; local 737 update_stop_list( GtkWidget *stop_combo, SPGradient *gradient, SPStop *new_stop, GtkWidget *widget, bool gr_multi) argument [all...] |
Completed in 29 milliseconds