Searched refs:next_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
297 *next_stops = g_slist_prepend (*next_stops, next_stop);
312 GSList *next_stops = NULL; local
314 std::vector<Geom::Point> coords = sp_gradient_context_get_stop_intervals (drag, &these_stops, &next_stops);
335 next_stops = g_slist_prepend (next_stops, next_stop);
343 GSList *j = next_stops;
373 g_slist_free (next_stops);
386 GSList *next_stops local
[all...]

Completed in 15 milliseconds