Home
last modified time | relevance | path

Searched refs:result_sw (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dstroke-style.cpp694 int result_sw = sp_desktop_query_style(desktop, &query, QUERY_STYLE_PROPERTY_STROKEWIDTH); in updateLine() local
706 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()
H A Dselected-style.cpp1063 int result_sw = sp_desktop_query_style (_desktop, &query, QUERY_STYLE_PROPERTY_STROKEWIDTH); in update() local
1064 switch (result_sw) { in update()
1098 (result_sw == QUERY_STYLE_MULTIPLE_AVERAGED)? in update()