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

/inkscape/src/livarot/
H A Dint-line.cpp503 int chg = (i + 1 - a->st) & 0x00000007; local
504 if ( chg == 0 ) {
641 int chg = (i + 1 - theSt) & 7; local
642 if ( chg == 0 ) {
753 int chg = (i + 1 - theSt) & 7; local
754 if ( chg == 0 ) {
/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.cpp118 MultiPathManipulator::MultiPathManipulator(PathSharedData &data, sigc::connection &chg) argument
121 , _changed(chg)

Completed in 13 milliseconds