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

/inkscape/src/2geom/
H A Dsvg-path-writer.h105 char _command; member in class:Geom::SVGPathWriter
H A Dsvg-path-writer.cpp50 , _command(0)
93 if (_command != 'M' && _command != 'L') {
178 if (_command == 0 || _current_pars.empty()) return;
181 _s << _command; local
186 _s << _command; local
189 char lastchar = _command;
225 _command = 0;
234 _command = 0;
253 if (_command !
[all...]

Completed in 14 milliseconds