Sweden-Number/dlls/gdi32/dibdrv
Huw Davies a8044bebe8 gdi32: Add a mask_rect primitive for use when the src is 1bpp.
This essentially combines the format conversion with a copy_rect.

It cannot be used when stretching, since stretching of 1bpp is
slightly special.  Similarly, it cannot be used if the dst is also
1bpp (hence there is no mask_rect_1) or if the rop involves the brush.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-14 17:52:35 +09:00
..
bitblt.c gdi32: Add a mask_rect primitive for use when the src is 1bpp. 2016-07-14 17:52:35 +09:00
dc.c gdi32: Use a binary search to generate the clipped rects. 2016-07-07 21:23:24 +09:00
dibdrv.h gdi32: Add a mask_rect primitive for use when the src is 1bpp. 2016-07-14 17:52:35 +09:00
graphics.c gdi32: Implement FillPath, StrokeAndFillPath and StrokePath in the DIB driver. 2016-06-17 00:09:20 +09:00
objects.c gdi32: Take the transform rotation into account to compute pen width. 2016-06-17 00:09:20 +09:00
opengl.c gdi32: Add check for NULL pointer in dibdrv_wglDescribePixelFormat. 2015-11-26 23:57:49 +09:00
primitives.c gdi32: Add a mask_rect primitive for use when the src is 1bpp. 2016-07-14 17:52:35 +09:00