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

/inkscape/src/ui/
H A Dinterface.cpp963 bool fillnotstroke = (drag_context->action != GDK_ACTION_MOVE); local
1000 fillnotstroke ? "inkscape:x-fill-tag":"inkscape:x-stroke-tag",
1005 sp_repr_css_set_property( css, fillnotstroke ? "fill":"stroke", c );
1011 sp_repr_css_set_property( css, fillnotstroke ? "fill":"stroke", c );
1070 bool fillnotstroke = (gdk_drag_context_get_actions (drag_context) != GDK_ACTION_MOVE); local
1071 if (fillnotstroke &&
1091 fillnotstroke = false;
1098 sp_repr_css_set_property( css, fillnotstroke ? "fill":"stroke", colorspec );
1173 bool fillnotstroke = (gdk_drag_context_get_actions (drag_context) != GDK_ACTION_MOVE); local
1174 if (fillnotstroke
[all...]

Completed in 17 milliseconds