Searched refs:fillstroke (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dselected-style.h86 guint fillstroke; member in class:Inkscape::UI::Widget::RotateableSwatch
H A Dselected-style.cpp1242 DocumentUndo::maybeDone(_desktop->getDocument(), "fillstroke:opacity", SP_VERB_DIALOG_FILL_STROKE,
1253 fillstroke(mode),
1326 sp_repr_css_set_property(css, (fillstroke == SS_FILL) ? "fill-opacity" : "stroke-opacity", osalpha.str().c_str());
1328 sp_repr_css_set_property (css, (fillstroke == SS_FILL) ? "fill" : "stroke", c);
1337 if (parent->_mode[fillstroke] != SS_COLOR)
1371 cc = startcolor = parent->_thisselected[fillstroke];
1417 if (parent->_mode[fillstroke] != SS_COLOR)

Completed in 19 milliseconds