Home
last modified time | relevance | path

Searched refs:thumbareay (Results 1 – 2 of 2) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c780 thumbsizex, thumbsizey, thumbareax, thumbareay, thumbposx, thumbposy; in us_drawdispwindowsliders() local
807 thumbareay = (hy - ly - DISPLAYSLIDERSIZE*2-4) / 2; in us_drawdispwindowsliders()
822 thumbsizey = thumbareay; in us_drawdispwindowsliders()
823 thumbposy = muldiv(w->screenhy - (np->highy + np->lowy)/2, thumbareay, in us_drawdispwindowsliders()
824 w->screenhy-w->screenly) + (hy - ly - thumbareay) / 2 + ly; in us_drawdispwindowsliders()
827 thumbsizey = thumbareay * screensizey / cellsizey; in us_drawdispwindowsliders()
829 thumbposy = muldiv((w->screenhy + w->screenly)/2 - np->lowy, thumbareay, in us_drawdispwindowsliders()
830 np->highy-np->lowy) + (hy - ly - thumbareay) / 2 + ly; in us_drawdispwindowsliders()
H A Dusrtrack.c2541 REGISTER INTBIG cellsizey, screensizey, thumbareay, dsy; in us_vthumbtrackingcallback() local
2548 thumbareay = (us_dragwindow->usehy - us_dragwindow->usely - DISPLAYSLIDERSIZE*2-4) / 2; in us_vthumbtrackingcallback()
2551 dsy = delta * (us_dragwindow->screenhy-us_dragwindow->screenly) / thumbareay; in us_vthumbtrackingcallback()
2554 dsy = delta * (np->highy-np->lowy) / thumbareay; in us_vthumbtrackingcallback()