Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dcpath.h32 void cpath_draw(int x1,int y1,int x2,int y2);
H A Dwiresdraw.c314 cpath_draw(p[i-1].x,p[i-1].y,p[i].x,p[i].y); in GWire_draw()
H A Dcpath.c502 void cpath_draw(int x1,int y1,int x2,int y2) in cpath_draw() function