Searched refs:solid (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dsp-paint-server.cpp48 // TODO: So a solid brush is a gradient with a swatch and zero stops?
53 bool solid = false; local
57 solid = true;
60 return solid;
H A Dstyle-internal.h1177 solid = true, isdouble = false, dotted = false, dashed = false, wavy = false;
1185 solid = rhs.solid;
1200 bool solid : 1;
H A Dstyle-internal.cpp2594 solid = true; // Default
2603 solid = false;
2619 if ( (slen == 5) && strneq(hstr, "solid", slen)){ found_solid = true; found_one = true; break; }
2631 solid = found_solid;
2656 } else if (this->solid ) {
2657 os << "solid";
2680 solid = p->solid;
2698 solid = p->solid;
[all...]
/inkscape/doc/
H A Dkeys.css104 border-bottom: 1px solid #999;
162 border: 1px solid #999999;
191 border-left: 1px solid #999999;
/inkscape/src/widgets/
H A Dpaint-selector.h75 GtkWidget *solid; member in struct:SPPaintSelector
H A Dpaint-selector.cpp220 psel->solid = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-solid"),
263 gtk_widget_set_tooltip_text(psel->nonzero, _("Fill is solid unless a subpath is counterdirectional (fill-rule: nonzero)"));
692 sp_paint_selector_set_style_buttons(psel, psel->solid);
812 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(psel->solid), (active == psel->solid));
/inkscape/src/display/
H A Dnr-style.cpp258 if(style->text_decoration_style.solid ){ text_decoration_style |= TEXT_DECORATION_STYLE_SOLID + TEXT_DECORATION_STYLE_SET; }

Completed in 84 milliseconds