Home
last modified time | relevance | path

Searched refs:QUERY_STYLE_PROPERTY_BLEND (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop-style.h63 QUERY_STYLE_PROPERTY_BLEND, // blend enumerator
H A Ddesktop-style.cpp1910 } else if (property == QUERY_STYLE_PROPERTY_BLEND) { in sp_desktop_query_style_from_list()
1964 int result_blend = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_BLEND); in sp_desktop_query_style_all()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dobject-composite-settings.cpp254 const int blend_result = _subject->queryStyle(&query, QUERY_STYLE_PROPERTY_BLEND); in _subjectChanged()