Lines Matching defs:poly
579 ReferencingPolygon& poly = cluster->polygon();
581 adjustClustersWithAdd(poly, pid);
847 void Router::newBlockingShape(const Polygon& poly, int pid)
869 inPoly(poly, e1, countBorder) : false;
871 inPoly(poly, e2, countBorder) : false;
880 for (size_t pt_i = 0; pt_i < poly.size(); ++pt_i)
882 size_t pt_n = (pt_i == (poly.size() - 1)) ? 0 : pt_i + 1;
883 const Point& pi = poly.ps[pt_i];
884 const Point& pn = poly.ps[pt_n];
1000 void Router::adjustClustersWithAdd(const PolygonInterface& poly,
1006 if (inPolyGen(poly, k->point))
1024 void Router::adjustContainsWithAdd(const Polygon& poly, const int p_shape)
1032 if (inPoly(poly, k->point, countBorder))
1563 fprintf(fp, " Polygon poly%u(%lu);\n",
1567 fprintf(fp, " poly%u.ps[%lu] = Point(%g, %g);\n",
1571 fprintf(fp, " ShapeRef *shapeRef%u = new ShapeRef(router, poly%u, "
1617 fprintf(fp, "<path id=\"poly-%u\" style=\"stroke-width: 1px; "