[PATCH 3/3] [v2] gdi32: Adjust destination coordinates in some special cases.
Oct. 13, 2018
8:31 a.m.
When the source rectangle needs to flip and it doesn't fit in the source device area, the destination image is flipped but the destination area isn't flipped. GdiAlphaBlend doesn't support mirroring, the above isn't applicable. Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/gdi32/bitblt.c | 26 ++++++++++++++++++++++---- dlls/gdi32/tests/bitmap.c | 6 +++--- 2 files changed, 25 insertions(+), 7 deletions(-)
2767
Age (days ago)
2769
Last active (days ago)
1 comments
2 participants
participants (2)
-
Akihiro Sagawa -
Huw Davies