Searched refs:iY (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwindow.c242 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 Dwinmultiwindowwindow.c170 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 Dwinwindow.h92 int iX, iY; member in struct:_winWMMessageRec
H A Dwinprocarg.c285 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 Dwincreatewnd.c57 int iY = pScreenInfo->dwInitialY; local in function:winCreateBoundingWindowFullScreen
99 iY, /* Vertical position */
H A Dwinmultiwindowwm.c1964 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 Dwinmultiwindowwndproc.c476 wmMsg.iY = pDraw->y;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwindow.c160 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 Dwinwindow.h99 int iX, iY; member in struct:_winWMMessageRec
H A Dwinwindow.c483 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 Dwinwin32rootless.c439 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 Dwinprocarg.c273 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 Dwincreatewnd.c62 int iY = pScreenInfo->dwInitialY; local in function:winCreateBoundingWindowFullScreen
111 iY, /* Vertical position */
H A Dwinmultiwindowwm.c1685 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 Dwinshadddnl.c592 int iX, iY; local in function:winFinishCreateWindowsWindowDDNL
597 iY = pWin->drawable.y + GetSystemMetrics (SM_YVIRTUALSCREEN);
H A Dwinmultiwindowwndproc.c354 wmMsg.iY = pDraw->y;
H A Dwinwin32rootlesswndproc.c431 wmMsg.iY = pRLWinPriv->pFrame->y;

Completed in 19 milliseconds