Lines Matching refs:this_stop
249 SPStop *this_stop = sp_get_stop_i (vector, d->point_i);
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);
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;
349 gfloat offset = 0.5*(this_stop->offset + next_stop->offset);
350 SPObject *parent = this_stop->parent;
353 SPStop *new_stop = sp_vector_add_stop (SP_GRADIENT (parent), this_stop, next_stop, offset);