Lines Matching refs:stops
248 // acceptable for gradient stops
275 // Make sure the style is allowed for gradient stops.
957 guint num = SP_LINEARGRADIENT(server)->vector.stops.size();
974 guint num = SP_RADIALGRADIENT(server)->vector.stops.size();
1118 if (gradient->vector.stops.size() > 2) { // 2 is the minimum
1509 guint num = SP_GRADIENT(server)->vector.stops.size();
1717 * Deselect all stops/draggers (private).
1727 * Deselect all stops/draggers (public; emits signal).
1736 * Select all stops/draggers.
1747 * Select all stops/draggers that match the coords.
1783 * Select all stops/draggers that fall within the rect.
1917 guint num = rg->vector.stops.size();
1940 guint num = lg->vector.stops.size();
2461 GSList *midstoplist = NULL; // list of stops that must be deleted (will be deleted first)
2462 GSList *endstoplist = NULL; // list of stops that must be deleted
2539 // cannot use vector->vector.stops.size() because the vector might be invalidated by deletion of a midstop