Searched refs:rcWin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwindow.c902 RECT rcWin; /* The source: WindowRect from hwnd */ local in function:winAdjustXWindow
948 GetWindowRect (hwnd, &rcWin);
951 rcWin.left, rcWin.top, rcWin.right, rcWin.bottom,
952 rcWin.right - rcWin.left, rcWin.bottom - rcWin
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwindow.c873 RECT rcWin; /* The source: WindowRect from hwnd */ local in function:winAdjustXWindow
918 GetWindowRect(hwnd, &rcWin);
921 (int)rcWin.left, (int)rcWin.top, (int)rcWin.right, (int)rcWin.bottom,
922 (int)(rcWin.right - rcWin.left), (int)(rcWin.bottom - rcWin
[all...]

Completed in 4 milliseconds