ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Classes | |
struct | node |
Macros | |
#define | expect(expected, got) ok((got) == (expected), "Expected %d, got %d\n", (INT)(expected), (INT)(got)) |
#define | expectf_(expected, got, precision) ok(fabs((expected) - (got)) <= (precision), "Expected %f, got %f\n", (expected), (got)) |
#define | expectf(expected, got) expectf_((expected), (got), 0.001) |
#define | BLUE_COLOR (0xff0000ff) |
#define | is_blue_color(color) ( ((color) & 0x00ffffff) == 0xff ) |
#define | get_bitmap_pixel(x, y) pixel[(y)*(width) + (x)] |
Typedefs | |
typedef struct node | node |
Variables | |
static GdiplusAbort *static const REAL | mm_per_inch = 25.4 |
static const REAL | point_per_inch = 72.0 |
static HWND | hwnd |
#define BLUE_COLOR (0xff0000ff) |
Definition at line 6349 of file graphics.c.
#define expect | ( | expected, | |
got | |||
) | ok((got) == (expected), "Expected %d, got %d\n", (INT)(expected), (INT)(got)) |
Definition at line 28 of file graphics.c.
Definition at line 30 of file graphics.c.
#define expectf_ | ( | expected, | |
got, | |||
precision | |||
) | ok(fabs((expected) - (got)) <= (precision), "Expected %f, got %f\n", (expected), (got)) |
Definition at line 29 of file graphics.c.
Definition at line 6351 of file graphics.c.
Definition at line 6350 of file graphics.c.
Definition at line 186 of file graphics.c.
Referenced by test_save_restore().
|
static |
Definition at line 96 of file graphics.c.
Referenced by test_GdipMeasureString(), and test_transform().
Definition at line 6352 of file graphics.c.
Referenced by test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), and test_GdipFillRectanglesOnMemoryDCTextureBrush().
|
static |
Definition at line 176 of file graphics.c.
Referenced by test_save_restore().
Definition at line 69 of file graphics.c.
Referenced by test_font_height_scaling(), test_GdipMeasureString(), and units_scale().
Definition at line 38 of file graphics.c.
Referenced by test_font_height_scaling(), test_GdipMeasureString(), test_measure_string(), test_measured_extra_space(), and test_string_functions().
START_TEST | ( | graphics | ) |
Definition at line 6795 of file graphics.c.
Definition at line 4941 of file graphics.c.
Referenced by START_TEST().
Definition at line 619 of file graphics.c.
Referenced by START_TEST().
Definition at line 5014 of file graphics.c.
Referenced by START_TEST().
Definition at line 2115 of file graphics.c.
Referenced by START_TEST().
Definition at line 6681 of file graphics.c.
Referenced by START_TEST().
Definition at line 5066 of file graphics.c.
Referenced by START_TEST().
Definition at line 5645 of file graphics.c.
Referenced by START_TEST().
Definition at line 139 of file graphics.c.
Referenced by START_TEST().
Definition at line 6149 of file graphics.c.
Referenced by START_TEST().
Definition at line 4260 of file graphics.c.
Referenced by START_TEST().
Definition at line 2592 of file graphics.c.
Referenced by START_TEST().
Definition at line 531 of file graphics.c.
Referenced by START_TEST().
Definition at line 575 of file graphics.c.
Referenced by START_TEST().
Definition at line 817 of file graphics.c.
Referenced by START_TEST().
Definition at line 1149 of file graphics.c.
Referenced by START_TEST().
Definition at line 1015 of file graphics.c.
Referenced by START_TEST().
Definition at line 1082 of file graphics.c.
Referenced by START_TEST().
Definition at line 855 of file graphics.c.
Referenced by START_TEST().
Definition at line 935 of file graphics.c.
Referenced by START_TEST().
Definition at line 1210 of file graphics.c.
Referenced by START_TEST().
Definition at line 1309 of file graphics.c.
Referenced by START_TEST().
Definition at line 6603 of file graphics.c.
Referenced by START_TEST().
Definition at line 1271 of file graphics.c.
Referenced by START_TEST().
Definition at line 1363 of file graphics.c.
Referenced by START_TEST().
Definition at line 2272 of file graphics.c.
Referenced by START_TEST().
Definition at line 1415 of file graphics.c.
Referenced by START_TEST().
Definition at line 398 of file graphics.c.
Referenced by START_TEST().
Definition at line 469 of file graphics.c.
Referenced by START_TEST().
Definition at line 1486 of file graphics.c.
Referenced by START_TEST().
Definition at line 1548 of file graphics.c.
Referenced by START_TEST().
Definition at line 6049 of file graphics.c.
Referenced by START_TEST().
Definition at line 6518 of file graphics.c.
Referenced by START_TEST().
Definition at line 6376 of file graphics.c.
Referenced by START_TEST().
Definition at line 6433 of file graphics.c.
Referenced by START_TEST().
Definition at line 3024 of file graphics.c.
Referenced by START_TEST().
Definition at line 2560 of file graphics.c.
Referenced by START_TEST().
Definition at line 6094 of file graphics.c.
Referenced by START_TEST().
Definition at line 2352 of file graphics.c.
Referenced by test_GdipGetVisibleClipBounds().
Definition at line 2443 of file graphics.c.
Referenced by test_GdipGetVisibleClipBounds().
Definition at line 6321 of file graphics.c.
Referenced by START_TEST().
Definition at line 2683 of file graphics.c.
Referenced by START_TEST().
Definition at line 2862 of file graphics.c.
Referenced by START_TEST().
Definition at line 3722 of file graphics.c.
Referenced by START_TEST().
Definition at line 1594 of file graphics.c.
Referenced by START_TEST().
Definition at line 2035 of file graphics.c.
Referenced by START_TEST().
Definition at line 3557 of file graphics.c.
Referenced by START_TEST().
Definition at line 3626 of file graphics.c.
Referenced by START_TEST().
Definition at line 3674 of file graphics.c.
Referenced by START_TEST().
Definition at line 6726 of file graphics.c.
Referenced by START_TEST().
Definition at line 2207 of file graphics.c.
Referenced by START_TEST().
Definition at line 4448 of file graphics.c.
Referenced by START_TEST().
Definition at line 4871 of file graphics.c.
Referenced by START_TEST().
Definition at line 4054 of file graphics.c.
Referenced by START_TEST().
Definition at line 219 of file graphics.c.
Referenced by START_TEST().
Definition at line 3188 of file graphics.c.
Referenced by START_TEST().
Definition at line 2249 of file graphics.c.
Referenced by START_TEST().
Definition at line 3996 of file graphics.c.
Referenced by START_TEST().
Definition at line 1906 of file graphics.c.
Referenced by START_TEST().
Definition at line 90 of file graphics.c.
Definition at line 47 of file graphics.c.
Definition at line 36 of file graphics.c.
|
static |
Definition at line 34 of file graphics.c.
Referenced by pixels_to_units(), and units_to_pixels().
Definition at line 35 of file graphics.c.
Referenced by pixels_to_units(), and units_to_pixels().