user32/tests: Add some tests for implicit stretch mode in CopyImage().
commit1bf418f0ff99ab7f8008d1d7e63939b55f6a2657
authorPaul Gofman <gofmanp@gmail.com>
Fri, 28 Dec 2018 20:15:16 +0000 (28 23:15 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Dec 2018 09:30:30 +0000 (31 10:30 +0100)
tree83732c44ddbd925eceae40969540d325113d74c0
parent37bc868d78bdaa979ef3ad94f58ce741611f756b
user32/tests: Add some tests for implicit stretch mode in CopyImage().

The values of the colored test result suggest that halftone filter is
used for shrinking: each pixel of output 2x2 image has the color value
averaged over 4 pixels from input 4x4 image.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/tests/cursoricon.c