[GDI32_APITEST] Add tests for SetLayout and its effects (#3203)
authorBaruch Rutman <peterooch@gmail.com>
Sat, 26 Dec 2020 16:48:21 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Dec 2020 16:48:21 +0000 (19:48 +0300)
commitf6de3342bfc3d077723c282252c7a30ba9af97c8
tree9d9a1e2d00242195209a4dcd7bf7053312ba2321
parent7b2006521156b54192ce1ef8dfaf3aab20650a1d
[GDI32_APITEST] Add tests for SetLayout and its effects (#3203)

As part of the efforts to fix mirroring (Right-to-left UI), this API test
should help determine what is wrong currently in how certain functions behave
when the DC is mirrored. It focuses mostly on BitBlt, StretchBlt and LPtoDP.
Inspired by PR #3109.

CORE-17298
modules/rostests/apitests/gdi32/CMakeLists.txt
modules/rostests/apitests/gdi32/SetLayout.c [new file with mode: 0644]
modules/rostests/apitests/gdi32/testlist.c