Searched defs:resPath (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsplivarot.cpp740 Path** resPath; local
745 resPath=res->SubPaths(nbRP, false);
752 resPath=res->SubPathsWithNesting(nbRP, true, nbNest, nesting, conts);
761 gchar *d = resPath[i]->svg_dump_path();
802 delete resPath[i];
804 if ( resPath ) free(resPath);

Completed in 52 milliseconds