Sweden-Number/dlls/gdiplus
Vincent Povirk cb478a3258 gdiplus: Don't draw outside of gradient lines.
Currently, gradients are drawn by filling a series of quadrilaterals,
with one side equal to a gradient line and the other side equal to the
edge of the bounding rectangle of the area being filled. A single
pixel can be filled many times, and that causes flicker.
2009-05-04 12:50:42 +02:00
..
tests gdiplus: Add tests for GdipGet/SetLineBlend. 2009-04-29 13:07:45 +02:00
Makefile.in
brush.c gdiplus: Implement GdipGetLineBlend. 2009-04-29 13:07:34 +02:00
customlinecap.c
font.c gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW. 2009-05-04 12:50:05 +02:00
gdiplus.c
gdiplus.spec gdiplus: Stub GdipGetLineBlend. 2009-04-29 13:06:48 +02:00
gdiplus_private.h gdiplus: Add blend information to linear gradient brushes. 2009-04-29 13:07:07 +02:00
graphics.c gdiplus: Don't draw outside of gradient lines. 2009-05-04 12:50:42 +02:00
graphicspath.c gdiplus: Implemented GdipIsVisiblePathPoint with tests. 2009-02-16 15:35:15 +01:00
image.c gdiplus: Add stub for GdipBitmapSetPixel. 2009-04-28 13:10:01 +02:00
imageattributes.c
matrix.c
pathiterator.c
pen.c gdiplus: Stub for GdipScalePenTransform. 2008-12-27 20:27:00 +01:00
region.c gdiplus: Fix a docheader typo, add some missed headers. 2009-02-17 12:47:46 +01:00
stringformat.c gdiplus: Implement GdipSetStringFormatFlags with tests. 2009-02-02 15:48:11 +01:00