Home
last modified time | relevance | path

Searched refs:dwWidth (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
240 dwWidth = GetSystemMetrics(SM_CXVIRTUALSCREEN); in winWindowProc()
249 dwWidth = data.monitorWidth; in winWindowProc()
272 if (((dwWidth != 0) && (dwHeight != 0)) && in winWindowProc()
273 ((s_pScreenInfo->dwWidth != dwWidth) || in winWindowProc()
276 dwWidth, in winWindowProc()
278 (dwWidth * 25.4) / in winWindowProc()
369 if (iWidth < s_pScreenInfo->dwWidth in winWindowProc()
380 si.nMax = s_pScreenInfo->dwWidth - 1; in winWindowProc()
428 DWORD dwWidth, dwHeight; in winWindowProc() local
[all …]
H A Dwinprocarg.c66 DWORD dwWidth, dwHeight; in winInitializeScreenDefaults() local
81 dwWidth = GetSystemMetrics(SM_CXSCREEN); in winInitializeScreenDefaults()
86 (int) dwWidth, (int) dwHeight); in winInitializeScreenDefaults()
113 defaultScreenInfo.dwWidth = dwWidth; in winInitializeScreenDefaults()
115 defaultScreenInfo.dwUserWidth = dwWidth; in winInitializeScreenDefaults()
327 g_ScreenInfo[nScreenNum].dwWidth = data.monitorWidth; in ddxProcessArgument()
353 g_ScreenInfo[nScreenNum].dwWidth = iWidth; in ddxProcessArgument()
432 g_ScreenInfo[nScreenNum].dwWidth = iWidth; in ddxProcessArgument()
450 (int) g_ScreenInfo[nScreenNum].dwWidth, in ddxProcessArgument()
H A Dwinshadddnl.c204 (unsigned int)pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
333 && (pScreenInfo->dwWidth != GetSystemMetrics(SM_CXSCREEN) in winAllocateFBShadowDDNL()
341 pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
353 pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
427 ddsdShadow.dwWidth = pScreenInfo->dwWidth; in winAllocateFBShadowDDNL()
886 rcDest.right = ptOrigin.x + pScreenInfo->dwWidth; in winBltExposedRegionsShadowDDNL()
893 rcSrc.right = pScreenInfo->dwWidth; in winBltExposedRegionsShadowDDNL()
1000 rcDest.right = ptOrigin.x + pScreenInfo->dwWidth; in winRedrawScreenShadowDDNL()
1007 rcSrc.right = pScreenInfo->dwWidth; in winRedrawScreenShadowDDNL()
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
193 pScreenInfo->dwWidth = GetSystemMetrics(SM_CXVIRTUALSCREEN); in winScreenInit()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
H A Dwincreatewnd.c58 int iWidth = pScreenInfo->dwWidth; in winCreateBoundingWindowFullScreen()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
374 pScreenInfo->dwWidth = rcClient.right - rcClient.left; in winCreateBoundingWindowWindowed()
405 si.nMax = pScreenInfo->dwWidth - 1; in winCreateBoundingWindowWindowed()
H A Dwinshadgdi.c323 pScreenPriv->pbmih->biWidth = pScreenInfo->dwWidth; 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.c111 pScreenInfo->dwWidth = width; in winDoRandRScreenSetSize()
H A Dwinwin32rootless.c766 szWin.cx = pRLWinPriv->dwWidth; in winMWExtWMStopDrawing()
798 szWin.cx = pRLWinPriv->dwWidth; in winMWExtWMUpdateRegion()
H A Dwin.h361 DWORD dwWidth; member
H A Dddraw.h963 DWORD dwWidth; /* C: width of input surface */ member
989 DWORD dwWidth; /* C: width of input surface */ 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 DChangeLog14998 …../hw/xwin/winwndproc.c:281:54: warning: ‘dwWidth’ may be used uninitialized in this function [-Wm…
14999 ../hw/xwin/winwndproc.c:240:23: note: ‘dwWidth’ was declared here