1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/gdiplus
Bartosz Kosiorek f0d2022b45 gdiplus/tests: Extend DrawImage scaling tests.
Changing the colour of the second pixel of the source bitmap clarifies
the incorrect behaviour of PixelOffsetMode Half and HighQuality.

This also provides better proof that PixelOffsetMode None and Fast are
implemented correctly.
2023-09-11 20:41:34 +02:00
..
tests gdiplus/tests: Extend DrawImage scaling tests. 2023-09-11 20:41:34 +02:00
brush.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
customlinecap.c gdiplus: Add new test cases to GdipCreateCustomLineCap. 2023-08-15 09:14:54 +02:00
font.c gdiplus: Use get_log_fontW in GdipGetLogFontW. 2023-08-02 20:03:51 +09:00
gdiplus_private.h gdiplus: Use helper to calculate transform properties. 2023-08-02 20:03:51 +09:00
gdiplus.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
gdiplus.manifest
gdiplus.rc
gdiplus.spec gdiplus: Add GdipGetPenCompoundArray implementation. 2022-10-31 12:11:55 +01:00
gdiplus11.manifest
graphics.c gdiplus: Improve performance by switching loops and fix size. 2023-08-21 22:47:42 +02:00
graphicspath.c gdiplus: Reject zero-width/zero-height rectangles. 2023-08-01 21:50:34 +09:00
image.c gdiplus: In GdipImageSelectActiveFrame rely on codec->select_func() to fail. 2023-09-06 22:29:44 +02:00
imageattributes.c
Makefile.in
matrix.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
metafile.c gdiplus: Use nameless unions/structs. 2023-07-13 11:57:07 +02:00
pathiterator.c gdiplus: Add support for GdipPathIterNextPathType. 2023-08-21 22:47:43 +02:00
pen.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
region.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
stringformat.c