|
ReactOS 0.4.17-dev-243-g1369312
|

Go to the source code of this file.
Macros | |
| #define | expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got) |
| #define | expectf(expected, got) ok(got == expected, "Expected %.2f, got %.2f\n", expected, got) |
Functions | |
| static BOOL | compare_uint (unsigned int x, unsigned int y, unsigned int max_diff) |
| static BOOL | compare_float (float f, float g, unsigned int ulps) |
| static void | test_constructor_destructor (void) |
| static void | test_linejoin (void) |
| static void | test_inset (void) |
| static void | test_scale (void) |
| static void | test_create_adjustable_cap (void) |
| static void | test_captype (void) |
| static void | test_strokecap (void) |
| START_TEST (customlinecap) | |
Definition at line 26 of file customlinecap.c.
Definition at line 27 of file customlinecap.c.
Definition at line 36 of file customlinecap.c.
Definition at line 29 of file customlinecap.c.
Referenced by compare_float().
| START_TEST | ( | customlinecap | ) |
Definition at line 440 of file customlinecap.c.
Definition at line 372 of file customlinecap.c.
Referenced by START_TEST().
Definition at line 49 of file customlinecap.c.
Referenced by START_TEST().
Definition at line 275 of file customlinecap.c.
Referenced by START_TEST().
Definition at line 170 of file customlinecap.c.
Referenced by START_TEST().
Definition at line 119 of file customlinecap.c.
Referenced by START_TEST().
Definition at line 210 of file customlinecap.c.
Referenced by START_TEST().
Definition at line 413 of file customlinecap.c.
Referenced by START_TEST().