ReactOS 0.4.16-dev-197-g92996da
|
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) |
#define | expectf(expected, got) ok(fabs(expected - got) < 2.0, "Expected %.2f, got %.2f\n", expected, got) |
#define | POINT_TYPE_MAX_LEN (75) |
Functions | |
static void | stringify_point_type (PathPointType type, char *name) |
static void | ok_path (GpPath *path, const path_test_t *expected, INT expected_size, BOOL todo_size) |
static void | test_constructor_destructor (void) |
static void | test_getpathdata (void) |
static void | test_line2 (void) |
static void | test_arc (void) |
static void | test_worldbounds (void) |
static void | test_pathpath (void) |
static void | test_ellipse (void) |
static void | test_linei (void) |
static void | test_polygon (void) |
static void | test_rect (void) |
static void | test_lastpoint (void) |
static void | test_addcurve (void) |
static void | test_addclosedcurve (void) |
static void | test_reverse (void) |
static void | test_addpie (void) |
static void | test_flatten (void) |
static void | test_widen (void) |
static void | test_isvisible (void) |
static void | test_empty_rect (void) |
START_TEST (graphicspath) | |
Variables | |
static path_test_t | line2_path [] |
static path_test_t | arc_path [] |
static path_test_t | pathpath_path [] |
static path_test_t | ellipse_path [] |
static path_test_t | linei_path [] |
static path_test_t | poly_path [] |
static path_test_t | rect_path [] |
static path_test_t | addcurve_path [] |
static path_test_t | addcurve_path2 [] |
static path_test_t | addcurve_path3 [] |
static path_test_t | addclosedcurve_path [] |
static path_test_t | reverse_path [] |
static path_test_t | addpie_path [] |
static path_test_t | addpie_path2 [] |
static path_test_t | addpie_path3 [] |
static path_test_t | flattenellipse_path [] |
static path_test_t | flattenline_path [] |
static path_test_t | flattenarc_path [] |
static path_test_t | flattenquater_path [] |
static path_test_t | widenline_path [] |
static path_test_t | widenline_wide_path [] |
static path_test_t | widenline_dash_path [] |
Definition at line 26 of file graphicspath.c.
#define expectf | ( | expected, | |
got | |||
) | ok(fabs(expected - got) < 2.0, "Expected %.2f, got %.2f\n", expected, got) |
Definition at line 27 of file graphicspath.c.
#define POINT_TYPE_MAX_LEN (75) |
Definition at line 28 of file graphicspath.c.
|
static |
Definition at line 78 of file graphicspath.c.
Referenced by test_addclosedcurve(), test_addcurve(), test_addpie(), test_arc(), test_ellipse(), test_flatten(), test_line2(), test_linei(), test_pathpath(), test_polygon(), test_rect(), test_reverse(), and test_widen().
START_TEST | ( | graphicspath | ) |
Definition at line 1352 of file graphicspath.c.
|
static |
Definition at line 30 of file graphicspath.c.
Referenced by ok_path().
Definition at line 817 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 729 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 907 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 256 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 511 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 1300 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 994 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 145 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 1248 of file graphicspath.c.
Referenced by run_tests(), and START_TEST().
Definition at line 669 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 188 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 553 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 445 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 583 of file graphicspath.c.
Referenced by D3DXCreatePolygonTest(), and START_TEST().
Definition at line 634 of file graphicspath.c.
Referenced by START_TEST(), and test_gethrgn().
Definition at line 861 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 1079 of file graphicspath.c.
Referenced by START_TEST().
Definition at line 286 of file graphicspath.c.
Referenced by START_TEST().
|
static |
Definition at line 802 of file graphicspath.c.
Referenced by test_addclosedcurve().
|
static |
Definition at line 694 of file graphicspath.c.
Referenced by test_addcurve().
|
static |
Definition at line 706 of file graphicspath.c.
Referenced by test_addcurve().
|
static |
Definition at line 720 of file graphicspath.c.
Referenced by test_addcurve().
|
static |
Definition at line 894 of file graphicspath.c.
Referenced by test_addpie().
|
static |
Definition at line 901 of file graphicspath.c.
Referenced by test_addpie().
|
static |
Definition at line 904 of file graphicspath.c.
Referenced by test_addpie().
|
static |
Definition at line 215 of file graphicspath.c.
Referenced by test_arc().
|
static |
Definition at line 467 of file graphicspath.c.
Referenced by test_ellipse().
|
static |
Definition at line 972 of file graphicspath.c.
Referenced by test_flatten().
|
static |
Definition at line 939 of file graphicspath.c.
Referenced by test_flatten().
|
static |
Definition at line 967 of file graphicspath.c.
Referenced by test_flatten().
|
static |
Definition at line 982 of file graphicspath.c.
Referenced by test_flatten().
|
static |
Definition at line 176 of file graphicspath.c.
Referenced by test_line2().
|
static |
Definition at line 537 of file graphicspath.c.
Referenced by test_linei().
|
static |
Definition at line 417 of file graphicspath.c.
Referenced by test_pathpath().
|
static |
Definition at line 573 of file graphicspath.c.
Referenced by test_polygon().
|
static |
Definition at line 622 of file graphicspath.c.
Referenced by test_rect().
|
static |
Definition at line 851 of file graphicspath.c.
Referenced by test_reverse().
|
static |
Definition at line 1068 of file graphicspath.c.
Referenced by test_widen().
|
static |
Definition at line 1054 of file graphicspath.c.
Referenced by test_widen().
|
static |
Definition at line 1061 of file graphicspath.c.
Referenced by test_widen().