Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c1955 Nlm_Int2 dXleft, dXright, dYtop, dYbottom; in client2win() local
1972 dYbottom = (Nlm_Int2)(screenBitBounds.bottom - win_rect->bottom); in client2win()
1975 else if (dYbottom < 0) in client2win()
1976 dY = dYbottom; in client2win()
2009 int dXleft, dXright, dYtop, dYbottom; in win2client() local
2021 dYbottom = (xwin_rect.bottom - xwin_rect.top) - in win2client()
2027 client_rect->bottom = (Nlm_Int2)(win_rect->bottom - dYbottom); in win2client()