Home
last modified time | relevance | path

Searched refs:dwUserHeight (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprocarg.c116 defaultScreenInfo.dwUserHeight = dwHeight; in winInitializeScreenDefaults()
330 g_ScreenInfo[nScreenNum].dwUserHeight = data.monitorHeight; in ddxProcessArgument()
356 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight; in ddxProcessArgument()
435 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight; in ddxProcessArgument()
H A Dwincreatewnd.c135 int iHeight = pScreenInfo->dwUserHeight; in winCreateBoundingWindowWindowed()
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
H A Dwin.h360 DWORD dwUserHeight; member