| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincreatewnd.c | 59 int iHeight = pScreenInfo->dwHeight; in winCreateBoundingWindowFullScreen() local 107 iHeight, /* Bottom edge */ in winCreateBoundingWindowFullScreen() 135 int iHeight = pScreenInfo->dwUserHeight; in winCreateBoundingWindowWindowed() local 257 iHeight += 2 * GetSystemMetrics(SM_CYSIZEFRAME) in winCreateBoundingWindowWindowed() 267 iHeight += 2 * GetSystemMetrics(SM_CYFIXEDFRAME) in winCreateBoundingWindowWindowed() 281 iHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN); in winCreateBoundingWindowWindowed() 297 if (iHeight >= (rcWorkArea.bottom - rcWorkArea.top)) in winCreateBoundingWindowWindowed() 298 iHeight = rcWorkArea.bottom - rcWorkArea.top; in winCreateBoundingWindowWindowed() 302 "height: %d\n", iWidth, iHeight); in winCreateBoundingWindowWindowed() 324 iHeight, /* Bottom edge */ in winCreateBoundingWindowWindowed() [all …]
|
| H A D | winmultiwindowwindow.c | 170 int iX, iY, iWidth, iHeight; in winPositionWindowMultiWindow() local 217 iHeight = pWin->drawable.height; in winPositionWindowMultiWindow() 220 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winPositionWindowMultiWindow() 485 int iHeight; in winCreateWindowsWindow() local 504 iHeight = pWin->drawable.height; in winCreateWindowsWindow() 522 winDebug("winCreateWindowsWindow - %dx%d @ %dx%d\n", iWidth, iHeight, iX, in winCreateWindowsWindow() 558 rc.bottom = rc.top + iHeight; in winCreateWindowsWindow() 565 iHeight = rc.bottom - rc.top; in winCreateWindowsWindow() 568 winDebug("winCreateWindowsWindow - %dx%d @ %dx%d\n", iWidth, iHeight, iX, in winCreateWindowsWindow() 579 iHeight, /* Bottom edge */ in winCreateWindowsWindow()
|
| H A D | winprocarg.c | 279 int iWidth, iHeight, iX, iY; in ddxProcessArgument() local 348 (int *) &iWidth, (int *) &iHeight)) { in ddxProcessArgument() 354 g_ScreenInfo[nScreenNum].dwHeight = iHeight; in ddxProcessArgument() 356 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight; in ddxProcessArgument() 427 && 1 == sscanf(argv[i + 3], "%d", (int *) &iHeight)) { in ddxProcessArgument() 433 g_ScreenInfo[nScreenNum].dwHeight = iHeight; in ddxProcessArgument() 435 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight; in ddxProcessArgument()
|
| H A D | winwindow.c | 242 int iX, iY, iWidth, iHeight, iBorder; in winAddRgn() local 260 iHeight = pWin->drawable.height + iBorder * 2; in winAddRgn() 262 hRgnWin = CreateRectRgn(0, 0, iWidth, iHeight); in winAddRgn() 267 iX, iY, iX + iWidth, iY + iHeight); in winAddRgn()
|
| H A D | winmultiwindowwndproc.c | 195 int iWidth, iHeight; in ValidateSizing() local 218 iHeight = rect->bottom - rect->top; in ValidateSizing() 228 iHeight -= iBorderWidthY; in ValidateSizing() 231 ConstrainSize(sizeHints, &iWidth, &iHeight); in ValidateSizing() 235 iHeight += iBorderWidthY; in ValidateSizing() 256 rect->bottom = rect->top + iHeight; in ValidateSizing() 259 rect->top = rect->bottom - iHeight; in ValidateSizing() 352 wmMsg.iHeight = pDraw->height; in winTopLevelWindowProc()
|
| H A D | winwin32rootlesswndproc.c | 202 int iWidth, iHeight, iTopBorder; in ValidateSizing() local 228 iHeight = rect->bottom - rect->top; in ValidateSizing() 237 iHeight -= GetSystemMetrics(SM_CYSIZEFRAME) + iTopBorder; in ValidateSizing() 240 ConstrainSize(sizeHints, &iWidth, &iHeight); in ValidateSizing() 244 iHeight += GetSystemMetrics(SM_CYSIZEFRAME) + iTopBorder; in ValidateSizing() 265 rect->bottom = rect->top + iHeight; in ValidateSizing() 268 rect->top = rect->bottom - iHeight; in ValidateSizing()
|
| H A D | winwndproc.c | 309 int iWidth, iHeight; in winWindowProc() local 355 iHeight = rcWindow.bottom - rcWindow.top; in winWindowProc() 359 iHeight -= (2 * GetSystemMetrics(SM_CYSIZEFRAME) in winWindowProc() 370 || iHeight < s_pScreenInfo->dwHeight) { in winWindowProc() 373 iHeight -= GetSystemMetrics(SM_CYHSCROLL); in winWindowProc() 389 si.nPage = iHeight; in winWindowProc()
|
| H A D | winwindow.h | 93 int iWidth, iHeight; member
|
| H A D | winwin32rootless.c | 415 int iX, iY, iWidth, iHeight; in winMWExtWMMoveFrame() local 432 iHeight = pRLWinPriv->pFrame->height; in winMWExtWMMoveFrame() 435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
|
| H A D | winmultiwindowwm.c | 1893 int iX, iY, iWidth, iHeight; in winUpdateWindowPosition() local 1911 iHeight = pWin->drawable.height; in winUpdateWindowPosition() 1914 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winUpdateWindowPosition()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | wgl_ext_api.h | 68 int iHeight, const int *piAttribList);
|
| /OK3568_Linux_fs/external/libmali/include/FBDEV/ |
| H A D | eglext.h | 895 EGLint iHeight; member
|
| /OK3568_Linux_fs/external/libmali/include/EGL/ |
| H A D | eglext.h | 975 EGLint iHeight; member
|