Sweden-Number/dlls/gdiplus
Vincent Povirk 989c29870f gdiplus: Optimize clip region transforms.
Testing shows that this affects behavior. Transforming a region turns
empty rectangles (with negative width or height) into non-empty
rectangles. If an empty rectangle is set, it's treated as non-empty
only when there is a world transform.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-07 11:48:00 -06:00
..
tests gdiplus: Optimize clip region transforms. 2018-03-07 11:48:00 -06:00
Makefile.in
brush.c
customlinecap.c
font.c gdiplus: In GdipPrivateAddMemoryFont allow loading fonts with long names. 2017-11-30 20:44:33 +01:00
gdiplus.c
gdiplus.manifest
gdiplus.rc
gdiplus.spec
gdiplus11.manifest
gdiplus_private.h gdiplus: Use the global HeapAlloc() wrappers. 2018-02-05 18:45:27 +01:00
graphics.c gdiplus: Optimize clip region transforms. 2018-03-07 11:48:00 -06:00
graphicspath.c gdiplus: Silently ignore empty rectangles in GdipAddPathRectangles. 2018-02-28 19:39:29 +01:00
image.c gdiplus: Fix argument check in GdipLoadImageFromStream(). 2018-02-28 19:39:28 +01:00
imageattributes.c gdiplus: Implement GdipSetImageAttributesNoOp. 2017-10-24 19:09:31 +02:00
matrix.c
metafile.c gdiplus/metafile: Support linear gradient brushes in playback. 2017-11-08 20:21:29 +01:00
pathiterator.c
pen.c
region.c gdiplus: Transform region rects as rects when possible. 2018-03-07 11:47:57 -06:00
stringformat.c