Searched refs:DoButt (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathStroke.cpp | 83 DoButt(dest, width, butt, pos, dir, last[RIGHT], last[LEFT]); 86 DoButt(dest, width, butt, pos, dir, end[LEFT], end[RIGHT]); 149 DoButt(dest, width, butt, curP, dir, last[RIGHT], last[LEFT]); 152 DoButt(dest, width, butt, curP, dir, end[LEFT], end[RIGHT]); 173 DoButt(dest, width, butt, curP, nextD, last[RIGHT], last[LEFT]); 235 DoButt (dest, width, butt, curP, prevD, end[LEFT], end[RIGHT]); 242 void Path::DoButt(Shape *dest, double width, ButtType butt, Geom::Point pos, Geom::Point dir, function in class:Path
|
H A D | Path.h | 354 static void DoButt (Shape * dest, double width, ButtType butt, Geom::Point pos,
|
Completed in 16 milliseconds