Searched refs:nbP (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DShape.h248 void ConvertToForme(Path *dest, int nbP, Path **orig, bool splitWhenForced = false);
250 void ConvertToFormeNested(Path *dest, int nbP, Path **orig, int wildPath, int &nbNest,
517 void AddContour(Path * dest, int nbP, Path **orig, int startBord,
H A DShapeMisc.cpp179 // originals are in the orig array, whose size is nbP
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
899 if (nPath < 0 || nPath >= nbP || orig[nPath] == NULL)

Completed in 22 milliseconds