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

/inkscape/src/widgets/
H A Dgradient-toolbar.cpp856 bool isEndStop = false; local
863 isEndStop = true;
872 isEndStop = true;
878 gtk_action_set_sensitive( GTK_ACTION(act), !isEndStop ); local
H A Dgradient-vector.cpp666 bool isEndStop = false; local
673 isEndStop = true;
682 isEndStop = true;
687 if (!isEndStop) {

Completed in 22 milliseconds