Searched refs:io_gds_polypoints (Results 1 – 1 of 1) sorted by relevance
113 static INTBIG io_gds_polypoints; /* number of allowable points on a polygon */ variable220 if (var == NOVARIABLE) io_gds_polypoints = 200; else /* 200 is the MAX allowed in GDS-II */ in io_writegdslibrary()221 io_gds_polypoints = var->addr; in io_writegdslibrary()1199 if (count > io_gds_polypoints) in io_gds_write_polygon()