Alexandre Julliard
|
c441ebc21d
|
gdi32: Fix handling of DIB_PAL_COLORS in the various DIB functions.
|
2011-12-09 21:15:22 +01:00 |
Alexandre Julliard
|
647a4d5844
|
gdi32: Always allocate a full-size color table when creating a DIB section.
|
2011-12-09 21:15:16 +01:00 |
Alexandre Julliard
|
91d19b4b17
|
gdi32: Add a helper to build a color table from the DIB_PAL_COLORS bitmap info.
|
2011-12-08 21:31:59 +01:00 |
Alexandre Julliard
|
71199eab77
|
gdi32: Don't make a copy of the DIB color table when selecting it into a DC.
|
2011-12-08 20:00:55 +01:00 |
Alexandre Julliard
|
910fb48291
|
gdi32: Use PutImage directly to set the initial bitmap bits.
|
2011-12-08 19:58:47 +01:00 |
Alexandre Julliard
|
df9e0ccf5c
|
gdi32: Use the convert_bits helper function in SetDIBits and SetDIBitsToDevice.
|
2011-12-08 19:53:44 +01:00 |
Alexandre Julliard
|
72fae39ce0
|
gdi32: Add missing check for empty visible rects in the non-stretching case.
|
2011-12-08 18:00:00 +01:00 |
Alexandre Julliard
|
5b17ba887b
|
gdi32: Rename the CLIPPING_UpdateGCRegion function.
We haven't used a GC here for a long time now.
|
2011-12-07 17:49:54 +01:00 |
Alexandre Julliard
|
b9f09abdcc
|
gdi32: Don't store the metaclip region, recompute it as needed.
|
2011-12-07 17:49:47 +01:00 |
Alexandre Julliard
|
fb37752f53
|
gdi32: Only store a total visible region when it's a combination of other regions.
|
2011-12-07 17:48:29 +01:00 |
Alexandre Julliard
|
ddfe35867d
|
gdi32: Only create the DC visible region when necessary.
Most DCs can simply use the visible rectangle instead.
|
2011-12-07 16:50:57 +01:00 |
Alexandre Julliard
|
1f15ffa1e6
|
gdi32: Make sure DCs are fully zero-initialized.
|
2011-12-07 15:53:54 +01:00 |
Francois Gouget
|
22cb047ed4
|
gdi32: Make init_dib_info() static.
|
2011-12-06 17:53:15 +01:00 |
Alexandre Julliard
|
7534d47b1b
|
gdi32: Pass the total visible region in the SetDeviceClipping driver entry point.
|
2011-12-06 15:51:00 +01:00 |
Alexandre Julliard
|
5a1a6e935a
|
gdi32: Maintain a region inside gdi32 to keep track of the total visible region.
|
2011-12-06 15:50:59 +01:00 |
Alexandre Julliard
|
1e2dd7cad8
|
gdi32: Add a helper function to clip a rectangle to the DC visible rect.
|
2011-12-06 15:50:59 +01:00 |
Alexandre Julliard
|
25e300dcad
|
gdi32: Add a null driver implementation for Polyline and Polygon.
|
2011-12-05 22:29:16 +01:00 |
Alexandre Julliard
|
360d4bc548
|
gdi32: Use the DIB engine and PutImage for the null driver triangular gradient implementation.
|
2011-12-05 17:19:32 +01:00 |
Alexandre Julliard
|
8e8cdc78e6
|
gdi32: Add more parameter checks in GdiGradientFill.
|
2011-12-05 16:36:08 +01:00 |
Alexandre Julliard
|
7ea59c107f
|
gdi32: Use dithering also for 1-bpp gradients.
|
2011-12-05 16:36:08 +01:00 |
Alexandre Julliard
|
59f347b75c
|
gdi32/tests: Add more gradient tests.
|
2011-12-05 16:36:07 +01:00 |
Alexandre Julliard
|
743b37df3d
|
gdi32: Implement triangular gradients in the DIB engine.
|
2011-12-05 16:36:03 +01:00 |
Huw Davies
|
4ce3af3fad
|
gdi32: Add support for checking the font's gasp flags.
|
2011-12-02 17:25:54 +01:00 |
Alexandre Julliard
|
c5bddce3aa
|
gdi32: Add some parameter checks in GdiGradientFill.
|
2011-12-02 14:00:18 +01:00 |
Alexandre Julliard
|
4c6807199e
|
gdi32: Use the DIB engine and PutImage for the null driver rectangular gradient implementation.
|
2011-11-30 12:59:11 +01:00 |
Alexandre Julliard
|
f2ec760a80
|
gdi32/tests: Add tests for rectangular gradients in DIBs.
|
2011-11-29 15:12:31 +01:00 |
Alexandre Julliard
|
a135e47167
|
gdi32: Don't set gradient alpha channel for 8888 bitmaps created with bitfields.
|
2011-11-29 15:12:28 +01:00 |
Alexandre Julliard
|
a869fc47bd
|
gdi32: Implement 8-bpp and 4-bpp gradient dithering.
|
2011-11-29 15:12:26 +01:00 |
Alexandre Julliard
|
ce2f542267
|
gdi32: Implement 16-bpp gradient dithering.
|
2011-11-29 15:12:23 +01:00 |
Alexandre Julliard
|
e19a362407
|
gdi32: Implement rectangular gradients in the DIB engine.
|
2011-11-29 15:12:20 +01:00 |
Huw Davies
|
0ab46cd5e9
|
gdi32: Avoid reading past the end of the indices array.
Spotted by Marcus Meissner.
|
2011-11-24 17:17:07 +01:00 |
Huw Davies
|
224e51fcf5
|
gdi32: Add an option to allow pen_lines to draw a closed figure.
|
2011-11-24 17:17:04 +01:00 |
Alexandre Julliard
|
79691e7afa
|
gdi32: Specify an initial allocation size for paths to avoid some reallocations.
|
2011-11-23 14:00:22 +01:00 |
Alexandre Julliard
|
c2491ccc2d
|
gdi32: Get rid of the Hungarian line noise in the gdi_path structure.
|
2011-11-23 13:37:14 +01:00 |
Alexandre Julliard
|
aefb608752
|
gdi32: Get rid of the GdiPath typedef.
|
2011-11-23 13:32:22 +01:00 |
Alexandre Julliard
|
ccc3b9caae
|
gdi32: Get rid of the no longer needed path states.
|
2011-11-23 13:25:31 +01:00 |
Alexandre Julliard
|
2201d08834
|
gdi32: Only store the path in the DC when it's closed.
Open paths are stored only in the path physdev.
|
2011-11-23 13:24:12 +01:00 |
Alexandre Julliard
|
a214a3c3da
|
gdi32: Store a pointer to the path in the DC and make the path structure opaque.
|
2011-11-22 12:07:24 +01:00 |
Alexandre Julliard
|
ddc9860a42
|
gdi32: Return a new path from PATH_WidenPath instead of replacing the DC path.
|
2011-11-22 12:07:18 +01:00 |
Alexandre Julliard
|
f388827c8d
|
gdi32: Return a new path from PATH_FlattenPath instead of replacing the DC path.
|
2011-11-22 12:05:35 +01:00 |
Alexandre Julliard
|
ac1643caec
|
gdi32: Return the region directly from PATH_PathToRegion.
|
2011-11-22 11:31:27 +01:00 |
Alexandre Julliard
|
7698b636e7
|
gdi32: Add helper functions for allocating and freeing paths.
|
2011-11-22 11:25:21 +01:00 |
Alexandre Julliard
|
26b1bfa52b
|
gdi32: Use reallocs when growing a path instead of doing it by hand.
|
2011-11-22 11:23:53 +01:00 |
Alexandre Julliard
|
670f25cc8f
|
gdi32: Add support for anti-aliasing in the null driver text output fallback.
|
2011-11-21 12:15:53 +01:00 |
Alexandre Julliard
|
1b63d5a610
|
gdi32: Add a helper function to determine anti-aliasing flags.
|
2011-11-21 11:52:30 +01:00 |
Alexandre Julliard
|
5282ffadad
|
gdi32: Add a null driver fallback implementation for non-antialiased text output.
|
2011-11-21 11:52:26 +01:00 |
Huw Davies
|
04396063c8
|
gdi32: Add solid_line primitives.
|
2011-11-21 11:51:47 +01:00 |
Huw Davies
|
f168f838f1
|
gdi32: Simplify the Bresenham line drawing.
|
2011-11-21 11:51:23 +01:00 |
Alexandre Julliard
|
ffaf0c4966
|
gdi32: Don't mark a local variable static.
|
2011-11-17 17:34:14 +01:00 |
Huw Davies
|
666f83bc0f
|
gdi32: Add a helper to retrieve the octant bias.
|
2011-11-16 17:00:23 +01:00 |
Huw Davies
|
48b1e66309
|
gdi32: Use an array of masks to simplify the bitmap conversion.
|
2011-11-16 17:00:19 +01:00 |
Huw Davies
|
6c9c9107d4
|
gdi32: Return valid anti-alias format bitmaps if the glyph is a monochrome bitmap.
|
2011-11-16 17:00:15 +01:00 |
Huw Davies
|
f3fab96393
|
gdi32: Add a helper to return the maximum level to use for a given anti-aliasing format.
|
2011-11-16 17:00:10 +01:00 |
Huw Davies
|
d43d17e248
|
gdi32/tests: Add tests for text rendering.
|
2011-11-14 15:25:28 +01:00 |
Huw Davies
|
e9612c1af0
|
gdi32: Add support for drawing text in the dib driver.
|
2011-11-14 15:25:28 +01:00 |
Huw Davies
|
5c6f630b98
|
gdi32: Add draw_glyph primitives.
|
2011-11-14 15:25:28 +01:00 |
Huw Davies
|
18520f2e63
|
gdi32: Calculate the min/max color component intensities for 17 glyph levels.
|
2011-11-14 15:25:27 +01:00 |
Huw Davies
|
f284f5970a
|
gdi32: Move the ETO_OPAQUE rectangle drawing to the dib driver.
|
2011-11-14 15:25:27 +01:00 |
Huw Davies
|
5990091bbf
|
gdi32: Expose a solid_rects function.
|
2011-11-14 15:25:27 +01:00 |
Huw Davies
|
15fabcdefe
|
gdi32: Keep track of the text pixel color.
|
2011-11-14 15:25:27 +01:00 |
Marcus Meissner
|
4222ccf1cf
|
gdi32: Fixed loop end setting (Coverity).
|
2011-11-14 15:25:19 +01:00 |
Dmitry Timoshkov
|
6acf226fa1
|
gdi32: Remove a duplicated line of code.
|
2011-11-09 11:39:02 +01:00 |
Alexandre Julliard
|
5e1599d8c0
|
gdi32: Don't set the bitmap owner when selecting a pattern brush.
|
2011-11-08 20:13:18 +01:00 |
Alexandre Julliard
|
0c5d619bd3
|
gdi32: Use the CopyBitmap entry point to copy the bitmap of a pattern brush.
|
2011-11-08 19:26:30 +01:00 |
Alexandre Julliard
|
26f5e2c6e7
|
gdi32: Implement the CopyBitmap entry point in the null driver.
|
2011-11-08 19:25:37 +01:00 |
Alexandre Julliard
|
9391c6a757
|
gdi32: Add a CopyBitmap driver entry point.
|
2011-11-08 19:25:05 +01:00 |
Alexandre Julliard
|
cc673f44c7
|
gdi32: Grab the bits directly for DIB pattern brushes instead of duplicating the bitmap.
|
2011-11-08 19:24:17 +01:00 |
Alexandre Julliard
|
c88f4d452f
|
gdi32: Get rid of the get_bitmap_image helper.
|
2011-11-08 19:24:13 +01:00 |
Alexandre Julliard
|
03496d6fba
|
gdi32: Avoid copying the brush pattern if the format matches the DC.
|
2011-11-08 13:32:36 +01:00 |
Alexandre Julliard
|
bb162ba4b4
|
gdi32: Reselect the pattern brush on every use if it's mapped with DIB_PAL_COLORS.
|
2011-11-08 13:18:01 +01:00 |
Alexandre Julliard
|
b47debddf5
|
gdi32: Return the original brush data in GetObject.
|
2011-11-07 21:06:21 +01:00 |
Akihiro Sagawa
|
35a928a0f8
|
gdi32: Use the translated string as a charset name.
|
2011-11-07 19:34:47 +01:00 |
Akihiro Sagawa
|
b5db70f1ca
|
gdi32: Add a string table resource for the translation.
|
2011-11-07 17:28:00 +01:00 |
Alexandre Julliard
|
03e0d96b9e
|
gdi32: Retrieve the brush pattern bits from the cache for enhanced metafiles.
|
2011-11-07 13:43:30 +01:00 |
Alexandre Julliard
|
7d0b65c4d1
|
gdi32: Retrieve the brush pattern bits from the cache for metafiles.
|
2011-11-07 13:42:57 +01:00 |
Alexandre Julliard
|
199409a27b
|
gdi32: Fix positioning of font underlines and strikeouts.
|
2011-11-07 13:41:18 +01:00 |
Alexandre Julliard
|
6098a0457b
|
gdi32/tests: Avoid some array bounds warnings.
|
2011-11-07 11:43:46 +01:00 |
Alexandre Julliard
|
bfb41db3a2
|
gdi32: Set the mono color map in BitBlt also for the initial PutImage attempt.
|
2011-11-04 13:24:03 +01:00 |
Alexandre Julliard
|
278899d1e8
|
gdi32: Return failure when GetPixel is not supported.
|
2011-11-04 11:00:57 +01:00 |
Alexandre Julliard
|
37b56554a6
|
gdi32: Add support for pattern brushes in the DIB driver.
|
2011-11-03 12:50:13 +01:00 |
Alexandre Julliard
|
457c9650de
|
gdi32: Retrieve the bits of a pattern brush when it's selected into a different type of DC.
|
2011-11-03 12:50:13 +01:00 |
Alexandre Julliard
|
8277ac3f7c
|
gdi32: Don't free bitmap bits when changing the owner, we may still have pointers to them.
|
2011-11-03 12:50:10 +01:00 |
Alexandre Julliard
|
24ac8c66bb
|
gdi32: Pass the full brush contents in the SelectBrush driver entry point.
|
2011-11-02 21:41:15 +01:00 |
Alexandre Julliard
|
20ecd97bee
|
gdi32: Store internal brush data in separate fields in the brush object.
|
2011-11-02 21:04:53 +01:00 |
Alexandre Julliard
|
7f7dd82c7b
|
gdi32: Sanitize the DIB information for DIB pattern brushes.
|
2011-11-02 12:22:44 +01:00 |
Alexandre Julliard
|
6bf6575c5c
|
gdi32: Store a pointer instead of a global handle for DIB pattern brushes.
|
2011-11-02 12:02:27 +01:00 |
Alexandre Julliard
|
8afcff3c79
|
gdi32/tests: Add some tests for palette-relative pattern brushes.
|
2011-11-02 11:47:43 +01:00 |
Alexandre Julliard
|
4ec87b3e8d
|
gdi32: Add some brush tests.
|
2011-11-01 14:12:16 +01:00 |
Alexandre Julliard
|
95cba0c0f4
|
gdi32: Add a DC driver entry point for GdiGradientFill.
|
2011-10-31 23:51:38 +01:00 |
Alexandre Julliard
|
afd962121b
|
gdi32/tests: Add some tests for the behavior of a printer DC.
|
2011-10-31 20:23:20 +01:00 |
Alexandre Julliard
|
f1f5f33468
|
gdi32: Emulate DDB support using the DIB driver when the graphics driver doesn't support bitmaps.
|
2011-10-31 20:21:15 +01:00 |
Alexandre Julliard
|
c9bdcbafab
|
gdi32: Allocate the bits for a DDB the first time it's used in any DIB driver call.
|
2011-10-31 20:06:37 +01:00 |
Huw Davies
|
1c1fff557d
|
gdi32: Pass a NULL user-style array to ExtCreatePen if the user-style count is zero.
|
2011-10-28 17:26:44 +02:00 |
Alexandre Julliard
|
418424d362
|
gdi32: Add path entry points for functions that behave differently with an open path.
|
2011-10-28 13:18:42 +02:00 |
Alexandre Julliard
|
e5db8969ac
|
gdi32: Always start a new stroke when the path ends with a closed figure.
|
2011-10-28 13:18:23 +02:00 |
Alexandre Julliard
|
e5ff45992e
|
gdi32: Add a helper function to add multiple points at once to a path.
|
2011-10-28 13:18:10 +02:00 |
Alexandre Julliard
|
fbafa45e84
|
gdi32: Pass a HDC instead of a DC pointer to internal path functions.
|
2011-10-28 13:07:52 +02:00 |
Alexandre Julliard
|
26aaaa1269
|
gdi32: Fix a misplaced release_dc_ptr call.
|
2011-10-28 11:29:34 +02:00 |
Alexandre Julliard
|
bb21ac85b3
|
gdi32: Add a helper function to copy BITMAPINFO structures to avoid copying uninitialized data.
|
2011-10-27 14:19:44 +02:00 |
Ken Thomases
|
14efc6eb24
|
gdi32: Allow ~-based paths in HKCU\Software\Wine\Fonts:Path.
|
2011-10-27 12:24:52 +02:00 |
Alexandre Julliard
|
c441d57452
|
gdi32: Implement the ExtTextOut entry point in the path driver.
|
2011-10-26 23:16:52 +02:00 |
Alexandre Julliard
|
613972efe5
|
gdi32: Implement the polyline entry points in the path driver.
|
2011-10-26 23:16:51 +02:00 |
Alexandre Julliard
|
d4889bef47
|
gdi32: Implement the polygon entry points in the path driver.
|
2011-10-26 23:16:51 +02:00 |
Alexandre Julliard
|
ac00dfc984
|
gdi32: Implement the Bezier entry points in the path driver.
|
2011-10-26 23:16:19 +02:00 |
Alexandre Julliard
|
4d9cc24128
|
gdi32: Implement the arc entry points in the path driver.
|
2011-10-26 20:10:00 +02:00 |
Alexandre Julliard
|
f8040958f5
|
gdi32: Implement the Rectangle and RoundRect entry points in the path driver.
|
2011-10-26 20:05:24 +02:00 |
Alexandre Julliard
|
364e216462
|
gdi32: Add a helper function to start a new path stroke.
|
2011-10-26 20:02:10 +02:00 |
Alexandre Julliard
|
fc5e29486d
|
gdi32: Implement the LineTo entry point in the path driver.
|
2011-10-26 19:58:51 +02:00 |
Alexandre Julliard
|
2c1ec7fc3b
|
gdi32: Implement the MoveTo entry point in the path driver.
|
2011-10-26 19:57:28 +02:00 |
Alexandre Julliard
|
8a7bf0a2ab
|
gdi32: Push a path driver on the DC stack when a path is opened.
|
2011-10-26 19:53:22 +02:00 |
Alexandre Julliard
|
97a261d573
|
gdi32: Avoid directly modifying the cursor position in the DC structure in PolyDraw.
|
2011-10-26 19:47:27 +02:00 |
Alexandre Julliard
|
ba2ea23574
|
gdi32: Always use a polygon to draw text strike-outs and underlines.
|
2011-10-26 14:14:36 +02:00 |
Alexandre Julliard
|
ef34c47c4b
|
gdi32: Move internal path functions to the top of the file to avoid forward declarations.
|
2011-10-26 14:14:32 +02:00 |
Alexandre Julliard
|
f44c1e6533
|
gdi32/tests: Add tests for path open/closed states.
|
2011-10-26 12:41:56 +02:00 |
Henri Verbeet
|
aa7bbe1376
|
gdi32: Update the DC in ExtEscape().
Specifically, X11DRV_FLUSH_GL_DRAWABLE needs correct clip rects.
|
2011-10-26 12:41:33 +02:00 |
Alexandre Julliard
|
7fbb16d4ba
|
gdi32: Implement GdiRealizationInfo as a standard driver entry point.
|
2011-10-26 12:41:32 +02:00 |
Alexandre Julliard
|
8796831a9f
|
gdi32: Implement FontIsLinked as a standard driver entry point.
|
2011-10-26 12:41:32 +02:00 |
Alexandre Julliard
|
e31c51b65e
|
gdi32: Implement GetFontData as a standard driver entry point.
|
2011-10-26 12:41:31 +02:00 |
Alexandre Julliard
|
441d6cfcd4
|
gdi32: Implement GetTextFace as a standard driver entry point.
|
2011-10-26 12:41:31 +02:00 |
Alexandre Julliard
|
a2de6a8766
|
gdi32: Implement GetTextExtentExPointI as a standard driver entry point.
|
2011-10-26 12:41:30 +02:00 |
Alexandre Julliard
|
1740f34ffb
|
gdi32: Implement GetTextCharsetInfo as a standard driver entry point.
|
2011-10-26 12:41:30 +02:00 |
Alexandre Julliard
|
ce8d7b4601
|
gdi32: Implement GetOutlineTextMetrics as a standard driver entry point.
|
2011-10-26 12:41:29 +02:00 |
Alexandre Julliard
|
0c96820104
|
gdi32: Implement GetKerningPairs as a standard driver entry point.
|
2011-10-26 12:41:29 +02:00 |
Alexandre Julliard
|
6376b4cf6f
|
gdi32: Implement GetGlyphOutline as a standard driver entry point.
|
2011-10-25 16:57:28 +02:00 |
Alexandre Julliard
|
ff96c4dd4e
|
gdi32: Implement GetGlyphIndices as a standard driver entry point.
|
2011-10-25 16:57:27 +02:00 |
Alexandre Julliard
|
90ecea9739
|
gdi32: Implement GetFontUnicodeRanges as a standard driver entry point.
|
2011-10-25 16:57:27 +02:00 |
Alexandre Julliard
|
23c7c0469c
|
gdi32: Reimplement GetCharABCWidthsFloat using the integer version.
|
2011-10-25 16:57:27 +02:00 |
Alexandre Julliard
|
27208a0ec5
|
gdi32: Implement GetCharABCWidthsI as a standard driver entry point.
|
2011-10-25 16:57:27 +02:00 |
Alexandre Julliard
|
e5a0fa7089
|
gdi32: Implement GetCharABCWidths as a standard driver entry point.
|
2011-10-25 16:57:26 +02:00 |
Alexandre Julliard
|
a8444d7fd1
|
gdi32: Add driver entry points for a number of font functions.
|
2011-10-24 23:45:37 +02:00 |
Alexandre Julliard
|
2b1b11d681
|
gdi32: Rename the EnumDeviceFonts entry point to EnumFonts since it's not limited to device fonts.
|
2011-10-24 23:34:33 +02:00 |
Alexandre Julliard
|
cbd81d391c
|
gdi32: Implement EnumDeviceFonts as a standard driver entry point.
|
2011-10-24 23:34:28 +02:00 |
Alexandre Julliard
|
873bf81d3b
|
gdi32: Don't return outline metrics for bitmap fonts.
|
2011-10-24 23:34:05 +02:00 |
Alexandre Julliard
|
20070d0838
|
gdi32: Implement GetTextMetrics as a standard driver entry point.
|
2011-10-24 20:03:53 +02:00 |
Alexandre Julliard
|
ca4177997c
|
gdi32: Add a few helper functions for computing font metrics.
|
2011-10-24 20:03:09 +02:00 |
Thomas Faber
|
0a44501a4e
|
gdi32/tests: Test GetTextExtentExPoint behavior with zero and negative max extent values.
|
2011-10-24 19:37:07 +02:00 |
Huw Davies
|
f53d73a017
|
gdi32: Add a fake 1-entry color table for 1-bpp ddbs.
|
2011-10-21 16:46:19 +02:00 |
Alexandre Julliard
|
5c1c7a6576
|
gdi32: Implement GetCharWidthW as a standard driver entry point.
|
2011-10-20 17:05:11 +02:00 |
Alexandre Julliard
|
6ad9eb805c
|
gdi32: Implement GetTextExtentExPointW as a standard driver entry point.
|
2011-10-20 17:04:35 +02:00 |
Alexandre Julliard
|
328328bb2c
|
gdi32: Add an intermediate variable to avoid array bounds warnings.
|
2011-10-20 12:46:21 +02:00 |
Alexandre Julliard
|
86b4fe7b0e
|
gdi32/tests: Add intermediate pointers to color tables to simplify the code and avoid array bounds warnings.
|
2011-10-20 12:34:58 +02:00 |
Alexandre Julliard
|
ef0fe44327
|
gdi32: Implement SelectFont as a standard driver entry point.
|
2011-10-19 18:22:05 +02:00 |
Alexandre Julliard
|
885a4a5c08
|
gdi32: Add an initial Freetype font driver.
|
2011-10-19 18:22:01 +02:00 |
Alexandre Julliard
|
6bb001da6f
|
gdi32: Add support for pushing a font driver on the DC driver stack.
|
2011-10-19 18:21:56 +02:00 |
Huw Davies
|
595dbe2eba
|
gdi32: Fix character code metrics for bitmap fonts.
|
2011-10-19 17:38:33 +02:00 |
Huw Davies
|
6aece157a0
|
gdi32/tests: Remove the no longer used todo functionality of the test_color macro.
|
2011-10-19 16:59:32 +02:00 |
Huw Davies
|
2e72434340
|
gdi32/tests: Add tests for GetPixel.
|
2011-10-19 16:59:29 +02:00 |
Huw Davies
|
f6c7e96a61
|
gdi32: Implement GetPixel.
|
2011-10-19 16:59:25 +02:00 |
Huw Davies
|
70be58c17d
|
gdi32: Add get_pixel primitives.
|
2011-10-19 16:59:21 +02:00 |
Huw Davies
|
07e652b330
|
gdi32/tests: Add tests for SetPixel.
|
2011-10-19 16:59:04 +02:00 |