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

/inkscape/src/
H A Dgradient-chemistry.cpp925 GSList *child_reprs = NULL; local
930 child_reprs = g_slist_prepend (child_reprs, child->getRepr());
938 for (GSList *i = child_reprs; i != NULL; i = i->next) {
959 g_slist_free (child_reprs);

Completed in 32 milliseconds