| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwindow.c | 242 int iX, iY, iWidth, iHeight, iBorder; local in function:winAddRgn 257 iY = pWin->drawable.y - iBorder; 267 iX, iY, iX + iWidth, iY + iHeight); 277 OffsetRgn(hRgnWin, iX, iY);
|
| H A D | winmultiwindowwindow.c | 170 int iX, iY, iWidth, iHeight; local in function:winPositionWindowMultiWindow 213 iY = pWin->drawable.y + GetSystemMetrics(SM_YVIRTUALSCREEN); 220 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); 483 int iX, iY; local in function:winCreateWindowsWindow 501 iY = pWin->drawable.y + GetSystemMetrics(SM_YVIRTUALSCREEN); 514 POINT pt = { iX, iY }; 518 iY = CW_USEDEFAULT; 523 iY); 543 iY [all...] |
| H A D | winwindow.h | 92 int iX, iY; member in struct:_winWMMessageRec
|
| H A D | winprocarg.c | 285 int iWidth, iHeight, iX, iY; local in function:ddxProcessArgument 360 (int *) &iX, (int *) &iY)) { 365 g_ScreenInfo[nScreenNum].dwInitialY = iY; 426 && 1 == sscanf(argv[i + 5], "%d", (int *) &iY)) { 432 g_ScreenInfo[nScreenNum].dwInitialY = iY;
|
| H A D | wincreatewnd.c | 57 int iY = pScreenInfo->dwInitialY; local in function:winCreateBoundingWindowFullScreen 99 iY, /* Vertical position */
|
| H A D | winmultiwindowwm.c | 1964 int iX, iY, iWidth, iHeight; local in function:winUpdateWindowPosition 1978 iY = pWin->drawable.y + GetSystemMetrics(SM_YVIRTUALSCREEN); 1985 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight);
|
| H A D | winmultiwindowwndproc.c | 476 wmMsg.iY = pDraw->y;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 160 int iX, iY, iWidth, iHeight; local in function:winPositionWindowMultiWindow 203 iY = pWin->drawable.y + GetSystemMetrics (SM_YVIRTUALSCREEN); 210 SetRect (&rcNew, iX, iY, iX + iWidth, iY + iHeight); 485 int iX, iY; local in function:winCreateWindowsWindow 504 iY = pWin->drawable.y + GetSystemMetrics (SM_YVIRTUALSCREEN); 513 if (iY > GetSystemMetrics (SM_CYVIRTUALSCREEN)) 514 iY = CW_USEDEFAULT; 533 iY = CW_USEDEFAULT; 545 iY, /* Vertica [all...] |
| H A D | winwindow.h | 99 int iX, iY; member in struct:_winWMMessageRec
|
| H A D | winwindow.c | 483 int iX, iY, iWidth, iHeight, iBorder; local in function:winAddRgn 499 iY = pWin->drawable.y - iBorder; 510 iX, iY, iX + iWidth, iY + iHeight); 522 OffsetRgn (hRgnWin, iX, iY);
|
| H A D | winwin32rootless.c | 439 int iX, iY, iWidth, iHeight; local in function:winMWExtWMMoveFrame 451 iY = iNewY + GetSystemMetrics (SM_YVIRTUALSCREEN); 458 SetRect (&rcNew, iX, iY, iX + iWidth, iY + iHeight); 496 int iX, iY; local in function:winMWExtWMResizeFrame 511 iY = iNewY + GetSystemMetrics (SM_YVIRTUALSCREEN); 514 SetRect (&rcNew, iX, iY, iX + uiNewWidth, iY + uiNewHeight);
|
| H A D | winprocarg.c | 273 int iWidth, iHeight, iX, iY; local in function:ddxProcessArgument 357 (int *) &iY)) 362 g_ScreenInfo[nScreenNum].dwInitialY = iY; 438 (int *) &iY)) 444 g_ScreenInfo[nScreenNum].dwInitialY = iY;
|
| H A D | wincreatewnd.c | 62 int iY = pScreenInfo->dwInitialY; local in function:winCreateBoundingWindowFullScreen 111 iY, /* Vertical position */
|
| H A D | winmultiwindowwm.c | 1685 int iX, iY, iWidth, iHeight; local in function:winUpdateWindowPosition 1697 iY = pWin->drawable.y + GetSystemMetrics (SM_YVIRTUALSCREEN); 1704 SetRect (&rcNew, iX, iY, iX + iWidth, iY + iHeight);
|
| H A D | winshadddnl.c | 592 int iX, iY; local in function:winFinishCreateWindowsWindowDDNL 597 iY = pWin->drawable.y + GetSystemMetrics (SM_YVIRTUALSCREEN);
|
| H A D | winmultiwindowwndproc.c | 354 wmMsg.iY = pDraw->y;
|
| H A D | winwin32rootlesswndproc.c | 431 wmMsg.iY = pRLWinPriv->pFrame->y;
|