Searched refs:rcClient (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinrandr.c189 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 Dwinmultiwindowshape.c127 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 Dwincreatewnd.c134 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 Dwincursor.c75 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 Dwinmultiwindowwndproc.c202 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 Dwinwndproc.c415 RECT rcClient; local in function:winWindowProc
418 GetClientRect(hwnd, &rcClient);
419 dwWidth = rcClient.right - rcClient.left;
420 dwHeight = rcClient.bottom - rcClient.top;
H A Dwinmultiwindowwindow.c181 RECT rcClient; local in function:winPositionWindowMultiWindow
239 GetClientRect(hWnd, &rcClient);
249 lpRc = &rcClient;
250 ErrorF("rcClient (%d, %d)-(%d, %d)\n",
H A Dwinshadgdi.c285 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 Dwinrandr.c269 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 Dwinmultiwindowshape.c130 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 Dwincreatewnd.c160 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 Dwinwin32rootlesswndproc.c413 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 Dwinpfbdd.c76 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 Dwincursor.c77 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 Dwinwndproc.c447 RECT rcClient; local in function:winWindowProc
450 GetClientRect (hwnd, &rcClient);
451 dwWidth = rcClient.right - rcClient.left;
452 dwHeight = rcClient.bottom - rcClient.top;
H A Dwinwin32rootless.c658 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 Dwinmultiwindowwndproc.c203 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 Dwinmultiwindowwindow.c169 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 Dwinshadgdi.c303 RECT rcClient, rcDamage, rcRedraw; local in function:winRedrawDamagedWindowShadowGDI
320 GetClientRect (hwnd, &rcClient);
322 if (IntersectRect (&rcRedraw, &rcClient, &rcDamage))

Completed in 21 milliseconds