Lines Matching defs:paint
43 #include "sp-paint-server.h"
1333 * or stroke paint server.
1461 sp_style_set_ipaint_to_uri(SPStyle *style, SPIPaint *paint, const Inkscape::URI *uri, SPDocument *document)
1466 if (!paint->value.href && document) {
1467 paint->value.href = new SPPaintServerReference(document);
1468 if (paint == &style->fill) {
1469 style->fill_ps_changed_connection = paint->value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_fill_paint_server_ref_changed), style));
1471 style->stroke_ps_changed_connection = paint->value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_stroke_paint_server_ref_changed), style));
1475 if (paint->value.href){
1476 if (paint->value.href->getObject()){
1477 paint->value.href->detach();
1481 paint->value.href->attach(*uri);
1484 paint->value.href->detach();
1491 sp_style_set_ipaint_to_uri_string (SPStyle *style, SPIPaint *paint, const gchar *uri)
1495 sp_style_set_ipaint_to_uri(style, paint, &IURI, style->document);
1684 repr->setAttribute("paint-order", NULL);
1872 // All properties that may hold <uri> or <paint> according to SVG 1.1