308 SIZE siz, sizWnd, sizView;
314 ok(
ret ==
TRUE,
"Line %d: SetWindowOrgEx failed\n",
entry->lineno);
317 ok(
ret ==
entry->bWndExt,
"Line %d: SetWindowExtEx() expected %d, was %d\n",
entry->lineno,
entry->bWndExt,
ret);
320 ok(
ret ==
TRUE,
"Line %d: SetViewportOrgEx failed\n",
entry->lineno);
323 ok(
ret ==
TRUE,
"Line %d: SetViewportExtEx failed\n",
entry->lineno);
331 "Line %d: Window org expected (%ld, %ld), was (%ld, %ld)\n",
343 "Line %d: Window ext expected display size (%ld, %ld), was (%ld, %ld)\n",
349 "Line %d: Window ext expected (%ld, %ld), was (%ld, %ld)\n",
359 "Line %d: Viewport org expected (%ld, %ld), was (%ld, %ld)\n",
371 "Line %d: Viewport ext expected display size (%ld, %ld), was (%ld, %ld)\n",
377 "Line %d: Viewport ext expected (%ld, %ld), was (%ld, %ld)\n",
396 "Line %d: Dest expected (%ld, %ld), was (%ld, %ld)\n",
412 "Line %d: Dest expected (%ld, %ld), was (%ld, %ld)\n",
429 "Line %d: Dest expected (%ld, %ld), was (%ld, %ld)\n",
436 "Line %d: Dest expected (%ld, %ld), was (%ld, %ld)\n",
BOOL WINAPI SetViewportOrgEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPPOINT)
BOOL WINAPI SetWindowExtEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPSIZE)
BOOL WINAPI GetWindowOrgEx(_In_ HDC, _Out_ LPPOINT)
DWORD WINAPI GetLastError(VOID)
GLint GLint GLint GLint GLint x
INT WINAPI MulDiv(INT nNumber, INT nNumerator, INT nDenominator)
BOOL WINAPI DPtoLP(_In_ HDC hdc, _Inout_updates_(c) LPPOINT lppt, _In_ int c)
int WINAPI SetMapMode(_In_ HDC, _In_ int)
_Out_opt_ int _Out_opt_ int * cy
static void SetXForm2(XFORM *pxform)
#define NEGA_DISPLAY_SIZE
BOOL WINAPI GetViewportExtEx(_In_ HDC, _Out_ LPSIZE)
BOOL WINAPI GetWindowExtEx(_In_ HDC, _Out_ LPSIZE)
BOOL WINAPI GetViewportOrgEx(_In_ HDC, _Out_ LPPOINT)
int WINAPI GetDeviceCaps(_In_opt_ HDC, _In_ int)
static void SetXForm1(XFORM *pxform)
GLint GLint GLint GLint GLint GLint y
BOOL WINAPI SetWindowOrgEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPPOINT)
_Check_return_ long __cdecl labs(_In_ long x)
BOOL WINAPI SetViewportExtEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPSIZE)
static BOOL InverseXForm(XFORM *pxform)