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

/inkscape/src/livarot/
H A DPathStroke.cpp41 void Path::Stroke(Shape *dest, bool doClose, double width, JoinType join, argument
75 DoStroke(lastM, lastP - lastM, dest, doClose, width, join, butt, miter, true);
94 void Path::DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join, argument
108 if (doClose) {
169 if (doClose) {
210 if (doClose) {

Completed in 722 milliseconds