Lines Matching defs:gradient
45 #include "sp-gradient.h"
46 #include "sp-gradient-vector.h"
50 #include "widgets/gradient-vector.h"
53 #include "sp-gradient-reference.h"
57 #include "gradient-chemistry.h"
149 // Legacy gradient dialog
153 // Invoke the gradient tool
174 std::set<SPObject *> gradients = doc->getResourceList("gradient");
195 std::set<SPObject *> gradients = doc->getResourceList("gradient");
202 _("Add gradient stop"));
329 std::set<SPObject *> gradients = (dtw->desktop->doc())->getResourceList("gradient");
895 sigc::connection conn1 = document->connectResourcesChanged( "gradient", sigc::bind(sigc::ptr_fun(&SwatchesPanel::handleGradientsChange), document) );
927 std::set<SPObject *> gradients = doc->getResourceList("gradient");
949 cairo_pattern_t *gradient = sp_gradient_create_preview_pattern(grad, PREVIEW_PIXBUF_WIDTH);
952 cairo_set_source(ct, gradient);
956 cairo_pattern_destroy(gradient);