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

/inkscape/src/ui/tools/
H A Dgradient-tool.cpp249 SPStop *this_stop = sp_get_stop_i (vector, d->point_i); local
250 SPStop *next_stop = this_stop->getNextStop();
289 if (!g_slist_find(*these_stops, this_stop) && dnext && dnext->isSelected()) {
296 *these_stops = g_slist_prepend (*these_stops, this_stop);
330 SPStop *this_stop = sp_get_stop_i (vector, d->point_i); local
331 if (this_stop) {
332 SPStop *next_stop = this_stop->getNextStop();
334 these_stops = g_slist_prepend (these_stops, this_stop);
347 SPStop *this_stop = (SPStop *) i->data; local
349 gfloat offset = 0.5*(this_stop
[all...]

Completed in 15 milliseconds