Home
last modified time | relevance | path

Searched refs:iHeight (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincreatewnd.c59 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 Dwinmultiwindowwindow.c170 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 Dwinprocarg.c279 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 Dwinwindow.c242 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 Dwinmultiwindowwndproc.c195 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 Dwinwin32rootlesswndproc.c202 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 Dwinwndproc.c309 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 Dwinwindow.h93 int iWidth, iHeight; member
H A Dwinwin32rootless.c415 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 Dwinmultiwindowwm.c1893 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 Dwgl_ext_api.h68 int iHeight, const int *piAttribList);
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Deglext.h895 EGLint iHeight; member
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Deglext.h975 EGLint iHeight; member