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

/inkscape/src/
H A Dsp-use.cpp258 /* We could do better, e.g. chasing the href chain until we reach something other than
307 * Returns the ultimate original of a SPUse (i.e. the first object in the chain of its originals
355 //track the ultimate source of a chain of uses
358 GSList *chain = NULL; local
359 chain = g_slist_prepend(chain, this);
362 chain = g_slist_prepend(chain, orig);
366 chain = g_slist_prepend(chain, ori
[all...]

Completed in 25 milliseconds