Searched refs:_appendOp (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/svg/
H A Dpath-string.h71 _appendOp('M','m');
83 _appendOp('L','l');
89 _appendOp('H','h');
95 _appendOp('V','v');
105 _appendOp('Q','q');
119 _appendOp('C','c');
133 _appendOp('A','a');
153 void _appendOp(char abs_op, char rel_op);
H A Dpath-string.cpp42 void Inkscape::SVG::PathString::_appendOp(char abs_op, char rel_op) { function in class:Inkscape::SVG::PathString

Completed in 14 milliseconds