gdi32: Optimise StretchBlt for the case where no stretching is being done and the...
commit582de7ba0dab10488c6b9abc8d70c5c5e0134670
authorRob Shearman <rob@codeweavers.com>
Thu, 21 Feb 2008 16:44:52 +0000 (21 16:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Feb 2008 10:44:58 +0000 (22 11:44 +0100)
tree6e74ae9bfed54b32434674570731a1c84fc2ff8c
parent42ad345852b9af825c18447a8954f93abbd7ad8e
gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set.

In this case, we can just call SetDIBits which is likely to be a lot faster.
dlls/gdi32/dib.c