| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winrandr.c | 189 RECT rcClient; local in function:winRandRScreenSetSize 191 rcClient.left = 0; 192 rcClient.top = 0; 193 rcClient.right = width; 194 rcClient.bottom = height; 207 AdjustWindowRectEx(&rcClient, dwStyle, FALSE, dwExStyle); 210 (int)(rcClient.right - rcClient.left), 211 (int)(rcClient.bottom - rcClient [all...] |
| H A D | winmultiwindowshape.c | 127 RECT rcClient; local in function:winReshapeMultiWindow 132 if (!GetClientRect(pWinPriv->hWnd, &rcClient)) { 140 ClientToScreen(pWinPriv->hWnd, (LPPOINT) &rcClient); 150 iOffsetX = rcClient.left - rcWindow.left; 151 iOffsetY = rcClient.top - rcWindow.top;
|
| H A D | wincreatewnd.c | 134 RECT rcClient, rcWorkArea; local in function:winCreateBoundingWindowWindowed 321 if (!GetClientRect(*phwnd, &rcClient)) { 329 (int)(rcClient.right - rcClient.left), 330 (int)(rcClient.bottom - rcClient.top), 331 (int)rcClient.right, (int)rcClient.left, 332 (int)rcClient.bottom, (int)rcClient [all...] |
| H A D | wincursor.c | 75 RECT rcClient; local in function:winPointerWarpCursor 101 GetClientRect(pScreenPriv->hwndScreen, &rcClient); 105 HWND_DESKTOP, (LPPOINT) &rcClient, 2); 111 SetCursorPos(rcClient.left + x, rcClient.top + y); 464 RECT rcClient; local in function:winSetCursor 475 if (GetClientRect(hwnd, &rcClient)) { 476 ptTemp.x = rcClient.left; 477 ptTemp.y = rcClient.top; 479 rcClient [all...] |
| H A D | winmultiwindowwndproc.c | 202 RECT rcClient, rcWindow; local in function:ValidateSizing 227 GetClientRect(hwnd, &rcClient); 230 (rcWindow.right - rcWindow.left) - (rcClient.right - rcClient.left); 232 (rcWindow.bottom - rcWindow.top) - (rcClient.bottom - rcClient.top); 1171 (int)wi.rcClient.left, (int)wi.rcClient.top, (int)wi.rcClient.right, 1172 (int)wi.rcClient [all...] |
| H A D | winwndproc.c | 415 RECT rcClient; local in function:winWindowProc 418 GetClientRect(hwnd, &rcClient); 419 dwWidth = rcClient.right - rcClient.left; 420 dwHeight = rcClient.bottom - rcClient.top;
|
| H A D | winmultiwindowwindow.c | 181 RECT rcClient; local in function:winPositionWindowMultiWindow 239 GetClientRect(hWnd, &rcClient); 249 lpRc = &rcClient; 250 ErrorF("rcClient (%d, %d)-(%d, %d)\n",
|
| H A D | winshadgdi.c | 285 RECT rcClient, rcDamage, rcRedraw; local in function:winRedrawDamagedWindowShadowGDI 304 GetClientRect(hwnd, &rcClient); 306 if (IntersectRect(&rcRedraw, &rcClient, &rcDamage)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winrandr.c | 269 RECT rcClient; local in function:winRandRScreenSetSize 271 rcClient.left = 0; 272 rcClient.top = 0; 273 rcClient.right = width; 274 rcClient.bottom = height; 286 AdjustWindowRectEx(&rcClient, dwStyle, FALSE, dwExStyle); 288 ErrorF ("winRandRScreenSetSize new window area w: %ld h: %ld\n", rcClient.right-rcClient.left, rcClient.bottom-rcClient [all...] |
| H A D | winmultiwindowshape.c | 130 RECT rcClient; local in function:winReshapeMultiWindow 135 if (!GetClientRect (pWinPriv->hWnd, &rcClient)) 144 ClientToScreen (pWinPriv->hWnd, (LPPOINT) &rcClient); 155 iOffsetX = rcClient.left - rcWindow.left; 156 iOffsetY = rcClient.top - rcWindow.top;
|
| H A D | wincreatewnd.c | 160 RECT rcClient, rcWorkArea; local in function:winCreateBoundingWindowWindowed 384 if (!GetClientRect (*phwnd, &rcClient)) 393 rcClient.right - rcClient.left, 394 rcClient.bottom - rcClient.top, 395 rcClient.right, rcClient.left, 396 rcClient.bottom, rcClient [all...] |
| H A D | winwin32rootlesswndproc.c | 413 RECT rcClient; local in function:winMWExtWMWindowProc 1099 GetClientRect (hwnd, &rcClient); 1100 MapWindowPoints (hwnd, HWND_DESKTOP, (LPPOINT)&rcClient, 2); 1111 rcClient.left - wBorderWidth (pWin) 1113 rcClient.top - wBorderWidth (pWin) 1115 rcClient.right - rcClient.left 1117 rcClient.bottom - rcClient.top 1127 rcClient [all...] |
| H A D | winpfbdd.c | 76 RECT rcClient; local in function:winAllocateFBPrimaryDD 81 GetClientRect (pScreenPriv->hwndScreen, &rcClient); 84 (LPPOINT)&rcClient, 2); 205 pScreenInfo->fFullScreen ? NULL:&rcClient, 464 RECT rcSrc, rcClient; local in function:winActivateAppPrimaryDD 494 GetClientRect (pScreenPriv->hwndScreen, &rcClient); 497 (LPPOINT)&rcClient, 2); 506 &rcClient, 517 &rcClient, 553 RECT rcClient, rcSr local in function:winHotKeyAltTabPrimaryDD [all...] |
| H A D | wincursor.c | 77 RECT rcClient; local in function:winPointerWarpCursor 106 GetClientRect (pScreenPriv->hwndScreen, &rcClient); 111 (LPPOINT)&rcClient, 118 SetCursorPos (rcClient.left + x, rcClient.top + y); 469 RECT rcClient; local in function:winSetCursor 481 if (GetClientRect (hwnd, &rcClient)) 483 ptTemp.x = rcClient.left; 484 ptTemp.y = rcClient.top; 487 rcClient [all...] |
| H A D | winwndproc.c | 447 RECT rcClient; local in function:winWindowProc 450 GetClientRect (hwnd, &rcClient); 451 dwWidth = rcClient.right - rcClient.left; 452 dwHeight = rcClient.bottom - rcClient.top;
|
| H A D | winwin32rootless.c | 658 RECT rcWindow, rcClient; local in function:winMWExtWMReshapeFrame 667 GetClientRect (pRLWinPriv->hWnd, &rcClient); 668 MapWindowPoints (pRLWinPriv->hWnd, HWND_DESKTOP, (LPPOINT)&rcClient, 2); 669 OffsetRgn (hRgn, rcClient.left - rcWindow.left, rcClient.top - rcWindow.top); 670 OffsetRect (&rcClient, -rcWindow.left, -rcWindow.top); 673 hRgnClient = CreateRectRgnIndirect (&rcClient);
|
| H A D | winmultiwindowwndproc.c | 203 RECT rcClient, rcWindow; local in function:ValidateSizing 227 GetClientRect(hwnd, &rcClient); 229 iBorderWidthX = (rcWindow.right - rcWindow.left) - (rcClient.right - rcClient.left); 230 iBorderWidthY = (rcWindow.bottom - rcWindow.top) - (rcClient.bottom - rcClient.top);
|
| H A D | winmultiwindowwindow.c | 169 RECT rcClient; local in function:winPositionWindowMultiWindow 229 GetClientRect (hWnd, &rcClient); 239 lpRc = &rcClient; 240 ErrorF ("(%d ms)rcClient (%d, %d)-(%d, %d)\n",
|
| H A D | winshadgdi.c | 303 RECT rcClient, rcDamage, rcRedraw; local in function:winRedrawDamagedWindowShadowGDI 320 GetClientRect (hwnd, &rcClient); 322 if (IntersectRect (&rcRedraw, &rcClient, &rcDamage))
|