Home
last modified time | relevance | path

Searched refs:NOPOLYSEG (Results 1 – 1 of 1) sorted by relevance

/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphcommon.cpp64 #define NOPOLYSEG ((POLYSEG *)-1) macro
479 edgelist = NOPOLYSEG; in gra_drawpolygon()
525 if (edgelist == NOPOLYSEG) in gra_drawpolygon()
528 gra_polysegs[i].nextedge = NOPOLYSEG; in gra_drawpolygon()
538 if (a->nextedge == NOPOLYSEG || in gra_drawpolygon()
551 active = NOPOLYSEG; in gra_drawpolygon()
552 while (active != NOPOLYSEG || edgelist != NOPOLYSEG) in gra_drawpolygon()
554 if (active == NOPOLYSEG) in gra_drawpolygon()
557 active->nextactive = NOPOLYSEG; in gra_drawpolygon()
574 if (a->nextactive == NOPOLYSEG || in gra_drawpolygon()
[all …]