Sweden-Number/dlls/gdiplus/tests
Vincent Povirk 3424dac386 gdiplus: Explicitly copy the bits from dib sections to new bitmaps.
On Windows, GdipCreateBitmapFromHBITMAP creates a copy of the bitmap, not
a reference. Currently, we match this behavior, but this is only because
we cannot yet create bitmap objects that reference existing memory. If
GdipCreateBitmapFromScan0 were fixed to do this, FromHBITMAP would break.

Therefore, we always pass NULL to FromScan0 so that it allocates new memory
for the bitmap.
2009-12-14 12:18:10 +01:00
..
Makefile.in gdiplus: Implemented GdipCreateBitmapFromHICON (with tests). 2009-02-03 12:48:07 +01:00
brush.c gdiplus/tests: Free brush pointer after test. 2009-12-07 14:18:26 +01:00
customlinecap.c gdiplus/tests: Additional test to show that custom cap isn't created without stroke path. 2009-12-07 14:18:26 +01:00
font.c gdiplus: Don't accept MS Sans Serif as the generic sans serif font. 2009-09-08 13:45:03 +02:00
graphics.c gdiplus: Implement GdipIsVisibleRect. 2009-08-27 11:51:24 +02:00
graphicspath.c gdiplus/tests: Fix a matrix leak in test. 2009-12-09 13:50:35 +01:00
image.c gdiplus: Explicitly copy the bits from dib sections to new bitmaps. 2009-12-14 12:18:10 +01:00
matrix.c gdiplus: Make GdipInvertMatrix test pass on native switching to matrix with determinant 16. 2008-07-17 11:21:13 +02:00
pathiterator.c gdiplus/tests: Free created iterator in tests. 2009-12-07 14:18:27 +01:00
pen.c gdiplus/tests: Reject gdiplus versions greater than 2. 2009-09-22 16:15:24 +02:00
region.c gdiplus/tests: Fix tests on Win7. 2009-09-08 12:12:00 +02:00
stringformat.c gdiplus: Implement GdipSetStringFormatFlags with tests. 2009-02-02 15:48:11 +01:00