Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c68 static void db_clipedge(POLYGON*, POLYGON*, INTBIG, INTBIG);
4022 db_clipedge(a, b, LEFT, lx); in clippoly()
4027 db_clipedge(a, b, RIGHT, hx); in clippoly()
4032 db_clipedge(a, b, TOP, hy); in clippoly()
4037 db_clipedge(a, b, BOTTOM, ly); in clippoly()
4073 void db_clipedge(POLYGON *in, POLYGON *out, INTBIG edge, INTBIG value) in db_clipedge() function