Lines Matching refs:stops
1486 gi.stops.push_back(gs);
1556 if (gi.stops.size() < 2)
1558 g_warning("Need at least 2 stops for a linear gradient");
1564 snprintf(buf, 127, " draw:start-color=\"#%06lx\" draw:end-color=\"#%06lx\"", gi.stops[0].rgb, gi.stops[1].rgb);
1572 gi.stops[0].opacity * 100.0, gi.stops[1].opacity * 100.0, angle);// draw:border=\"0%%\"
1588 if (gi.stops.size() < 2)
1590 g_warning("Need at least 2 stops for a radial gradient");
1596 snprintf(buf, 127, "draw:start-color=\"#%06lx\" draw:end-color=\"#%06lx\" ", gi.stops[0].rgb, gi.stops[1].rgb);
1598 snprintf(buf, 127, "draw:start-intensity=\"%f%%\" draw:end-intensity=\"%f%%\" ", gi.stops[0].opacity*100.0, gi.stops[1].opacity*100.0);