• Vincent Povirk's avatar
    gdiplus: Don't draw outside of gradient lines. · cb478a32
    Vincent Povirk authored
    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.
    cb478a32
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
brush.c Loading commit data...
customlinecap.c Loading commit data...
font.c Loading commit data...
gdiplus.c Loading commit data...
gdiplus.spec Loading commit data...
gdiplus_private.h Loading commit data...
graphics.c Loading commit data...
graphicspath.c Loading commit data...
image.c Loading commit data...
imageattributes.c Loading commit data...
matrix.c Loading commit data...
pathiterator.c Loading commit data...
pen.c Loading commit data...
region.c Loading commit data...
stringformat.c Loading commit data...