mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[GDIPLUS_WINETEST] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
007122e774
commit
70c9f30747
11 changed files with 847 additions and 570 deletions
|
@ -159,6 +159,7 @@ static void test_invert(void)
|
|||
GdipCreateMatrix2(2.0/16.0, 2.0/16.0, -5.0/16.0, 3.0/16.0, 3.0/16.0, -21.0/16.0, &inverted);
|
||||
GdipIsMatrixEqual(matrix, inverted, &equal);
|
||||
expect(TRUE, equal);
|
||||
GdipDeleteMatrix(matrix);
|
||||
|
||||
GdipCreateMatrix2(0.0006, 0, 0, 0.0006, 400, 400, &matrix);
|
||||
status = GdipInvertMatrix(matrix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue