Sweden-Number/dlls/gdi32/dibdrv
Huw Davies 0bec2f7965 gdi32: Calculate the stride from the image size.
This allows bitmaps to be created by D3DKMTCreateDCFromMemory() which have more freedom
in their choice of stride.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-13 21:45:28 +01:00
..
bitblt.c gdi32: Pass a DC pointer to get_mono_dc_colors(). 2016-07-28 21:38:08 +09:00
dc.c gdi32: Calculate the stride from the image size. 2017-02-13 21:45:28 +01:00
dibdrv.h gdi32: Pass a DC pointer to get_pixel_color(). 2016-07-28 21:38:09 +09:00
graphics.c gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib. 2016-09-29 22:40:06 +09:00
objects.c gdi32: Access a few more properties directly from the DC in the dib driver. 2016-07-28 21:38:09 +09:00
opengl.c gdi32: Add check for NULL pointer in dibdrv_wglDescribePixelFormat. 2015-11-26 23:57:49 +09:00
primitives.c gdi32: Explicitly write out the rops for copy_rect_1(). 2016-08-25 19:59:07 +09:00