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

/inkscape/src/
H A Dgradient-drag.cpp277 bool stopIsNull = false; local
278 Glib::ustring tmp = makeStopSafeColor( sp_repr_css_property( stop, "stop-color", "" ), stopIsNull );
279 if ( !stopIsNull && !tmp.empty() ) {
577 bool stopIsNull = false; local
578 Glib::ustring toUse = makeStopSafeColor( c, stopIsNull );
586 sp_repr_css_set_property( stop, "stop-color", stopIsNull ? 0 : toUse.c_str() );
610 sp_repr_css_set_property( css, "stop-color", stopIsNull ? 0 : toUse.c_str() );

Completed in 97 milliseconds