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

/inkscape/src/
H A Dgradient-drag.cpp834 // moving linear around center
838 // moving linear around the other end
914 static void gr_midpoint_limits(GrDragger *dragger, SPObject *server, Geom::Point *begin, Geom::Point *end, Geom::Point *low_lim, Geom::Point *high_lim, std::vector<GrDragger *> &moving) argument
923 moving.push_back(dragger);
936 moving.insert(moving.begin(),d_add);
948 moving.push_back(d_add);
1015 std::vector<GrDragger *> moving; local
1016 gr_midpoint_limits(dragger, server, &begin, &end, &low_lim, &high_lim, moving);
1035 for (std::vector<GrDragger *>::const_iterator i = moving
2378 std::vector<GrDragger *> moving; local
[all...]

Completed in 27 milliseconds