Searched defs:result_sw (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dselected-style.cpp1132 int result_sw = sp_desktop_query_style (_desktop, &query, QUERY_STYLE_PROPERTY_STROKEWIDTH); local
1133 switch (result_sw) {
1159 (result_sw == QUERY_STYLE_MULTIPLE_AVERAGED)?
/inkscape/src/widgets/
H A Dstroke-style.cpp897 int result_sw = sp_desktop_query_style (SP_ACTIVE_DESKTOP, &query, QUERY_STYLE_PROPERTY_STROKEWIDTH); local
916 if (result_sw == QUERY_STYLE_MULTIPLE_AVERAGED) {
945 bool enabled = (result_sw != QUERY_STYLE_NOTHING) && !targPaint.isNoneSet();

Completed in 79 milliseconds