[PATCH 3/3] [v2] gdi32: Adjust destination coordinates in some special cases.
13 Oct
2018
13 Oct
'18
1:31 p.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(-)
2706
Age (days ago)
2708
Last active (days ago)
1 comments
2 participants
participants (2)
-
Akihiro Sagawa -
Huw Davies