Searched refs:splitWhenForced (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | Shape.h | 248 void ConvertToForme(Path *dest, int nbP, Path **orig, bool splitWhenForced = false); 251 int *&nesting, int *&contStart, bool splitWhenForced = false); 518 int curBord, bool splitWhenForced);
|
H A D | ShapeMisc.cpp | 181 Shape::ConvertToForme (Path * dest, int nbP, Path * *orig, bool splitWhenForced) argument 285 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 307 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 330 Shape::ConvertToFormeNested (Path * dest, int nbP, Path * *orig, int /*wildPath*/,int &nbNest,int *&nesting,int *&contStart,bool splitWhenForced) argument 474 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 515 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 886 Shape::AddContour (Path * dest, int nbP, Path * *orig, int startBord, int curBord, bool splitWhenForced) argument 963 if ( splitWhenForced ) {
|
Completed in 21 milliseconds