reactos/win32ss/gdi/dib
Timo Kreuzer 50c9dab6c9 [WIN32K] Fix wrong calculation in DIB_32BPP_BitBltSrcCopy
Using an unsigned integer will cause the calculations to be unsigned, which on x64 leads to wrong results, when adding it to a pointer.
2021-05-27 15:53:24 +02:00
..
i386
alphablend.c
dib.c
dib.h
dib1bpp.c [WIN32K] Fix brain-fail of mine 2021-03-31 16:55:30 +02:00
dib4bpp.c [WIN32K] Add StretchBlt function ability to flip images (#3458) 2021-02-21 08:28:36 +09:00
dib8bpp.c [WIN32K] Add StretchBlt function ability to flip images (#3458) 2021-02-21 08:28:36 +09:00
dib16bpp.c [WIN32K] Add StretchBlt function ability to flip images (#3458) 2021-02-21 08:28:36 +09:00
dib24bpp.c [WIN32K] Add StretchBlt function ability to flip images (#3458) 2021-02-21 08:28:36 +09:00
dib24bppc.c
dib32bpp.c [WIN32K] Fix wrong calculation in DIB_32BPP_BitBltSrcCopy 2021-05-27 15:53:24 +02:00
dib32bppc.c [WIN32K] Add StretchBlt function ability to flip images (#3458) 2021-02-21 08:28:36 +09:00
dib_new.c
floodfill.c
stretchblt.c [WIN32K] Add StretchBlt function ability to flip images (#3458) 2021-02-21 08:28:36 +09:00