Lines Matching defs:fill
1863 * Selects all the visible items with the same fill and/or stroke color/style as the items in the current selection
1867 * fill - select objects matching fill
1870 void sp_select_same_fill_stroke_style(SPDesktop *desktop, gboolean fill, gboolean stroke, gboolean style)
1876 if (!fill && !stroke && !style) {
1902 if (fill && stroke && style) {
1905 else if (fill) {
1964 * Find all items in src list that have the same fill or stroke style as sel
1972 SPIPaint *sel_paint = (type == SP_FILL_COLOR) ? &(sel->style->fill) : &(sel->style->stroke);
1977 SPIPaint *iter_paint = (type == SP_FILL_COLOR) ? &(iter->style->fill) : &(iter->style->stroke);
2912 desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select path(s) to fill."));
3361 gchar *style_str = g_strdup_printf("stroke:none;fill:url(#%s)", pat_id);
3402 desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select an <b>object with pattern fill</b> to extract objects from."));
3416 if (!style || !style->fill.isPaintserver())
3456 sp_repr_css_set_property(css, "fill", "none");
4319 fill-column:99