Searched refs:DoStroke (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathStroke.cpp | 73 DoStroke(lastM, lastP - lastM, dest, true, width, join, butt, miter, true); 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, function in class:Path
|
H A D | Path.h | 324 void DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join,
|
Completed in 16 milliseconds