Austin English
|
4cdd01fc82
|
gdi32/tests: Remove win9x hacks.
|
2011-08-22 17:22:07 +02:00 |
Huw Davies
|
925fa10865
|
gdi32: Change the object-level brush function to accept a stand-alone dib and a separate clip region.
|
2011-08-22 16:19:40 +02:00 |
Huw Davies
|
c6f6c3f727
|
gdi32: Implement Polyline and PolyPolyline in the dib driver.
|
2011-08-22 16:19:24 +02:00 |
Huw Davies
|
0f40ad8a3d
|
gdi32: Move to using a multi-line pen object-level function.
|
2011-08-22 16:19:15 +02:00 |
Huw Davies
|
1e83fd0076
|
gdi32: Use the gdi_image_bits structure to maintain the dib driver's bits.
|
2011-08-22 16:18:54 +02:00 |
Huw Davies
|
2e908e067c
|
gdi32: Simplify dibdrv_PutImage a little.
|
2011-08-22 16:18:24 +02:00 |
Huw Davies
|
de213f2c66
|
gdi32: Avoid directly accessing the bits ptr where possible.
|
2011-08-22 16:18:13 +02:00 |
Huw Davies
|
a55ec17b74
|
gdi32: Use the dib driver GetImage and PutImage implementations in GetBitmapBits and SetBitmapBits when appropriate.
|
2011-08-22 16:18:08 +02:00 |
Huw Davies
|
e82f88d5ee
|
gdi32: Add a helper to retrieve the bitmap functions.
|
2011-08-22 16:18:04 +02:00 |
Huw Davies
|
cb82c45b3a
|
gdi32: Allow SetBitmapBits to set incomplete scanlines.
|
2011-08-22 16:16:08 +02:00 |
Huw Davies
|
bdc3b9c0a9
|
gdi32: Avoid a possible unnecessary conversion if PutImage is called with zero biClrUsed.
|
2011-08-22 16:15:45 +02:00 |
Huw Davies
|
40742c2f72
|
gdi32: Fix colour table comparison.
|
2011-08-22 16:15:13 +02:00 |
André Hentschel
|
8134b93516
|
gdi32/tests: Consistently print out all infos about non-equal rects.
|
2011-08-22 16:14:33 +02:00 |
Huw Davies
|
c5f484597f
|
gdi32: Simplify dibdrv_GetImage by merging the stand-alone and selected bitmap cases.
|
2011-08-05 15:24:58 +02:00 |
Huw Davies
|
37423cec7c
|
gdi32: Fix dibdrv_PutImage for the selected bitmap case.
|
2011-08-05 15:22:48 +02:00 |
Alexandre Julliard
|
3a1194edd7
|
gdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
|
2011-08-05 15:22:43 +02:00 |
Alexandre Julliard
|
c668354cc0
|
gdi32: Always set compression to BI_BITFIELDS for 16-bpp DIB sections.
|
2011-08-05 13:41:18 +02:00 |
Alexandre Julliard
|
cf4c565fd2
|
gdi32: Validate the DIB parameters in functions that take a BITMAPINFO.
|
2011-08-05 13:39:14 +02:00 |
Alexandre Julliard
|
805f083f34
|
gdi32: Add a missing release in the error path.
|
2011-08-05 10:58:16 +02:00 |
Huw Davies
|
33532613a8
|
gdi32: Don't load a font replacement if any face of the real family exists.
|
2011-08-04 18:42:33 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Huw Davies
|
b94616864d
|
gdi32: If possible use the GetImage driver entry to fill the colour table for GetDIBits.
|
2011-08-04 18:27:36 +02:00 |
Huw Davies
|
d947f6ef08
|
gdi32: Simplify the code a little by using a separate variable for the return value.
|
2011-08-04 18:27:36 +02:00 |
Huw Davies
|
d88151704e
|
gdi32/tests: Add some GetDIBits tests with zero lines and bits parameters.
|
2011-08-04 18:27:36 +02:00 |
Huw Davies
|
3a2d8b74cf
|
gdi32/tests: Simplify some of the tests.
|
2011-08-04 18:27:36 +02:00 |
Alexandre Julliard
|
e5ce32e54d
|
gdi32: Get rid of the DIB_GetBitmapInfo function.
|
2011-08-04 18:27:35 +02:00 |
Alexandre Julliard
|
3d0f272a0d
|
gdi32: Create a sanitized BITMAPINFOHEADER in CreateDIBitmap.
|
2011-08-04 18:27:17 +02:00 |
Alexandre Julliard
|
a2c99c7353
|
gdi32: Create a sanitized BITMAPINFOHEADER in GetDIBits.
|
2011-08-04 18:25:59 +02:00 |
Alexandre Julliard
|
f234ce9dcc
|
gdi32: Move initialization of a correct BITMAPINFOHEADER to a separate function.
|
2011-08-04 18:23:41 +02:00 |
Alexandre Julliard
|
f825f5db8c
|
gdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevice and pass that to the drivers.
|
2011-08-04 18:23:25 +02:00 |
Alexandre Julliard
|
d0d98046c6
|
gdi32: Create a sanitized BITMAPINFO in StretchDIBits and pass that to the drivers.
|
2011-08-04 18:23:00 +02:00 |
Alexandre Julliard
|
7deda05185
|
gdi32: Create a sanitized BITMAPINFO in CreateDIBSection and pass that to the driver.
|
2011-08-04 18:21:49 +02:00 |
Alexandre Julliard
|
c309883a70
|
gdi32: Update the coordinates in convert_bitmapinfo to reflect the position in the destination bitmap.
|
2011-08-03 20:26:44 +02:00 |
Alexandre Julliard
|
2ba1a43703
|
gdi32: Use the visrect coordinates in dibdrv_PutImage.
|
2011-08-03 19:59:46 +02:00 |
Alexandre Julliard
|
1aa35bea9a
|
gdi32: Use GetImage to retrieve the brush bits in enhanced metafiles.
|
2011-08-03 14:15:48 +02:00 |
Alexandre Julliard
|
91976a5b74
|
gdi32: Use GetImage to retrieve the brush bits in metafiles.
|
2011-08-03 14:15:47 +02:00 |
Alexandre Julliard
|
6d00196aea
|
gdi32: Get rid of the SetBitmapBits driver entry point.
|
2011-08-03 14:15:47 +02:00 |
Alexandre Julliard
|
09eb59d3c6
|
gdi32: Set the initial bits of a bitmap from the gdi side.
|
2011-08-03 14:15:47 +02:00 |
Alexandre Julliard
|
107849916f
|
gdi32: Reimplement SetBitmapBits using the PutImage driver entry point.
|
2011-08-03 14:15:28 +02:00 |
Alexandre Julliard
|
76b5c1dcac
|
gdi32: Partial implementation of PutImage in the null driver for DDBs.
|
2011-08-03 12:31:52 +02:00 |
Huw Davies
|
e81e73149f
|
gdi32: Actually use the dib driver's Get/PutImage if the bitmap is a dib.
|
2011-08-02 20:47:52 +02:00 |
Huw Davies
|
d4076d438c
|
gdi32: Add a PutImage implementation to the dib driver.
|
2011-08-02 20:47:52 +02:00 |
Huw Davies
|
1da138ced0
|
gdi32: Move the colour setting to a separate function.
|
2011-08-02 20:47:52 +02:00 |
Huw Davies
|
2521bf3cc2
|
gdi32: Add a copy_rect primitive.
|
2011-08-02 20:47:52 +02:00 |
Huw Davies
|
76b0626ff2
|
gdi32: Add a function to retrieve the rop codes.
|
2011-08-02 20:47:51 +02:00 |
Huw Davies
|
4b50743f87
|
gdi32: Simplify the calculation of the rop masks.
|
2011-08-02 20:47:51 +02:00 |
Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
Alexandre Julliard
|
2116493653
|
gdi32: Fix the blend function handling for the AlphaBlend enhanced metafile record.
|
2011-07-29 20:08:53 +02:00 |
Huw Davies
|
d61e1ffaab
|
gdi32: Use the helper to retrieve the number of colours.
|
2011-07-28 18:37:39 +02:00 |
Huw Davies
|
3460665c50
|
gdi32: Add an inline helper to return the number of colour entries in a dib.
|
2011-07-28 18:37:39 +02:00 |