Searched refs:is_fill (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Ddesktop-style.h64 guint32 sp_desktop_get_color (SPDesktop *desktop, bool is_fill);
66 double sp_desktop_get_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill);
67 guint32 sp_desktop_get_color_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill, bool* has_color = NULL);
H A Ddesktop-style.cpp285 sp_desktop_get_color(SPDesktop *desktop, bool is_fill) argument
289 is_fill ? "fill" : "stroke",
334 sp_desktop_get_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill) argument
346 gchar const *property = css ? sp_repr_css_property(css, is_fill ? "fill-opacity": "stroke-opacity", "1.000") : 0;
361 sp_desktop_get_color_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill, bool *has_color) argument
375 gchar const *property = sp_repr_css_property(css, is_fill ? "fill" : "stroke", "#000");
/inkscape/src/widgets/
H A Dpaint-selector.cpp365 sp_paint_selector_show_fillrule(SPPaintSelector *psel, bool is_fill) argument
368 if (is_fill) {

Completed in 17 milliseconds