Searched defs:css_item (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dfreehand-base.cpp342 SPCSSAttr *css_item = sp_css_attr_from_object(item, SP_STYLE_FLAG_ALWAYS); local
343 const char *cstroke = sp_repr_css_property(css_item, "stroke", "none");
/inkscape/src/widgets/
H A Dstroke-style.cpp637 SPCSSAttr *css_item = sp_repr_css_attr_new(); local
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); local
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); local
740 color = sp_repr_css_property(css_item, "fil
[all...]

Completed in 6028 milliseconds