Searched refs:nbNest (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/livarot/
H A DShapeMisc.cpp330 Shape::ConvertToFormeNested (Path * dest, int nbP, Path * *orig, int /*wildPath*/,int &nbNest,int *&nesting,int *&contStart,bool splitWhenForced) argument
334 nbNest=0;
414 swdData[startBord].misc = (void *)(intptr_t)(1 + nbNest);
464 nesting=(int*)g_realloc(nesting,(nbNest+1)*sizeof(int));
465 contStart=(int*)g_realloc(contStart,(nbNest+1)*sizeof(int));
466 contStart[nbNest]=dest->descr_cmd.size();
468 nesting[nbNest++]=parentContour;
471 nesting[nbNest++]=-1; // contient des bouts de coupure -> a part
505 nesting=(int*)g_realloc(nesting,(nbNest+1)*sizeof(int));
506 contStart=(int*)g_realloc(contStart,(nbNest
[all...]
H A DPath.h195 // nbNest= nombre de contours
198 Path** SubPathsWithNesting(int &outNb,bool killNoSurf,int nbNest,int* nesting,int* conts);
H A DShape.h250 void ConvertToFormeNested(Path *dest, int nbP, Path **orig, int wildPath, int &nbNest,
H A DPathCutting.cpp613 Path** Path::SubPathsWithNesting(int &outNb,bool killNoSurf,int nbNest,int* nesting,int* conts) argument
644 for (int j=0;j<nbNest;j++) {
/inkscape/src/
H A Dsplivarot.cpp291 int nbNest=0; local
305 theShape->ConvertToFormeNested(res, nbOriginaux, &originaux[0], 1, nbNest, nesting, conts);
645 int nbNest=0; local
659 theShape->ConvertToFormeNested(res, nbOriginaux, &originaux[0], 1, nbNest, nesting, conts);
752 resPath=res->SubPathsWithNesting(nbRP, true, nbNest, nesting, conts);

Completed in 564 milliseconds