Lines Matching defs:stop
50 #include "sp-stop.h"
104 * Equivalent meaning they have the same stop count, same stop colors and same stop opacity
573 for (SPStop *stop = const_cast<SPGradient*>(this)->getFirstStop(); stop && stop->getNextStop(); stop = stop->getNextStop()) {
813 * Clears the gradient's svg:stop children from its repr.
823 if (!strcmp(child->name(), "svg:stop")) {
840 * inherited from refs) into the gradient repr as svg:stop elements.
856 Inkscape::XML::Node *child = xml_doc->createElement("svg:stop");
860 os << "stop-color:" << gr->vector.stops[i].color.toString() << ";stop-opacity:" << gr->vector.stops[i].opacity;
942 SPStop *stop = SP_STOP(child);
947 // previous gradient stop's offset value. If a given gradient stop's offset
951 gstop.offset = MAX(stop->offset, vector.stops.back().offset);
953 gstop.offset = stop->offset;
961 gstop.color = stop->getEffectiveColor();
962 gstop.opacity = stop->opacity;
988 /* "If one stop is defined, then paint with the solid color fill using the color defined
989 * for that gradient stop."
1121 // multiply stop opacity by paint opacity