Searched refs:lPitch (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDraw.cpp193 pSurf->lpGbl->lPitch = pBody->SurfInfo.pitch;
195 lpCreateSurface->lpDDSurfaceDesc->lPitch = pSurf->lpGbl->lPitch;
228 pSurf->lpGbl->lPitch = RT_ALIGN_T(pSurf->lpGbl->wWidth/2, 32, LONG);
233 pSurf->lpGbl->lPitch = RT_ALIGN_T(pSurf->lpGbl->wWidth, 32, LONG);
237 pSurf->lpGbl->lPitch = pSurf->lpGbl->wWidth*(pDesc->ddpfPixelFormat.dwRGBBitCount/8);
240 pSurf->lpGbl->dwBlockSizeX = pSurf->lpGbl->lPitch;
243 pDesc->lPitch = pSurf->lpGbl->lPitch;
H A DVBoxDispDriverDDraw.cpp229 hBitmap = EngCreateBitmap(size, pSurface->lpGbl->lPitch, pDev->surface.ulFormat,
H A DVBoxDispVHWA.cpp746 pVHWADesc->pitch = pDdDesc->lPitch;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dddrawi.h139 LONG lPitch; member in struct:_DDHALMODEINFO
873 LONG lPitch; member in union:_DDRAWI_DDRAWSURFACE_GBL::__anon13484
H A Ddmusicf.h710 LONG lPitch; member in struct:_DMUS_IO_WAVE_ITEM_HEADER
H A Dddraw.h983 LONG lPitch; /* 10: distance to start of next line (return value only)*/ member in union:_DDSURFACEDESC::__anon13461
1010 LONG lPitch; /*10: distance to start of next line (return value only)*/ member in union:_DDSURFACEDESC2::__anon13463
H A Ddmusici.h717 LONG lPitch; member in struct:_DMUS_WAVE_PMSG
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dddrawi.h139 LONG lPitch; member in struct:_DDHALMODEINFO
873 LONG lPitch; member in union:_DDRAWI_DDRAWSURFACE_GBL::__anon880
H A Ddmusicf.h712 LONG lPitch; member in struct:_DMUS_IO_WAVE_ITEM_HEADER
H A Dddraw.h982 LONG lPitch; /* 10: distance to start of next line (return value only)*/ member in union:_DDSURFACEDESC::__anon857
1009 LONG lPitch; /*10: distance to start of next line (return value only)*/ member in union:_DDSURFACEDESC2::__anon859
H A Ddmusici.h721 LONG lPitch; member in struct:_DMUS_WAVE_PMSG
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c907 * lPitch: pitch of the surface
914 int bpp, LONG lPitch,
956 buf += lPitch;
912 _Blt_ColorFill(BYTE *buf, int width, int height, int bpp, LONG lPitch, DWORD color) argument

Completed in 191 milliseconds