wine/dlls/gdiplus
2023-11-27 22:39:51 +01:00
..
tests gdiplus: Round width and height in gdip_format_string(). 2023-11-17 19:54:39 +01:00
brush.c
customlinecap.c
font.c gdiplus: Fix GdipCreateFont character set initialization. 2023-09-19 11:38:51 +02:00
gdiplus.c gdiplus: Improve performance of units_to_pixels by not using division. 2023-10-25 14:25:18 -05:00
gdiplus.manifest
gdiplus.rc
gdiplus.spec
gdiplus11.manifest
gdiplus_private.h
graphics.c gdiplus/font: Avoid computation overflow and underflow by using hypotf. 2023-11-27 22:39:51 +01:00
graphicspath.c gdiplus/graphicspath: Avoid computation overflow and underflow by using hypotf. 2023-11-27 22:39:51 +01:00
image.c gdiplus: Remove redundant NULL check before free(). 2023-11-15 23:03:51 +01:00
imageattributes.c
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
matrix.c
metafile.c gdiplus: Avoid implicit enum casts. 2023-11-06 11:50:48 +01:00
pathiterator.c
pen.c gdiplus: Remove unused variable. 2023-11-17 19:54:09 +01:00
region.c
stringformat.c