Lines Matching defs:stroke
1863 * Selects all the visible items with the same fill and/or stroke color/style as the items in the current selection
1868 * stroke - select objects matching stroke
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) {
1908 else if (stroke) {
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);
2081 * Find all items in src list that have the same stroke style as sel by type
2100 * to get the transformed stroke width
3361 gchar *style_str = g_strdup_printf("stroke:none;fill:url(#%s)", pat_id);