Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadddnl.c210 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()
H A Dwin.h363 DWORD dwPaddedWidth; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog99140 …Move the setting of dwPaddedWidth into the DDNL engine, so it is updated when the framebuffer chan…