Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/io/
H A Diogdso.c550 corneroffset(subno, bodysubnt, subno->rotation, subno->transpose, &bx, &by, FALSE); in io_gdswritecell()
551 corneroffset(NONODEINST, subnt, subno->rotation, subno->transpose, &cx, &cy, FALSE); in io_gdswritecell()
H A Diobinaryo.c707 corneroffset(ni, np, ni->rotation, ni->transpose, &cox, &coy, FALSE); in io_getnodedisplayposition()
H A Diodefi.c429 corneroffset(NONODEINST, np, 0, 0, &cx, &cy, FALSE); in io_defreadcomponent()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrtrack.c1411 corneroffset(NONODEINST, us_dragnodeproto, 0, 0, &cx, &cy, in us_createinsbegin()
1521 corneroffset(NONODEINST, us_dragnodeproto, us_dragangle%3600, in us_createbegin()
1576 corneroffset(NONODEINST, us_dragnodeproto, 0, 0, &cx, &cy, centeredprimitives); in us_createabegin()
H A Dusrcomcd.c1013 corneroffset(NONODEINST, np, pangle%3600, pangle/3600, &cx, &cy, in us_create()
1247 corneroffset(NONODEINST, np, pangle%3600, pangle/3600, &cx, &cy, in us_create()
1590 corneroffset(NONODEINST, np, pangle%3600, pangle/3600, &cx, &cy, in us_create()
H A Dusrcomln.c1712 corneroffset(theni, theni->proto, theni->rotation, theni->transpose, &gx, &gy, FALSE); in us_mirror()
2016 corneroffset(ni, ni->proto, ni->rotation, ni->transpose, &lx, &ly, in us_move()
H A Dusrnet.c6703 corneroffset(NONODEINST, np, angle, 0, &ox, &oy, FALSE); in us_arrayfromfile()
6750 corneroffset(NONODEINST, corenp, 0, 0, &ax, &ay, FALSE); in us_arrayfromfile()
7433 corneroffset(ni, ni->proto, ni->rotation, ni->transpose, &lx, &ly, in us_copylisttocell()
9748 corneroffset(ni, ni->proto, ni->rotation, ni->transpose, &cx, &cy, FALSE); in us_selectsnap()
H A Dusrcomrs.c1403 corneroffset(ni, ni->proto, ni->rotation, ni->transpose, &gx, &gy, FALSE); in us_rotate()
H A Dusrmisc.c5526 corneroffset(ni, np, ni->rotation, ni->transpose, &cox, &coy, FALSE); in us_getnodedisplayposition()
H A Dusrdiacom.cpp13104 corneroffset(ni, ni->proto, ni->rotation, ni->transpose, &cox, &coy, FALSE); in us_getnodemodfromdisplayinfo()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbnoproto.c2528 corneroffset(ni, ni->proto, ni->rotation, ni->transpose, &bx, &by, FALSE); in replacenodeinst()
2529 corneroffset(NONODEINST, np, ni->rotation, ni->transpose, &cx, &cy, FALSE); in replacenodeinst()
H A Ddbmath.c5093 void corneroffset(NODEINST *ni, NODEPROTO *np, INTBIG rot, INTBIG trn, INTBIG *x, INTBIG *y, in corneroffset() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1759 void corneroffset(NODEINST *ni, NODEPROTO *proto, INTBIG rotation, INTBIG transpose,
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c636 corneroffset(ni, ni->proto, ni->rotation, ni->transpose, &bx, &by, FALSE); in compen_examine()