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

/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp491 SPCSSAttr *css_marker = sp_css_attr_from_object(mk->firstChild(), SP_STYLE_FLAG_ALWAYS); local
492 //const char *mfill = sp_repr_css_property(css_marker, "fill", "none");
493 const char *mstroke = sp_repr_css_property(css_marker, "fill", "none");
H A Dstroke-style.cpp690 SPCSSAttr *css_marker = sp_css_attr_from_object(marker->firstChild(), SP_STYLE_FLAG_ALWAYS); local
691 const char *mfill = sp_repr_css_property(css_marker, "fill", "none");
692 const char *mstroke = sp_repr_css_property(css_marker, "fill", "none");

Completed in 17 milliseconds