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

/inkscape/src/2geom/
H A Dsvg-path-writer.cpp59 _setCommand('M');
78 _setCommand('V');
84 _setCommand('H');
94 _setCommand('L');
111 _setCommand(shorthand ? 'T' : 'Q');
130 _setCommand(shorthand ? 'S' : 'C');
150 _setCommand('A');
251 void SVGPathWriter::_setCommand(char cmd) function in class:Geom::SVGPathWriter

Completed in 10 milliseconds