ReactOS 0.4.16-dev-36-g301675c
|
#include <assert.h>
#include <stdio.h>
#include "wine/test.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winspool.h"
#include "winerror.h"
Go to the source code of this file.
Macros | |
#define | NONAMELESSSTRUCT |
#define | NONAMELESSUNION |
#define | LAYOUT_LTR 0 |
Functions | |
static | DWORD (WINAPI *pSetLayout)(HDC hdc |
static void | dump_region (HRGN hrgn) |
static void | test_dc_values (void) |
static void | test_savedc_2 (void) |
static void | test_savedc (void) |
static void | test_GdiConvertToDevmodeW (void) |
static void | test_device_caps (HDC hdc, HDC ref_dc, const char *descr, int scale) |
static void | test_CreateCompatibleDC (void) |
static void | test_DC_bitmap (void) |
static void | test_DeleteDC (void) |
static void | test_boundsrect (void) |
static void | test_desktop_colorres (void) |
static void | test_gamma (void) |
static BOOL | is_postscript_printer (HDC hdc) |
static HDC | create_printer_dc (int scale, BOOL reset) |
static void | test_printer_dc (void) |
static void | print_something (HDC hdc) |
static void | test_pscript_printer_dc (void) |
START_TEST (dc) | |
Variables | |
static DWORD | layout |
Definition at line 1244 of file dc.c.
Referenced by test_printer_dc(), and test_pscript_printer_dc().
|
static |
Definition at line 41 of file dc.c.
Referenced by test_savedc_2().
Definition at line 1234 of file dc.c.
Referenced by create_printer_dc(), test_printer_dc(), and test_pscript_printer_dc().
Definition at line 1370 of file dc.c.
Referenced by test_pscript_printer_dc().
START_TEST | ( | dc | ) |
Definition at line 1483 of file dc.c.
Definition at line 855 of file dc.c.
Referenced by START_TEST().
Definition at line 540 of file dc.c.
Referenced by START_TEST().
Definition at line 609 of file dc.c.
Referenced by START_TEST().
Definition at line 62 of file dc.c.
Referenced by START_TEST().
Definition at line 710 of file dc.c.
Referenced by START_TEST().
Definition at line 1127 of file dc.c.
Referenced by START_TEST().
Definition at line 310 of file dc.c.
Referenced by test_CreateCompatibleDC(), and test_printer_dc().
Definition at line 1166 of file dc.c.
Referenced by START_TEST().
Definition at line 251 of file dc.c.
Referenced by START_TEST().
Definition at line 1298 of file dc.c.
Referenced by START_TEST().
Definition at line 1433 of file dc.c.
Referenced by START_TEST().
Definition at line 178 of file dc.c.
Referenced by START_TEST().
Definition at line 110 of file dc.c.
Referenced by START_TEST().
DWORD layout |
Definition at line 39 of file dc.c.
Referenced by EMFDRV_SetLayout().