Searched refs:dwPaddedWidth (Results 1 – 3 of 3) sorted by relevance
210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()214 lpSurface = malloc(pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()224 ZeroMemory(lpSurface, pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()428 ddsdShadow.u1.lPitch = pScreenInfo->dwPaddedWidth; in winAllocateFBShadowDDNL()433 (int) pScreenInfo->dwPaddedWidth); in winAllocateFBShadowDDNL()
363 DWORD dwPaddedWidth; member
99140 …Move the setting of dwPaddedWidth into the DDNL engine, so it is updated when the framebuffer chan…