Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/sim/
H A Dsimwindow.c2282 REGISTER INTBIG thumbarea, j, tr; in sim_window_hthumbtrackingcallback() local
2287 thumbarea = sim_waveformwindow->usehx - sim_waveformwindow->uselx - DISPLAYSLIDERSIZE*2; in sim_window_hthumbtrackingcallback()
2300 (sim_waveformwindow->uselx+DISPLAYSLIDERSIZE+2)) * range / thumbarea; in sim_window_hthumbtrackingcallback()
2312 REGISTER INTBIG thumbarea, point; in sim_window_vthumbtrackingcallback() local
2318 sim_window_lines / thumbarea; in sim_window_vthumbtrackingcallback()
3490 REGISTER INTBIG thumbtop, thumbarea, thumbsize, extraroom; in sim_window_redisphandler() local
3518 thumbarea = w->usehy - w->usely - DISPLAYSLIDERSIZE*2; in sim_window_redisphandler()
3520 w->thumbhy = w->usehy - DISPLAYSLIDERSIZE - thumbarea * thumbtop / 100; in sim_window_redisphandler()
3521 w->thumbly = w->thumbhy - thumbarea * thumbsize / 100; in sim_window_redisphandler()
3534 thumbarea = w->usehx - w->uselx - DISPLAYSLIDERSIZE*2 - extraroom; in sim_window_redisphandler()
[all …]
/dports/cad/electric/electric-7.00/src/usr/
H A Dusreditpac.c1184 REGISTER INTBIG point, thumbarea, thumbpos; in us_editpacvthumbtrackingtextcallback() local
1189 thumbarea = e->linecount - e->screenlines; in us_editpacvthumbtrackingtextcallback()
1191 point = ((e->revy - DISPLAYSLIDERSIZE - THUMBSIZE/2 - thumbpos) * thumbarea - thumbarea/2) / in us_editpacvthumbtrackingtextcallback()
H A Dusrnet.c3626 REGISTER INTBIG visiblelines, thumbsize, thumbtop, thumbarea, line, xpos, ypos, in us_exploreredisphandler() local
3759 thumbarea = w->usehy - w->usely - DISPLAYSLIDERSIZE*3; in us_exploreredisphandler()
3761 w->thumbhy = w->usehy - DISPLAYSLIDERSIZE - thumbarea * thumbtop / 100; in us_exploreredisphandler()
3762 w->thumbly = w->thumbhy - thumbarea * thumbsize / 100; in us_exploreredisphandler()
3772 thumbarea = w->usehx - w->uselx - DISPLAYSLIDERSIZE*4 - thumbsize; in us_exploreredisphandler()
3773 thumbcenter = w->uselx + DISPLAYSLIDERSIZE*2 + ew->firstchar * thumbarea / in us_exploreredisphandler()
4540 REGISTER INTBIG point, thumbarea, thumbpos, visiblelines; in us_evthumbtrackingtextcallback() local
4548 thumbarea = us_explorertrackwindow->usehy - us_explorertrackwindow->usely - DISPLAYSLIDERSIZE*3; in us_evthumbtrackingtextcallback()
4558 REGISTER INTBIG point, thumbarea, thumbpos, thumbsize, visiblechars, lx; in us_ehthumbtrackingtextcallback() local
4568 thumbarea = us_explorertrackwindow->usehx - lx - DISPLAYSLIDERSIZE*3 - thumbsize; in us_ehthumbtrackingtextcallback()
[all …]