Searched defs:subpath (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | resource-manager.cpp | 133 bool searchUpwards( std::string const &base, std::string const &subpath, std::string &dest ); 345 bool ResourceManagerImpl::searchUpwards( std::string const &base, std::string const &subpath, std::string &dest ) argument 350 std::vector<std::string> parts = splitPath(subpath);
|
/inkscape/src/ui/tool/ |
H A D | path-manipulator.cpp | 235 // if at least one of the nodes from this subpath is selected, 236 // select all nodes from this subpath 251 // found selected node - invert selection in this subpath 256 // next subpath 403 /** Replace contiguous selections of nodes in each subpath with one node. */ 419 // if all nodes in a subpath are selected, the operation doesn't make much sense 497 // if all nodes in a closed subpath are selected, the operation doesn't make much sense 540 /** Break the subpath at selected nodes. It also works for single node closed paths. */ 596 // If there are less than 2 unselected nodes in an open subpath or no unselected nodes 597 // in a closed one, delete entire subpath 1345 SubpathPtr subpath = *spi; local [all...] |
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 270 GfxSubpath *subpath = path->getSubpath(i); local 271 if (subpath->getNumPoints() > 0) { 272 pathString.moveTo(subpath->getX(0), subpath->getY(0)); 274 while (j < subpath->getNumPoints()) { 275 if (subpath->getCurve(j)) { 276 pathString.curveTo(subpath->getX(j), subpath->getY(j), 277 subpath->getX(j+1), subpath [all...] |
/inkscape/ |
H A D | buildtool.cpp | 4920 String subpath = dirname.substr(0, pos); local 4922 if (!createDirectory(subpath)) 5052 String subpath = destFile.substr(0, pos); local 5053 if (!createDirectory(subpath))
|
Completed in 478 milliseconds