Lines Matching refs:css
30 #include "svg/css-ostringstream.h"
103 SPCSSAttr *css = sp_repr_css_attr_new ();
111 sp_repr_css_set_property (css, "fill", str.c_str());
116 sp_repr_css_set_property (css, "fill", c);
118 sp_repr_css_set_property (css, "fill", "none");
121 sp_repr_css_set_property(css, "fill-rule", "nonzero");
122 sp_repr_css_set_property(css, "stroke", "none");
124 sp_desktop_apply_css_recursive(item, css, true);
125 sp_repr_css_attr_unref (css);
141 SPCSSAttr *css = sp_repr_css_attr_new ();
149 sp_repr_css_set_property (css, "stroke", str.c_str());
154 sp_repr_css_set_property (css, "stroke", c);
156 sp_repr_css_set_property (css, "stroke", "none");
161 sp_repr_css_set_property (css, "stroke-width", os.str().c_str());
163 sp_repr_css_set_property(css, "fill", "none");
165 sp_desktop_apply_css_recursive(item, css, true);
166 sp_repr_css_attr_unref (css);