Searched refs:justAdd (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/livarot/
H A DPath.h134 // - fills the polyline; justAdd=true doesn't reset the Shape dest, but simply adds the polyline into it
138 void Fill(Shape *dest, int pathID = -1, bool justAdd = false,
144 ButtType butt, double miter, bool justAdd = false);
325 ButtType butt, double miter, bool justAdd = false);
H A DPathStroke.cpp42 ButtType butt, double miter, bool justAdd)
48 if (justAdd == false) {
95 ButtType butt, double miter, bool /*justAdd*/)
41 Stroke(Shape *dest, bool doClose, double width, JoinType join, ButtType butt, double miter, bool justAdd) argument
H A DPathConversion.cpp1272 void Path::Fill(Shape* dest, int pathID, bool justAdd, bool closeIfNeeded, bool invert) argument
1278 if ( justAdd == false ) {

Completed in 22 milliseconds