Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dgradient-drag.cpp259 bool stopIsNull = false; in styleSet() local
260 …lib::ustring tmp = makeStopSafeColor( sp_repr_css_property( stop, "stop-color", "" ), stopIsNull ); in styleSet()
261 if ( !stopIsNull && !tmp.empty() ) { in styleSet()
555 bool stopIsNull = false; in dropColor() local
556 Glib::ustring toUse = makeStopSafeColor( c, stopIsNull ); in dropColor()
562 sp_repr_css_set_property( stop, "stop-color", stopIsNull ? nullptr : toUse.c_str() ); in dropColor()
579 sp_repr_css_set_property( css, "stop-color", stopIsNull ? nullptr : toUse.c_str() ); in dropColor()