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

/inkscape/src/2geom/
H A Dsvg-path-writer.cpp109 bool shorthand = _use_shorthands && are_near(c, _quad_tangent, _epsilon); local
111 _setCommand(shorthand ? 'T' : 'Q');
112 if (!shorthand) {
128 bool shorthand = _use_shorthands && are_near(p1, _cubic_tangent, _epsilon); local
130 _setCommand(shorthand ? 'S' : 'C');
131 if (!shorthand) {

Completed in 13 milliseconds