Searched refs:rcWindow (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowshape.c | 128 RECT rcWindow; local in function:winReshapeMultiWindow 143 if (!GetWindowRect(pWinPriv->hWnd, &rcWindow)) { 150 iOffsetX = rcClient.left - rcWindow.left; 151 iOffsetY = rcClient.top - rcWindow.top; 155 hRgn = CreateRectRgn(0, 0, rcWindow.right, iOffsetY); 159 0, 0, (int) rcWindow.right, iOffsetY, (int) GetLastError());
|
| H A D | winwndproc.c | 299 RECT rcWindow; local in function:winWindowProc 341 GetWindowRect(hwnd, &rcWindow); 342 iWidth = rcWindow.right - rcWindow.left; 343 iHeight = rcWindow.bottom - rcWindow.top;
|
| H A D | winmultiwindowwndproc.c | 202 RECT rcClient, rcWindow; local in function:ValidateSizing 228 GetWindowRect(hwnd, &rcWindow); 230 (rcWindow.right - rcWindow.left) - (rcClient.right - rcClient.left); 232 (rcWindow.bottom - rcWindow.top) - (rcClient.bottom - rcClient.top);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowshape.c | 131 RECT rcWindow; local in function:winReshapeMultiWindow 147 if (!GetWindowRect (pWinPriv->hWnd, &rcWindow)) 155 iOffsetX = rcClient.left - rcWindow.left; 156 iOffsetY = rcClient.top - rcWindow.top; 160 hRgn = CreateRectRgn (0, 0, rcWindow.right, iOffsetY); 165 0, 0, (int) rcWindow.right, iOffsetY, (int) GetLastError ());
|
| H A D | winwin32rootless.c | 658 RECT rcWindow, rcClient; local in function:winMWExtWMReshapeFrame 666 GetWindowRect (pRLWinPriv->hWnd, &rcWindow); 669 OffsetRgn (hRgn, rcClient.left - rcWindow.left, rcClient.top - rcWindow.top); 670 OffsetRect (&rcClient, -rcWindow.left, -rcWindow.top); 671 OffsetRect (&rcWindow, -rcWindow.left, -rcWindow.top); 672 hRgnWindow = CreateRectRgnIndirect (&rcWindow); [all...] |
| H A D | winwndproc.c | 330 RECT rcWindow; local in function:winWindowProc 378 GetWindowRect (hwnd, &rcWindow); 379 iWidth = rcWindow.right - rcWindow.left; 380 iHeight = rcWindow.bottom - rcWindow.top;
|
| H A D | winmultiwindowwndproc.c | 203 RECT rcClient, rcWindow; local in function:ValidateSizing 228 GetWindowRect(hwnd, &rcWindow); 229 iBorderWidthX = (rcWindow.right - rcWindow.left) - (rcClient.right - rcClient.left); 230 iBorderWidthY = (rcWindow.bottom - rcWindow.top) - (rcClient.bottom - rcClient.top);
|
Completed in 8 milliseconds