Searched refs:Stroke (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.h | 143 void Stroke(Shape *dest, bool doClose, double width, JoinType join,
|
H A D | PathStroke.cpp | 41 void Path::Stroke(Shape *dest, bool doClose, double width, JoinType join, function in class:Path
|
/inkscape/src/ |
H A D | splivarot.cpp | 1005 // For dashed strokes, use Stroke method, because Outline can't do dashes 1006 // However Stroke adds lots of extra nodes _or_ makes the path crooked, so consider this a temporary workaround 1013 orig->Stroke(theShape, false, 0.5*o_width, o_join, o_butt, 1273 // For dashed strokes, use Stroke method, because Outline can't do dashes 1274 // However Stroke adds lots of extra nodes _or_ makes the path crooked, so consider this a temporary workaround 1281 orig->Stroke(theShape, false, 0.5*o_width, o_join, o_butt,
|
Completed in 43 milliseconds