Home
last modified time | relevance | path

Searched refs:applyyscale (Results 1 – 15 of 15) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c1139 objc->yv[i] = applyyscale(w, obj->yv[i]-w->screenly) + w->usely; in us_showpoly()
1238 ly = applyyscale(w, ly-w->screenly) + w->usely; in us_showpoly()
1240 uy = applyyscale(w, uy-w->screenly) + w->usely; in us_showpoly()
1318 objc->yv[i] = applyyscale(&wsc, obj->yv[i]-wsc.screenly) + wsc.usely; in us_showpoly()
1363 cy = applyyscale(w, obj->yv[0]-w->screenly) + w->usely; in us_showpoly()
1389 fy = applyyscale(w, fy-w->screenly) + w->usely; in us_wanttodraw()
1391 ty = applyyscale(w, ty-w->screenly) + w->usely; in us_wanttodraw()
1404 fy = applyyscale(w, fy-w->screenly) + w->usely + fyo; in us_wanttodrawo()
1406 ty = applyyscale(w, ty-w->screenly) + w->usely + tyo; in us_wanttodrawo()
1617 *ly = applyyscale(w, *ly-w->screenly) + w->usely; in us_makescreen()
[all …]
H A Dusrdisp.c598 ww.usely = applyyscale(w, ly-w->screenly) + w->usely; in us_subwindow()
600 ww.usehy = applyyscale(w, hy-w->screenly) + w->usely; in us_subwindow()
1753 cutsizey = applyyscale(w, ni->highy - ni->lowy); in us_drawnodeinst()
2395 sy = applyyscale(w, py-w->screenly) + w->usely; in us_writeprotoname()
2685 cutsizey = applyyscale(us_peekwindow, ni->highy - ni->lowy); in us_drawnodeinstpeek()
H A Dusrtrack.c2920 fy = applyyscale(w, fy-w->screenly) + w->usely; in us_wanttoinvert()
2922 ty = applyyscale(w, ty-w->screenly) + w->usely; in us_wanttoinvert()
H A Dusreditemacs.c174 y = applyyscale(el_curwindowpart, y-el_curwindowpart->screenly) + in us_editemacsmakeeditor()
H A Dusreditpac.c150 y = applyyscale(el_curwindowpart, y-el_curwindowpart->screenly) + el_curwindowpart->usely; in us_editpacmakeeditor()
H A Dusrmisc.c4686 screenly = applyyscale(el_curwindowpart, y - el_curwindowpart->screenly) + in us_editvariabletextfindpos()
4727 screenly = applyyscale(el_curwindowpart, y - el_curwindowpart->screenly) + in us_editvariabletexthighlight()
H A Dusrdiacom.cpp4789 height = applyyscale(el_curwindowpart, height); in us_attrselectattributeline()
11351 height = applyyscale(el_curwindowpart, height); in us_getinfotext()
11837 height = applyyscale(el_curwindowpart, height); in us_getinfotext()
12369 height = applyyscale(el_curwindowpart, height); in us_getinfoexport()
/dports/cad/electric/electric-7.00/src/rout/
H A Droutauto.c816 y = applyyscale(w, y-w->screenly) + w->usely + MENUDISPY; in ro_didaccept()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetdiff.cpp5207 yp1 = applyyscale(w, yp1-w->screenly) + w->usely; in net_showmatchedgroup()
5209 yp2 = applyyscale(w, yp2-w->screenly) + w->usely; in net_showmatchedgroup()
5212 yp3 = applyyscale(w, yp3-w->screenly) + w->usely; in net_showmatchedgroup()
5214 yp4 = applyyscale(w, yp4-w->screenly) + w->usely; in net_showmatchedgroup()
5342 yp = applyyscale(win, yp-win->screenly) + win->usely; in net_shownethash()
5359 yp = applyyscale(win, yp-win->screenly) + win->usely; in net_shownethash()
5399 yp = applyyscale(win, yp-win->screenly) + win->usely; in net_showcomphash()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1984 pixperlam = applyyscale(w, height); in truefontsize()
1987 return(applyyscale(w, lambda)); in truefontsize()
H A Ddbmath.c4314 INTBIG applyyscale(WINDOWPART *w, INTBIG val) in applyyscale() function
H A Ddbvars.c4322 realscreen = screen = applyyscale(win, cy - win->screenly) + win->usely; in getdisparrayvarlinepos()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimwindow.c1905 …poly->yv[i] = applyyscale(schemwin, ((INTBIG *)var->addr)[i*2+1] + y - schemwin->screenly) + schem… in sim_window_updatelayoutwindow()
3829 maxheight = applyyscale(wavewin, temp_trace_spacing); in sim_window_writetracename()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1872 INTBIG applyyscale(WINDOWPART *window, INTBIG value);
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c1508 … fy = applyyscale(el_curwindowpart, iy-el_curwindowpart->screenly) + el_curwindowpart->usely; in compen_detectlayerintersections()