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

/inkscape/src/ui/tools/
H A Dgradient-tool.cpp344 GSList *new_stops = NULL; local
354 new_stops = g_slist_prepend (new_stops, new_stop);
366 for (GSList *s = new_stops; s != NULL; s = s->next) {
374 g_slist_free (new_stops);

Completed in 12 milliseconds