Home
last modified time | relevance | path

Searched refs:applyxscale (Results 1 – 13 of 13) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c1237 lx = applyxscale(w, lx-w->screenlx) + w->uselx; in us_showpoly()
1239 ux = applyxscale(w, ux-w->screenlx) + w->uselx; in us_showpoly()
1329 six = applyxscale(w, obj->xv[1]-obj->xv[0]); in us_showpoly()
1330 siy = applyxscale(w, obj->yv[1]-obj->yv[0]); in us_showpoly()
1336 six = applyxscale(w, obj->xv[1]-obj->xv[0]); in us_showpoly()
1337 siy = applyxscale(w, obj->yv[1]-obj->yv[0]); in us_showpoly()
1364 six = applyxscale(w, obj->xv[1]-obj->xv[0]); in us_showpoly()
1365 siy = applyxscale(w, obj->yv[1]-obj->yv[0]); in us_showpoly()
1388 fx = applyxscale(w, fx-w->screenlx) + w->uselx; in us_wanttodraw()
1390 tx = applyxscale(w, tx-w->screenlx) + w->uselx; in us_wanttodraw()
[all …]
H A Dusrdisp.c597 ww.uselx = applyxscale(w, lx-w->screenlx) + w->uselx; in us_subwindow()
599 ww.usehx = applyxscale(w, hx-w->screenlx) + w->uselx; in us_subwindow()
1357 x0 = applyxscale(w, muldiv(w->gridx, lambda, WHOLE)); in us_gridset()
1358 y0 = applyxscale(w, muldiv(w->gridy, lambda, WHOLE)); in us_gridset()
1752 cutsizex = applyxscale(w, ni->highx - ni->lowx); in us_drawnodeinst()
2394 sx = applyxscale(w, px-w->screenlx) + w->uselx; in us_writeprotoname()
2684 cutsizex = applyxscale(us_peekwindow, ni->highx - ni->lowx); in us_drawnodeinstpeek()
H A Dusrtrack.c2919 fx = applyxscale(w, fx-w->screenlx) + w->uselx; in us_wanttoinvert()
2921 tx = applyxscale(w, tx-w->screenlx) + w->uselx; in us_wanttoinvert()
H A Dusreditemacs.c172 x = applyxscale(el_curwindowpart, x-el_curwindowpart->screenlx) + in us_editemacsmakeeditor()
H A Dusreditpac.c149 x = applyxscale(el_curwindowpart, x-el_curwindowpart->screenlx) + el_curwindowpart->uselx; in us_editpacmakeeditor()
H A Dusrmisc.c4684 screenlx = applyxscale(el_curwindowpart, x - el_curwindowpart->screenlx) + in us_editvariabletextfindpos()
4725 screenlx = applyxscale(el_curwindowpart, x - el_curwindowpart->screenlx) + in us_editvariabletexthighlight()
/dports/cad/electric/electric-7.00/src/rout/
H A Droutauto.c815 x = applyxscale(w, x-w->screenlx) + w->uselx + MENUDISPX; in ro_didaccept()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetdiff.cpp5206 xp1 = applyxscale(w, xp1-w->screenlx) + w->uselx; in net_showmatchedgroup()
5208 xp2 = applyxscale(w, xp2-w->screenlx) + w->uselx; in net_showmatchedgroup()
5211 xp3 = applyxscale(w, xp3-w->screenlx) + w->uselx; in net_showmatchedgroup()
5213 xp4 = applyxscale(w, xp4-w->screenlx) + w->uselx; in net_showmatchedgroup()
5341 xp = applyxscale(win, xp-win->screenlx) + win->uselx; in net_shownethash()
5358 xp = applyxscale(win, xp-win->screenlx) + win->uselx; in net_shownethash()
5398 xp = applyxscale(win, xp-win->screenlx) + win->uselx; in net_showcomphash()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimwindow.c1904 …poly->xv[i] = applyxscale(schemwin, ((INTBIG *)var->addr)[i*2] + x - schemwin->screenlx) + schemwi… in sim_window_updatelayoutwindow()
3830 maxwidth = applyxscale(wavewin, textwid-px); in sim_window_writetracename()
5412 newx = w->uselx + applyxscale(w, *x - w->screenlx); in sim_window_mapcoord()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1871 INTBIG applyxscale(WINDOWPART *window, INTBIG value);
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c1507 … fx = applyxscale(el_curwindowpart, ix-el_curwindowpart->screenlx) + el_curwindowpart->uselx; in compen_detectlayerintersections()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c4309 INTBIG applyxscale(WINDOWPART *w, INTBIG val) in applyxscale() function
H A Ddbvars.c4348 realscreen = screen = applyxscale(win, cx - win->screenlx) + win->uselx; in getdisparrayvarlinepos()