gdiplus: Use a helper function to draw image data from bitmaps in software.
commit9c380b1e8e8cf3fb965675285d0bf48c535ac6b1
authorVincent Povirk <vincent@codeweavers.com>
Thu, 15 Apr 2010 19:11:07 +0000 (15 14:11 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 16 Apr 2010 10:12:24 +0000 (16 12:12 +0200)
treefb18fcb6377c8bce37944fcf95f99b2e08ccad25
parent32ceee8bf1c0a979f57e10279cc132f88ec9fd56
gdiplus: Use a helper function to draw image data from bitmaps in software.

This will make it possible to use the same codepath for non-bitmap graphics
objects and to create a software implementation for other drawing operations.
dlls/gdiplus/graphics.c