Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c606 us_getsnappoint(&thishigh, &p1x, &p1y); in compen_examine()
607 us_getsnappoint(&otherhigh, &p2x, &p2y); in compen_examine()
1786 us_getsnappoint(&thishigh, &p1x, &p1y); in compen_connectpoints()
1787 us_getsnappoint(&otherhigh, &p2x, &p2y); in compen_connectpoints()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c2044 us_getsnappoint(&thishigh, &p1x, &p1y); in us_move()
2045 us_getsnappoint(&otherhigh, &p2x, &p2y); in us_move()
H A Dusrnet.c10274 us_getsnappoint(firsthigh, &fx, &fy); in us_adjusttangentsnappoints()
10275 us_getsnappoint(secondhigh, &sx, &sy); in us_adjusttangentsnappoints()
10296 us_getsnappoint(secondhigh, &sx, &sy); in us_adjusttangentsnappoints()
10303 us_getsnappoint(firsthigh, &fx, &fy); in us_adjusttangentsnappoints()
10321 us_getsnappoint(high, &fx, &fy); in us_adjustonetangent()
10368 us_getsnappoint(firsthigh, &fx, &fy); in us_adjustperpendicularsnappoints()
10434 void us_getsnappoint(HIGHLIGHT *high, INTBIG *x, INTBIG *y) in us_getsnappoint() function
10462 us_getsnappoint(best, &oldx, &oldy); in us_setbestsnappoint()
H A Dusrhigh.c1534 us_getsnappoint(&thishigh, x, y); in us_getonesnappoint()
1636 us_getsnappoint(high, &poly->xv[0], &poly->yv[0]); in us_sethighlight()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h877 void us_getsnappoint(HIGHLIGHT*, INTBIG*, INTBIG*);