Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c1887 INTBIG numtexts, snapx, snapy, bestlx, bestly, lx, hx, ly, hy, in us_move() local
1987 bestlx = (np->lowx + np->highx) / 2; in us_move()
1991 us_getlowleft(nodelist[0], &bestlx, &bestly); in us_move()
1996 if (lx < bestlx) bestlx = lx; in us_move()
2005 if (lx < bestlx) bestlx = lx; in us_move()
2018 bestlx = ni->lowx + lx; in us_move()
2025 bestlx = snapx; bestly = snapy; in us_move()
2098 us_manymove(list, nodelist, total, xcur-bestlx, ycur-bestly); in us_move()
2126 us_manymove(list, nodelist, total, xcur-bestlx, ycur-bestly); in us_move()
2230 us_getslide(ang, bestlx, bestly, xcur, ycur, &dx, &dy); in us_move()
[all …]
H A Dusrnet.c7332 INTBIG xcur, ycur, lx, hx, ly, hy, bestlx, bestly, total; in us_copylisttocell() local
7407 us_getlowleft(nodelist[0], &bestlx, &bestly); in us_copylisttocell()
7411 if (lx < bestlx) bestlx = lx; in us_copylisttocell()
7420 if (lx < bestlx) bestlx = lx; in us_copylisttocell()
7425 gridalign(&bestlx, &bestly, 1, tocell); in us_copylisttocell()
7435 bestlx = ni->lowx + lx; in us_copylisttocell()
7441 gridalign(&bestlx, &bestly, 1, tocell); in us_copylisttocell()
7455 us_multidraginit(bestlx, bestly, list, nodelist, total, angle, showoffset); in us_copylisttocell()
7470 us_getslide(angle, bestlx, bestly, xcur, ycur, &xcur, &ycur); in us_copylisttocell()
7482 dx = xcur-bestlx; in us_copylisttocell()
/dports/cad/electric/electric-7.00/
H A DChangeLog1195 FIX: In "usrcomln.c:us_move()" in the "by" case, do not offset distance by (bestlx,bestly)