|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <assert.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "wine/test.h"#include "winuser.h"#include "winerror.h"
Go to the source code of this file.
Classes | |
| struct | path_test_t |
Macros | |
| #define | expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got) |
Functions | |
| static void | test_path_state (void) |
| static void | test_widenpath (void) |
| static void | ok_path (HDC hdc, const char *path_name, const path_test_t *expected, int expected_size) |
| static void | test_arcto (void) |
| static void | test_anglearc (void) |
| static void | test_polydraw (void) |
| static void | test_closefigure (void) |
| static void WINAPI | linedda_callback (INT x, INT y, LPARAM lparam) |
| static void | test_linedda (void) |
| static void | test_rectangle (void) |
| static void | test_roundrect (void) |
| static void | test_ellipse (void) |
| static void | test_all_functions (void) |
| START_TEST (path) | |
Variables | |
| static const path_test_t | arcto_path [] |
| static const path_test_t | anglearc_path [] |
| static const path_test_t | polydraw_path [] |
| static POINT | polydraw_pts [] |
| static BYTE | polydraw_tps [] |
| static const path_test_t | rectangle_path [] |
| static const path_test_t | roundrect_path [] |
| static const path_test_t | ellipse_path [] |
| static const path_test_t | all_funcs_path [] |
Definition at line 740 of file path.c.
Referenced by test_linedda().
|
static |
Definition at line 401 of file path.c.
Referenced by test_all_functions(), test_anglearc(), test_arcto(), test_ellipse(), test_polydraw(), test_rectangle(), and test_roundrect().
| START_TEST | ( | path | ) |
Definition at line 1900 of file path.c.
Definition at line 1862 of file path.c.
Referenced by START_TEST().
Definition at line 531 of file path.c.
Referenced by START_TEST().
Definition at line 483 of file path.c.
Referenced by START_TEST().
Definition at line 694 of file path.c.
Referenced by START_TEST().
Definition at line 1666 of file path.c.
Referenced by START_TEST().
Definition at line 750 of file path.c.
Referenced by START_TEST().
Definition at line 36 of file path.c.
Referenced by START_TEST().
Definition at line 608 of file path.c.
Referenced by START_TEST().
Definition at line 311 of file path.c.
Referenced by START_TEST().
|
static |
Definition at line 1716 of file path.c.
Referenced by test_all_functions().
|
static |
Definition at line 506 of file path.c.
Referenced by test_anglearc().
|
static |
Definition at line 458 of file path.c.
Referenced by test_arcto().
|
static |
Definition at line 1337 of file path.c.
Referenced by test_ellipse().
|
static |
Definition at line 551 of file path.c.
Referenced by test_polydraw().
|
static |
Definition at line 586 of file path.c.
Referenced by test_polydraw().
|
static |
|
static |
Definition at line 821 of file path.c.
Referenced by test_rectangle().
|
static |
Definition at line 976 of file path.c.
Referenced by test_roundrect().