ReactOS
0.4.15-dev-2144-g2282205
|
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | DCX_USESTYLE 0x00010000 |
Functions | |
static void | test_dc_attributes (void) |
static void | test_parameters (void) |
static void | test_dc_visrgn (void) |
static void | test_begin_paint (void) |
static void | test_scroll_window (void) |
static void | test_invisible_create (void) |
static void | test_dc_layout (void) |
static void | test_destroyed_window (void) |
START_TEST (dce) | |
Variables | |
static HWND | hwnd_cache |
static HWND | hwnd_owndc |
static HWND | hwnd_classdc |
static HWND | hwnd_classdc2 |
static HWND | hwnd_parent |
static HWND | hwnd_parentdc |
START_TEST | ( | dce | ) |
Definition at line 713 of file dce.c.
Definition at line 384 of file dce.c.
Referenced by START_TEST().
Definition at line 39 of file dce.c.
Referenced by START_TEST().
Definition at line 551 of file dce.c.
Referenced by START_TEST().
Definition at line 229 of file dce.c.
Referenced by START_TEST().
Definition at line 632 of file dce.c.
Referenced by START_TEST().
Definition at line 534 of file dce.c.
Referenced by START_TEST().
Definition at line 203 of file dce.c.
Referenced by START_TEST().
Definition at line 485 of file dce.c.
Referenced by START_TEST().
|
static |
Definition at line 36 of file dce.c.
Referenced by START_TEST(), test_begin_paint(), test_dc_attributes(), test_dc_layout(), test_dc_visrgn(), test_destroyed_window(), and test_parameters().
|
static |
Definition at line 36 of file dce.c.
Referenced by START_TEST(), test_begin_paint(), test_dc_attributes(), test_dc_layout(), test_dc_visrgn(), test_destroyed_window(), and test_parameters().
|
static |
Definition at line 36 of file dce.c.
Referenced by START_TEST(), test_begin_paint(), test_dc_attributes(), test_dc_visrgn(), and test_destroyed_window().
|
static |
Definition at line 36 of file dce.c.
Referenced by START_TEST(), test_begin_paint(), test_dc_attributes(), test_dc_visrgn(), test_destroyed_window(), test_invisible_create(), test_parameters(), and test_scroll_window().
|
static |
Definition at line 36 of file dce.c.
Referenced by install_addon(), start_params(), START_TEST(), test_begin_paint(), test_dc_visrgn(), and test_destroyed_window().
|
static |
Definition at line 36 of file dce.c.
Referenced by START_TEST(), test_begin_paint(), and test_dc_visrgn().