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

/inkscape/src/display/
H A Dcurve.cpp479 * If \a use_lineto is false, simply add all paths in \a curve2 to \a this;
480 * if \a use_lineto is true, combine \a this's last path and \a curve2's first path and add the rest of the paths in \a curve2 to \a this.
484 bool use_lineto)
489 if (use_lineto) {
483 append(SPCurve const *curve2, bool use_lineto) argument

Completed in 14 milliseconds