Searched refs:result_sw (Results 1 – 2 of 2) sorted by relevance
694 int result_sw = sp_desktop_query_style(desktop, &query, QUERY_STYLE_PROPERTY_STROKEWIDTH); in updateLine() local706 if (result_sw == QUERY_STYLE_MULTIPLE_AVERAGED) { in updateLine()733 bool enabled = (result_sw != QUERY_STYLE_NOTHING) && !targPaint.isNoneSet(); in updateLine()737 (!query.stroke_extensions.hairline || result_sw == QUERY_STYLE_MULTIPLE_AVERAGED)); in updateLine()
1063 int result_sw = sp_desktop_query_style (_desktop, &query, QUERY_STYLE_PROPERTY_STROKEWIDTH); in update() local1064 switch (result_sw) { in update()1098 (result_sw == QUERY_STYLE_MULTIPLE_AVERAGED)? in update()