| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winrandr.c | 189 RECT rcClient; in winRandRScreenSetSize() local 191 rcClient.left = 0; in winRandRScreenSetSize() 192 rcClient.top = 0; in winRandRScreenSetSize() 193 rcClient.right = width; in winRandRScreenSetSize() 194 rcClient.bottom = height; in winRandRScreenSetSize() 207 AdjustWindowRectEx(&rcClient, dwStyle, FALSE, dwExStyle); in winRandRScreenSetSize() 210 (int)(rcClient.right - rcClient.left), in winRandRScreenSetSize() 211 (int)(rcClient.bottom - rcClient.top)); in winRandRScreenSetSize() 214 0, 0, rcClient.right - rcClient.left, in winRandRScreenSetSize() 215 rcClient.bottom - rcClient.top, SWP_NOZORDER | SWP_NOMOVE); in winRandRScreenSetSize()
|
| H A D | winwin32rootlesswndproc.c | 341 RECT rcClient; in winMWExtWMWindowProc() local 881 GetClientRect(hwnd, &rcClient); in winMWExtWMWindowProc() 882 MapWindowPoints(hwnd, HWND_DESKTOP, (LPPOINT) &rcClient, 2); in winMWExtWMWindowProc() 891 rcClient.left - in winMWExtWMWindowProc() 896 rcClient.top - in winMWExtWMWindowProc() 901 rcClient.right - rcClient.left - in winMWExtWMWindowProc() 903 rcClient.bottom - rcClient.top - in winMWExtWMWindowProc() 912 rcClient.left - in winMWExtWMWindowProc() 917 rcClient.top - in winMWExtWMWindowProc() 922 rcClient.right - rcClient.left - in winMWExtWMWindowProc() [all …]
|
| H A D | wincreatewnd.c | 140 RECT rcClient, rcWorkArea; in winCreateBoundingWindowWindowed() local 345 if (!GetClientRect(*phwnd, &rcClient)) { in winCreateBoundingWindowWindowed() 353 (int)(rcClient.right - rcClient.left), in winCreateBoundingWindowWindowed() 354 (int)(rcClient.bottom - rcClient.top), in winCreateBoundingWindowWindowed() 355 (int)rcClient.right, (int)rcClient.left, in winCreateBoundingWindowWindowed() 356 (int)rcClient.bottom, (int)rcClient.top); in winCreateBoundingWindowWindowed() 374 pScreenInfo->dwWidth = rcClient.right - rcClient.left; in winCreateBoundingWindowWindowed() 375 pScreenInfo->dwHeight = rcClient.bottom - rcClient.top; in winCreateBoundingWindowWindowed() 406 si.nPage = rcClient.right - rcClient.left; in winCreateBoundingWindowWindowed() 413 si.nPage = rcClient.bottom - rcClient.top; in winCreateBoundingWindowWindowed()
|
| H A D | wincursor.c | 75 RECT rcClient; in winPointerWarpCursor() local 101 GetClientRect(pScreenPriv->hwndScreen, &rcClient); in winPointerWarpCursor() 105 HWND_DESKTOP, (LPPOINT) &rcClient, 2); in winPointerWarpCursor() 111 SetCursorPos(rcClient.left + x, rcClient.top + y); in winPointerWarpCursor() 464 RECT rcClient; in winSetCursor() local 475 if (GetClientRect(hwnd, &rcClient)) { in winSetCursor() 476 ptTemp.x = rcClient.left; in winSetCursor() 477 ptTemp.y = rcClient.top; in winSetCursor() 479 rcClient.left = ptTemp.x; in winSetCursor() 480 rcClient.top = ptTemp.y; in winSetCursor() [all …]
|
| H A D | winmultiwindowshape.c | 127 RECT rcClient; in winReshapeMultiWindow() local 132 if (!GetClientRect(pWinPriv->hWnd, &rcClient)) { in winReshapeMultiWindow() 140 ClientToScreen(pWinPriv->hWnd, (LPPOINT) &rcClient); in winReshapeMultiWindow() 150 iOffsetX = rcClient.left - rcWindow.left; in winReshapeMultiWindow() 151 iOffsetY = rcClient.top - rcWindow.top; in winReshapeMultiWindow()
|
| H A D | winmultiwindowwndproc.c | 196 RECT rcClient, rcWindow; in ValidateSizing() local 221 GetClientRect(hwnd, &rcClient); in ValidateSizing() 224 (rcWindow.right - rcWindow.left) - (rcClient.right - rcClient.left); in ValidateSizing() 226 (rcWindow.bottom - rcWindow.top) - (rcClient.bottom - rcClient.top); in ValidateSizing() 1084 (int)wi.rcClient.left, (int)wi.rcClient.top, (int)wi.rcClient.right, in winTopLevelWindowProc() 1085 (int)wi.rcClient.bottom, (int)(wi.rcClient.right - wi.rcClient.left), in winTopLevelWindowProc() 1086 (int)(wi.rcClient.bottom - wi.rcClient.top)); in winTopLevelWindowProc() 1088 newWinRect = wi.rcClient; in winTopLevelWindowProc()
|
| H A D | winwndproc.c | 427 RECT rcClient; in winWindowProc() local 430 GetClientRect(hwnd, &rcClient); in winWindowProc() 431 dwWidth = rcClient.right - rcClient.left; in winWindowProc() 432 dwHeight = rcClient.bottom - rcClient.top; in winWindowProc()
|
| H A D | winwin32rootless.c | 560 RECT rcWindow, rcClient; in winMWExtWMReshapeFrame() local 570 GetClientRect(pRLWinPriv->hWnd, &rcClient); in winMWExtWMReshapeFrame() 571 MapWindowPoints(pRLWinPriv->hWnd, HWND_DESKTOP, (LPPOINT) &rcClient, 2); in winMWExtWMReshapeFrame() 572 OffsetRgn(hRgn, rcClient.left - rcWindow.left, rcClient.top - rcWindow.top); in winMWExtWMReshapeFrame() 573 OffsetRect(&rcClient, -rcWindow.left, -rcWindow.top); in winMWExtWMReshapeFrame() 576 hRgnClient = CreateRectRgnIndirect(&rcClient); in winMWExtWMReshapeFrame()
|
| H A D | winmultiwindowwindow.c | 181 RECT rcClient; in winPositionWindowMultiWindow() local 239 GetClientRect(hWnd, &rcClient); in winPositionWindowMultiWindow() 249 lpRc = &rcClient; in winPositionWindowMultiWindow()
|
| H A D | winshadgdi.c | 282 RECT rcClient, rcDamage, rcRedraw; in winRedrawDamagedWindowShadowGDI() local 301 GetClientRect(hwnd, &rcClient); in winRedrawDamagedWindowShadowGDI() 303 if (IntersectRect(&rcRedraw, &rcClient, &rcDamage)) { in winRedrawDamagedWindowShadowGDI()
|