Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrarc.c713 x = us_alignvalue(fpx - frwid/2, edgealignment, &otheralign) + frwid/2; in us_directarcinst()
720 y = us_alignvalue(tpy+trwid/2, edgealignment, &otheralign) - trwid/2; in us_directarcinst()
724 y = us_alignvalue(fpy+frwid/2, edgealignment, &otheralign) - frwid/2; in us_directarcinst()
738 y = us_alignvalue(tpy - trwid/2, edgealignment, &otheralign) + trwid/2; in us_directarcinst()
745 x = us_alignvalue(tpx+trwid/2, edgealignment, &otheralign) - trwid/2; in us_directarcinst()
749 x = us_alignvalue(fpx+frwid/2, edgealignment, &otheralign) - frwid/2; in us_directarcinst()
783 bestyi = us_alignvalue(prefy, alignment, &otheralign); in us_directarcinst()
786 bestxi = us_alignvalue(prefx, alignment, &otheralign); in us_directarcinst()
1022 i = us_alignvalue(bestfx - frwid/2, edgealignment, &otheralign) + frwid/2; in us_onebend()
1029 i = us_alignvalue(bestty - trwid/2, edgealignment, &otheralign) + trwid/2; in us_onebend()
[all …]
H A Dusrcomcd.c1432 ny = us_alignvalue(ny + wid/2, edgealignment, &otheralign) - wid/2; in us_create()
1437 nx = us_alignvalue(nx + wid/2, edgealignment, &otheralign) - wid/2; in us_create()
1441 i = us_alignvalue(x + wid/2, edgealignment, &otheralign) - wid/2; in us_create()
1453 i = us_alignvalue(y + wid/2, edgealignment, &otheralign) - wid/2; in us_create()
1725 px = us_alignvalue(x, edgealignment, &otheralign); in us_create()
1726 py = us_alignvalue(y, edgealignment, &otheralign); in us_create()
1877 px = us_alignvalue(x, edgealignment, &otheralign); in us_create()
1878 py = us_alignvalue(y, edgealignment, &otheralign); in us_create()
H A Dusrdisp.c1202 poly->xv[1] = us_alignvalue(cenx, alignment, &dummy); in us_redisplaynow()
1204 poly->yv[1] = us_alignvalue(ceny, alignment, &dummy); in us_redisplaynow()
H A Dusr.c2269 poly->xv[1] = us_alignvalue(cenx, alignment, &dummy); in us_endobjectchange()
2270 poly->yv[1] = us_alignvalue(ceny, alignment, &dummy); in us_endobjectchange()
H A Dusrcomrs.c3843 otherx = us_alignvalue(ai->end[0].xpos + wid/2, edgealignment, &otheralign) - in us_size()
3859 othery = us_alignvalue(ai->end[0].ypos + wid/2, in us_size()
H A Dusrmisc.c1753 val = us_alignvalue(*xcur, alignment, &otheralign); in gridalign()
1756 val = us_alignvalue(*ycur, alignment, &otheralign); in gridalign()
1766 INTBIG us_alignvalue(INTBIG value, INTBIG alignment, INTBIG *otheralign) in us_alignvalue() function
/dports/cad/electric/electric-7.00/src/db/
H A Ddbnoproto.c2542 dx = lx - us_alignvalue(lx, alignment, &other); in replacenodeinst()
2544 dy = ly - us_alignvalue(ly, alignment, &other); in replacenodeinst()
2647 arcdx = us_alignvalue(arcdx, alignment, &other); in replacenodeinst()
2648 arcdy = us_alignvalue(arcdy, alignment, &other); in replacenodeinst()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h703 INTBIG us_alignvalue(INTBIG, INTBIG, INTBIG*);
/dports/cad/electric/electric-7.00/
H A DChangeLog3402 FIX: In "usrarc.c:us_directarcinst()", call "us_alignvalue" on the variable