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

/inkscape/src/
H A Dgradient-drag.cpp2501 StructStopInfo *stopinfo = new StructStopInfo; local
2502 stopinfo->spstop = stop;
2503 stopinfo->draggable = draggable;
2504 stopinfo->gradient = gradient;
2505 stopinfo->vector = vector;
2509 if ( ((StructStopInfo*)l->data)->spstop == stopinfo->spstop ) {
2515 endstoplist = g_slist_append(endstoplist, stopinfo);
2535 StructStopInfo *stopinfo = (StructStopInfo*) endstoplist->data; local
2536 document = stopinfo->spstop->document;
2542 for ( SPObject *child = (stopinfo
[all...]

Completed in 24 milliseconds