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

/inkscape/src/libavoid/
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;
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...]

Completed in 85 milliseconds