|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#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) |
| static void | test_clipped_polygon_fill (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 751 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 1936 of file path.c.
Definition at line 1873 of file path.c.
Referenced by START_TEST().
Definition at line 528 of file path.c.
Referenced by START_TEST().
Definition at line 480 of file path.c.
Referenced by START_TEST().
Definition at line 1911 of file path.c.
Referenced by START_TEST().
Definition at line 705 of file path.c.
Referenced by START_TEST().
Definition at line 1677 of file path.c.
Referenced by START_TEST().
Definition at line 761 of file path.c.
Referenced by START_TEST().
Definition at line 36 of file path.c.
Referenced by START_TEST().
Definition at line 605 of file path.c.
Referenced by START_TEST().
Definition at line 311 of file path.c.
Referenced by START_TEST().
|
static |
Definition at line 1727 of file path.c.
Referenced by test_all_functions().
|
static |
Definition at line 503 of file path.c.
Referenced by test_anglearc().
|
static |
Definition at line 455 of file path.c.
Referenced by test_arcto().
|
static |
Definition at line 1348 of file path.c.
Referenced by test_ellipse().
|
static |
Definition at line 548 of file path.c.
Referenced by test_polydraw().
|
static |
Definition at line 583 of file path.c.
Referenced by test_polydraw().
|
static |
|
static |
Definition at line 832 of file path.c.
Referenced by test_rectangle().
|
static |
Definition at line 987 of file path.c.
Referenced by test_roundrect().