Sweden-Number/dlls/gdiplus
Vincent Povirk f365ef46f0 gdiplus: Fix GdipCreateBitmapFromHBITMAP flipping images vertically.
GdipCreateBitmapFromHBITMAP currently assumes that all bitmaps are
top-down, even though a positive height (which it also assumes)
signals a bottom-up DIB. The net result is that
GdipCreateBitmapFromHBITMAP flips images vertically.
2009-02-18 12:18:08 +01:00
..
tests gdiplus: Handle negative stride in GdipCreateBitmapFromScan0. 2009-02-18 12:17:49 +01:00
Makefile.in
brush.c
customlinecap.c
font.c
gdiplus.c
gdiplus.spec
gdiplus_private.h
graphics.c
graphicspath.c gdiplus: Implemented GdipIsVisiblePathPoint with tests. 2009-02-16 15:35:15 +01:00
image.c gdiplus: Fix GdipCreateBitmapFromHBITMAP flipping images vertically. 2009-02-18 12:18:08 +01:00
imageattributes.c
matrix.c
pathiterator.c
pen.c
region.c gdiplus: Fix a docheader typo, add some missed headers. 2009-02-17 12:47:46 +01:00
stringformat.c