Searched defs:css_marker (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/widgets/ |
H A D | stroke-marker-selector.cpp | 491 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 D | stroke-style.cpp | 690 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