Lines Matching refs:css
31 #include "svg/css-ostringstream.h"
107 SPCSSAttr *css = sp_repr_css_attr_new();
108 sp_repr_css_set_property(css, "color-interpolation-filters", "sRGB");
109 sp_repr_css_change(repr, css, "style");
110 sp_repr_css_attr_unref(css);
217 SPCSSAttr *css = sp_repr_css_attr_new();
218 sp_repr_css_set_property(css, "color-interpolation-filters", "sRGB");
219 sp_repr_css_change(repr, css, "style");
220 sp_repr_css_attr_unref(css);
278 SPCSSAttr *css = sp_repr_css_attr_new();
279 sp_repr_css_set_property(css, "color-interpolation-filters", "sRGB");
280 sp_repr_css_change(repr, css, "style");
281 sp_repr_css_attr_unref(css);
454 SPCSSAttr *css = sp_repr_css_attr_new();
455 sp_repr_css_unset_property(css, "filter");
457 sp_repr_css_change_recursive(item->getRepr(), css, "style");
459 sp_repr_css_change(item->getRepr(), css, "style");
461 sp_repr_css_attr_unref(css);