Home
last modified time | relevance | path

Searched refs:dwHeight (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwndproc.c236 DWORD dwWidth = 0, dwHeight = 0; in winWindowProc() local
241 dwHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN); in winWindowProc()
250 dwHeight = data.monitorHeight; in winWindowProc()
272 if (((dwWidth != 0) && (dwHeight != 0)) && in winWindowProc()
274 (s_pScreenInfo->dwHeight != dwHeight))) { in winWindowProc()
277 dwHeight, in winWindowProc()
280 (dwHeight * 25.4) / in winWindowProc()
370 || iHeight < s_pScreenInfo->dwHeight) { in winWindowProc()
388 si.nMax = s_pScreenInfo->dwHeight - 1; in winWindowProc()
428 DWORD dwWidth, dwHeight; in winWindowProc() local
[all …]
H A Dwinprocarg.c66 DWORD dwWidth, dwHeight; in winInitializeScreenDefaults() local
82 dwHeight = GetSystemMetrics(SM_CYSCREEN); in winInitializeScreenDefaults()
86 (int) dwWidth, (int) dwHeight); in winInitializeScreenDefaults()
114 defaultScreenInfo.dwHeight = dwHeight; in winInitializeScreenDefaults()
116 defaultScreenInfo.dwUserHeight = dwHeight; in winInitializeScreenDefaults()
328 g_ScreenInfo[nScreenNum].dwHeight = data.monitorHeight; in ddxProcessArgument()
354 g_ScreenInfo[nScreenNum].dwHeight = iHeight; in ddxProcessArgument()
433 g_ScreenInfo[nScreenNum].dwHeight = iHeight; in ddxProcessArgument()
451 (int) g_ScreenInfo[nScreenNum].dwHeight); in ddxProcessArgument()
H A Dwinshadddnl.c205 (unsigned int)pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
214 lpSurface = malloc(pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()
224 ZeroMemory(lpSurface, pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()
334 || pScreenInfo->dwHeight != GetSystemMetrics(SM_CYSCREEN) in winAllocateFBShadowDDNL()
342 pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
354 pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
426 ddsdShadow.dwHeight = pScreenInfo->dwHeight; in winAllocateFBShadowDDNL()
888 rcDest.bottom = ptOrigin.y + pScreenInfo->dwHeight; in winBltExposedRegionsShadowDDNL()
894 rcSrc.bottom = pScreenInfo->dwHeight; in winBltExposedRegionsShadowDDNL()
1002 rcDest.bottom = ptOrigin.y + pScreenInfo->dwHeight; in winRedrawScreenShadowDDNL()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
194 pScreenInfo->dwHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN); in winScreenInit()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
H A Dwincreatewnd.c59 int iHeight = pScreenInfo->dwHeight; in winCreateBoundingWindowFullScreen()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
375 pScreenInfo->dwHeight = rcClient.bottom - rcClient.top; in winCreateBoundingWindowWindowed()
412 si.nMax = pScreenInfo->dwHeight - 1; in winCreateBoundingWindowWindowed()
H A Dwinshadgdi.c324 pScreenPriv->pbmih->biHeight = -pScreenInfo->dwHeight; in winAllocateFBShadowGDI()
368 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winAllocateFBShadowGDI()
765 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winBltExposedRegionsShadowGDI()
835 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winRedrawScreenShadowGDI()
929 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winInstallColormapShadowGDI()
H A Dwinrandr.c112 pScreenInfo->dwHeight = height; in winDoRandRScreenSetSize()
H A Dwinwin32rootless.c767 szWin.cy = pRLWinPriv->dwHeight; in winMWExtWMStopDrawing()
799 szWin.cy = pRLWinPriv->dwHeight; in winMWExtWMUpdateRegion()
H A Dwin.h362 DWORD dwHeight; member
H A Dddraw.h962 DWORD dwHeight; /* 8: height of surface to be created */ member
988 DWORD dwHeight; /* 8: height of surface to be created */ member
1395 STDMETHOD(SetDisplayMode) (THIS_ DWORD dwWidth, DWORD dwHeight, in DECLARE_INTERFACE_()
1480 STDMETHOD(SetDisplayMode) (THIS_ DWORD dwWidth, DWORD dwHeight, in DECLARE_INTERFACE_()
1578 STDMETHOD(SetDisplayMode) (THIS_ DWORD dwWidth, DWORD dwHeight, in DECLARE_INTERFACE_()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog14996 …../hw/xwin/winwndproc.c:283:55: warning: ‘dwHeight’ may be used uninitialized in this function [-W…
14997 ../hw/xwin/winwndproc.c:240:32: note: ‘dwHeight’ was declared here