Searched refs:change (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/widget/
H A Drotateable.cpp136 double change = 0.0; local
139 change = 1.0;
141 change = -1.0;
154 do_scroll(change, modifier);
/inkscape/src/
H A Ddesktop-style.h62 void sp_desktop_set_style(SPDesktop *desktop, SPCSSAttr *css, bool change = true, bool write_current = true);
H A Ddesktop-style.cpp185 sp_desktop_set_style(SPDesktop *desktop, SPCSSAttr *css, bool change, bool write_current) argument
212 if (!change)
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp270 bool change = false; local
320 change = true;
330 change = true;
342 if (change) {
/inkscape/packaging/macosx/
H A Dosx-app.sh774 [ $verbose_mode ] && echo "install_name_tool arguments: -change $lib $to_path $1"
775 [ $to_path ] && install_name_tool -change "$lib" "$to_path" "$1"

Completed in 26 milliseconds