Searched defs:stops (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-gradient-vector.h22 * The effective gradient vector, after copying stops from the referenced gradient if necessary.
26 std::vector<SPGradientStop> stops; member in struct:SPGradientVector
/inkscape/src/extension/internal/
H A Dodf.h183 stops = other.stops;
199 stops.clear();
222 if (stops.size() != other.stops.size())
224 for (unsigned int i=0 ; i<stops.size() ; i++)
226 GradientStop g1 = stops[i];
227 GradientStop g2 = other.stops[i];
247 std::vector<GradientStop> stops; member in class:Inkscape::Extension::Internal::GradientInfo
H A Djavafx-out.cpp313 std::vector<SPGradientStop> stops = g->vector.stops; local
314 if (!stops.empty())
316 out(" stops:\n");
318 for (unsigned int i = 0 ; i<stops.size() ; i++)
320 SPGradientStop stop = stops[i];
343 std::vector<SPGradientStop> stops = g->vector.stops; local
344 if (!stops.empty())
346 out(" stops
[all...]
/inkscape/src/livarot/
H A DLivarotDefs.h118 grad_stop stops[2]; member in struct:lin_grad
131 grad_stop stops[2]; member in struct:rad_grad

Completed in 80 milliseconds