Lines Matching defs:shape
39 #include "libavoid/shape.h"
55 void shapeVis(ShapeRef *shape)
57 Router *router = shape->router();
61 // Clear shape from graph.
62 shape->removeFromGraph();
65 VertInf *shapeBegin = shape->firstVert();
66 VertInf *shapeEnd = shape->lastVert()->lstNext;
102 void shapeVisSweep(ShapeRef *shape)
104 Router *router = shape->router();
108 // Clear shape from graph.
109 shape->removeFromGraph();
112 VertInf *startIter = shape->firstVert();
113 VertInf *endIter = shape->lastVert()->lstNext;
427 // shape shape, so count as blocking.
449 // shape shape, so count as blocking.
485 // List of shape (and maybe endpt) vertices, except p
510 db_printf("Center is inside shape %u so ignore shape edges.\n",
517 // Add shape vertex.
525 // Center is a shape vertex, so add all endpoint vertices.
691 // This is a shape edge