Searched defs:these_stops (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dgradient-tool.cpp223 sp_gradient_context_get_stop_intervals (GrDrag *drag, GSList **these_stops, GSList **next_stops) argument
289 if (!g_slist_find(*these_stops, this_stop) && dnext && dnext->isSelected()) {
296 *these_stops = g_slist_prepend (*these_stops, this_stop);
311 GSList *these_stops = NULL; local
314 std::vector<Geom::Point> coords = sp_gradient_context_get_stop_intervals (drag, &these_stops, &next_stops);
316 if (g_slist_length(these_stops) == 0 && drag->numSelected() == 1) {
334 these_stops = g_slist_prepend (these_stops, this_stop);
342 GSList *i = these_stops;
385 GSList *these_stops = NULL; local
[all...]

Completed in 854 milliseconds