Searched refs:_setCommand (Results 1 - 2 of 2) 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
H A Dsvg-path-writer.h92 void _setCommand(char cmd);

Completed in 15 milliseconds