Searched refs:dwPaddedWidth (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadddnl.c210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth,
214 lpSurface = malloc(pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight);
224 ZeroMemory(lpSurface, pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight);
428 ddsdShadow.u1.lPitch = pScreenInfo->dwPaddedWidth;
433 (int) pScreenInfo->dwPaddedWidth);
H A Dwin.h361 DWORD dwPaddedWidth; member in struct:__anoned6456b30508
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinshadddnl.c241 pScreenInfo->dwPaddedWidth = PixmapBytePad (pScreenInfo->dwWidth,
245 lpSurface = malloc (pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight);
256 ZeroMemory (lpSurface, pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight);
486 ddsdShadow.u1.lPitch = pScreenInfo->dwPaddedWidth;
491 (int) pScreenInfo->dwPaddedWidth);
H A Dwin.h406 DWORD dwPaddedWidth; member in struct:__anonc09092800608

Completed in 7 milliseconds