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

/inkscape/src/
H A Dgradient-drag.cpp2462 GSList *endstoplist = NULL; // list of stops that must be deleted local
2508 for (GSList const * l = endstoplist; l != NULL; l = l->next) {
2515 endstoplist = g_slist_append(endstoplist, stopinfo);
2534 while (endstoplist) {
2535 StructStopInfo *stopinfo = (StructStopInfo*) endstoplist->data;
2682 endstoplist = g_slist_remove(endstoplist, stopinfo);

Completed in 30 milliseconds