Searched refs:solid (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ |
H A D | sp-paint-server.cpp | 48 // 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 D | style-internal.h | 1177 solid = true, isdouble = false, dotted = false, dashed = false, wavy = false; 1185 solid = rhs.solid; 1200 bool solid : 1;
|
H A D | style-internal.cpp | 2594 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 D | keys.css | 104 border-bottom: 1px solid #999; 162 border: 1px solid #999999; 191 border-left: 1px solid #999999;
|
/inkscape/src/widgets/ |
H A D | paint-selector.h | 75 GtkWidget *solid; member in struct:SPPaintSelector
|
H A D | paint-selector.cpp | 220 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 D | nr-style.cpp | 258 if(style->text_decoration_style.solid ){ text_decoration_style |= TEXT_DECORATION_STYLE_SOLID + TEXT_DECORATION_STYLE_SET; }
|
Completed in 84 milliseconds