Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiTransformPoints.c.
11{
13 POINT apt1[3], apt2[3];
16
17
18
23
28
33
38
43
48
53
54
55
60
65
70
75
80
85
90
91
92
95
97
102
107
112
117
122
127
129 apt1[0].
x = apt1[0].
y = 256;
135
137 apt1[0].
x = apt1[0].
y = 256;
138 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
146
148 apt1[0].
x = apt1[0].
y = 256;
149 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
157
158
159
170 apt1[0].
x = apt1[0].
y = 256;
171 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
179
190 apt1[0].
x = apt1[0].
y = 256;
191 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
199
210 apt1[0].
x = apt1[0].
y = 256;
211 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
219
230 apt1[0].
x = apt1[0].
y = 256;
231 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
239
250 apt1[0].
x = apt1[0].
y = 256;
251 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
259
260
261
272 apt1[0].
x = apt1[0].
y = 256;
273 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
281
292 apt1[0].
x = apt1[0].
y = 256;
293 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
301
312 apt1[0].
x = apt1[0].
y = 256;
313 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
321
332 apt1[0].
x = apt1[0].
y = 256;
333 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
341
352 apt1[0].
x = apt1[0].
y = 256;
353 apt2[0].
x = apt2[0].
y = 0xBEEFDEAD;
361
364}
#define ok_long(expression, result)
#define ok_int(expression, result)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
__kernel_entry W32KAPI BOOL APIENTRY NtGdiTransformPoints(_In_ HDC hdc, _In_reads_(c) PPOINT pptIn, _Out_writes_(c) PPOINT pptOut, _In_ INT c, _In_ INT iMode)
int WINAPI SetMapMode(_In_ HDC, _In_ int)
BOOL WINAPI SetViewportExtEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPSIZE)
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
BOOL WINAPI SetWindowExtEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPSIZE)
BOOL WINAPI GetWindowExtEx(_In_ HDC, _Out_ LPSIZE)
BOOL WINAPI DeleteDC(_In_ HDC)
BOOL WINAPI GetViewportExtEx(_In_ HDC, _Out_ LPSIZE)