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

/inkscape/src/
H A Dsplivarot.cpp290 int* conts=NULL; local
305 theShape->ConvertToFormeNested(res, nbOriginaux, &originaux[0], 1, nbNest, nesting, conts);
644 int* conts=NULL; local
659 theShape->ConvertToFormeNested(res, nbOriginaux, &originaux[0], 1, nbNest, nesting, conts);
752 resPath=res->SubPathsWithNesting(nbRP, true, nbNest, nesting, conts);
755 if ( conts ) free(conts);
/inkscape/src/livarot/
H A DPathCutting.cpp613 Path** Path::SubPathsWithNesting(int &outNb,bool killNoSurf,int nbNest,int* nesting,int* conts) argument
645 if ( conts[j] == i && nesting[j] >= 0 ) {
646 int parentMvt=conts[nesting[j]];
654 if ( conts[j] > i ) break;
H A DPath.h196 // conts= debut de chaque contour
198 Path** SubPathsWithNesting(int &outNb,bool killNoSurf,int nbNest,int* nesting,int* conts);

Completed in 463 milliseconds