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

/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp161 GSList * formatlist, * formatlisthead; local
164 for (formatlist = formatlisthead = gdk_pixbuf_get_formats();
165 formatlist != NULL;
166 formatlist = g_slist_next(formatlist)) {
168 GdkPixbufFormat *pixformat = (GdkPixbufFormat *)formatlist->data;

Completed in 13 milliseconds