ReactOS 0.4.16-dev-937-g7afcd2a
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | PRESET |
struct | TEST_ENTRY |
Macros | |
#define | INVALID_POINTER ((PVOID)(ULONG_PTR)0xdeadbeefdeadbeefULL) |
#define | NO_CHECK 0xFACECAFE |
#define | CALC_VALUE_1 0xBADACE01 |
#define | CALC_VALUE_2 0xFEEDF00D |
#define | CALC_VALUE_3 0xDEADCAD1 |
#define | DISPLAY_SIZE 0xDEADBEEF |
#define | NEGA_DISPLAY_SIZE 0xBEEFDEAD |
#define | PRESET0 { 0, 0, 0, 0, 0, 0, 0, 0 } |
#define | PRESET1 { 0, 0, 1, 1, 0, 0, 1, 1 } |
#define | PRESET2 { 75, 0, 1, 1, 0, 0, 10, 10 } |
#define | PRESET3 { 0, 180, 1, 1, 120, 0, 1, 1 } |
#define | PRESET4 { 0, 0, 200, 1, 50, 0, 1, 1 } |
#define | PRESET5 { 0, 0, 1, 200, 0, 0, -100, 1 } |
#define | PRESET6 { 50, 0, 1, 200, 10, 0, 100, 200 } |
Typedefs | |
typedef struct PRESET | PRESET |
typedef struct TEST_ENTRY | TEST_ENTRY |
Functions | |
static void | SetXForm1 (XFORM *pxform) |
static void | SetXForm2 (XFORM *pxform) |
static void | DoTestEntry (HDC hDC, const TEST_ENTRY *entry) |
START_TEST (LPtoDP) | |
Variables | |
static const TEST_ENTRY | s_entries [] |
static const size_t | s_entries_count = _countof(s_entries) |
static const TEST_ENTRY | s_shifted_entries [] |
static const size_t | s_shifted_entries_count = _countof(s_shifted_entries) |
static const TEST_ENTRY | s_transformed_entries [] |
static const size_t | s_transformed_entries_count = _countof(s_transformed_entries) |
typedef struct TEST_ENTRY TEST_ENTRY |
|
static |
Definition at line 288 of file LPtoDP.c.
Referenced by START_TEST().
Definition at line 268 of file LPtoDP.c.
Referenced by DoTestEntry(), and START_TEST().
Definition at line 278 of file LPtoDP.c.
Referenced by DoTestEntry(), and START_TEST().
START_TEST | ( | LPtoDP | ) |
Definition at line 418 of file LPtoDP.c.
|
static |
Definition at line 64 of file LPtoDP.c.
Referenced by START_TEST().
Definition at line 130 of file LPtoDP.c.
Referenced by START_TEST().
|
static |
Definition at line 132 of file LPtoDP.c.
Referenced by START_TEST().
|
static |
Definition at line 198 of file LPtoDP.c.
Referenced by START_TEST().
|
static |
Definition at line 200 of file LPtoDP.c.
Referenced by START_TEST().
|
static |
Definition at line 266 of file LPtoDP.c.
Referenced by START_TEST().