Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c69 static BOOLEAN db_clip(INTBIG*, INTBIG*, INTBIG*, INTBIG*, INTBIG, INTBIG);
4088 if (db_clip(&x1, &y1, &x2, &y2, edge, value)) continue; in db_clipedge()
4109 if (db_clip(&x1, &y1, &x2, &y2, edge, value)) continue; in db_clipedge()
4122 BOOLEAN db_clip(INTBIG *xp1, INTBIG *yp1, INTBIG *xp2, INTBIG *yp2, INTBIG codebit, INTBIG value) in db_clip() function