Searched refs:doClose (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathStroke.cpp | 41 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) {
|
H A D | Path.h | 142 // doClose treat the path as closed (ie a loop) 143 void Stroke(Shape *dest, bool doClose, double width, JoinType join, 324 void DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join,
|
Completed in 16 milliseconds