wine-wine/dlls/gdi32
Huw Davies 04f8ecd956 gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib.
It might seem more natural to move this check inside is_interior(), but
this would slow down the unclipped case.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-29 22:40:06 +09:00
..
dibdrv gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib. 2016-09-29 22:40:06 +09:00
enhmfdrv gdi32: Fix its vs it's typo. 2016-08-03 09:56:19 -05:00
mfdrv mfdrv: Fix a typo in a comment. 2016-07-04 11:01:25 +09:00
tests gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib. 2016-09-29 22:40:06 +09:00
Makefile.in
bidi.c
bitblt.c gdi32: Convert a few uses of get_dc_ptr() to get_physdev_dc(). 2016-07-29 23:43:35 +09:00
bitmap.c
brush.c gdi32: Use POINT and SIZE to hold positions and extents. 2016-07-27 22:21:08 +09:00
clipping.c gdi32: Add an internal version of DPtoLP that takes a DC pointer. 2016-07-29 23:43:35 +09:00
dc.c gdi32: Only reselect the objects if the linear transform portion changes. 2016-08-01 05:30:17 -05:00
dib.c gdi32: Access several more properties directly from the DC. 2016-07-29 23:43:35 +09:00
driver.c gdi32: Where possible directly access the DC instead of using GetCurrentObject(). 2016-07-29 23:43:35 +09:00
enhmetafile.c gdi32: Use wine_dbgstr_rect() to trace a RECT. 2016-07-05 23:22:04 +09:00
font.c gdi32: Access several more properties directly from the DC. 2016-07-29 23:43:35 +09:00
freetype.c gdi32: Append "TrueType" suffix to registry key names. 2016-08-15 18:28:41 +09:00
gdi32.rc
gdi32.spec
gdi_private.h gdi32: Add an internal version of DPtoLP that takes a DC pointer. 2016-07-29 23:43:35 +09:00
gdiobj.c gdi32: Add get_any_obj_ptr() to retrieve the ptr and type of a GDI handle. 2016-07-08 23:07:22 +09:00
icm.c
mapping.c gdi32: Add an internal version of DPtoLP that takes a DC pointer. 2016-07-29 23:43:35 +09:00
metafile.c
opengl.c
painting.c gdi32: Access several more properties directly from the DC. 2016-07-29 23:43:35 +09:00
palette.c gdi32: Where possible directly access the DC instead of using GetCurrentObject(). 2016-07-29 23:43:35 +09:00
path.c gdi32: Convert a few uses of get_dc_ptr() to get_physdev_dc(). 2016-07-29 23:43:35 +09:00
pen.c gdi32: Add get_any_obj_ptr() to retrieve the ptr and type of a GDI handle. 2016-07-08 23:07:22 +09:00
printdrv.c
region.c gdi32: Exponentially grow successive point buffers. 2016-08-17 11:53:32 +09:00
resource.h
vertical.c