Searched refs:tar (Results 1 - 9 of 9) sorted by relevance

/inkscape/
H A Ddownload-gtest.sh8 wget -O 'googletest-release-1.7.0.tar.gz' https://github.com/google/googletest/archive/release-1.7.0.tar.gz
9 tar -xvf 'googletest-release-1.7.0.tar.gz'
13 wget -O 'googlemock-release-1.7.0.tar.gz' https://github.com/google/googlemock/archive/release-1.7.0.tar.gz
14 tar -xvf 'googlemock-release-1.7.0.tar.gz'
/inkscape/src/libavoid/
H A Dmakepath.cpp387 // Returns the best path from src to tar using the cost function.
397 static void aStarPath(ConnRef *lineRef, VertInf *src, VertInf *tar, argument
441 tar->point);
453 Node.inf->point, tar->point);
482 Node.h = estimatedCost(lineRef, NULL, Node.inf->point, tar->point);
490 tar->pathNext = NULL;
576 if (BestNode.inf == tar)
621 // Only check shape verticies, or the tar endpoint.
622 if (!(Node.inf->id.isShape) && (Node.inf != tar))
659 Node.inf->point, tar
752 VertInf *tar = lineRef->dst(); local
[all...]
H A Dconnector.cpp280 (type == (unsigned int) VertID::tar));
307 else // if (type == (unsigned int) VertID::tar)
335 _router->modifyConnector(this, VertID::tar, dstPoint);
353 _router->modifyConnector(this, VertID::tar, dstPoint);
717 VertInf *tar = _dstVert; local
732 tar->id.db_print();
733 db_printf(": %g, %g\n", tar->point.x, tar->point.y);
760 for (VertInf *i = tar; i != NULL; i = i->pathNext)
794 for (VertInf *curr = tar; cur
[all...]
H A Dvertices.h55 static const unsigned short tar; member in class:Avoid::VertID
H A Dvertices.cpp141 const unsigned short VertID::tar = 2; member in class:Avoid::VertID
490 searchID.vn = VertID::tar;
/inkscape/share/extensions/
H A Dtar_layers.py95 # open output tar file as a stream (to stdout)
96 tar = tarfile.open(fileobj=sys.stdout, mode='w|')
114 tar.addfile(**self.io_document(name, template))
/inkscape/cxxtest/
H A Dcxxtest.spec7 Source: cxxtest-%{version}.tar.gz
/inkscape/src/
H A Dsp-conn-end-pair.cpp302 _connRef->setEndPointId(Avoid::VertID::tar, itemId);
305 _connRef->setEndPointId(Avoid::VertID::tar, 0);
/inkscape/src/ui/tools/
H A Dconnector-tool.cpp814 this->newConnRef->setEndpoint(Avoid::VertID::tar, dst);

Completed in 41 milliseconds