Lines Matching refs:toggle
242 void toggle(bool& value) {
251 case '1': this->toggle(fDoFrame); return true;
252 case '2': this->toggle(fDoCorner); return true;
253 case '3': this->toggle(fDoConic); return true;
341 void toggle(bool& value) {
354 case '1': this->toggle(fShowSkeleton); return true;
355 case '2': this->toggle(fShowStroke); return true;
356 case '3': this->toggle(fShowHidden); return true;
359 case '6': this->toggle(fClosed); return true;
360 case 'c': this->toggle(fAsCurves); return true;