Lines Matching defs:css_item
637 SPCSSAttr *css_item = sp_repr_css_attr_new();
638 sp_repr_css_set_property(css_item, marker_id, g_strconcat("url(#", mark_repr->attribute("id"), ")", NULL));
639 sp_repr_css_change_recursive(item->getRepr(), css_item, "style");
641 sp_repr_css_attr_unref(css_item);
642 css_item = 0;
683 SPCSSAttr *css_item = sp_css_attr_from_object(item, SP_STYLE_FLAG_ALWAYS);
685 const char *lstroke_opacity = sp_repr_css_property(css_item, "stroke-opacity", "1");
687 const char *lfill_opacity = sp_repr_css_property(css_item, "fill-opacity", "1");
737 SPCSSAttr *css_item = sp_css_attr_from_object(item, SP_STYLE_FLAG_ALWAYS);
740 color = sp_repr_css_property(css_item, "fill", "none");
742 color = sp_repr_css_property(css_item, "stroke", "none");