|
ReactOS 0.4.17-dev-243-g1369312
|
#include <math.h>#include "objbase.h"#include "gdiplus.h"#include "winspool.h"#include "wine/test.h"
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 6603 of file graphics.c.
| #define expect | ( | expected, | |
| got | |||
| ) | ok((got) == (expected), "Expected %d, got %d\n", (INT)(expected), (INT)(got)) |
Definition at line 29 of file graphics.c.
Definition at line 31 of file graphics.c.
| #define expectf_ | ( | expected, | |
| got, | |||
| precision | |||
| ) | ok(fabs((expected) - (got)) <= (precision), "Expected %f, got %f\n", (expected), (got)) |
Definition at line 30 of file graphics.c.
Definition at line 6605 of file graphics.c.
Definition at line 6604 of file graphics.c.
Definition at line 190 of file graphics.c.
Referenced by test_save_restore().
|
static |
Definition at line 7322 of file graphics.c.
Referenced by test_printer_dc().
|
static |
Definition at line 100 of file graphics.c.
Referenced by test_GdipMeasureString(), and test_transform().
Definition at line 7275 of file graphics.c.
Referenced by test_clip_box(), test_printer_dc(), and test_pscript_printer_dc().
Definition at line 6606 of file graphics.c.
Referenced by test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), and test_printer_dc().
|
static |
Definition at line 180 of file graphics.c.
Referenced by test_save_restore().
Definition at line 73 of file graphics.c.
Referenced by test_font_height_scaling(), test_GdipMeasureString(), and units_scale().
Definition at line 42 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 7498 of file graphics.c.
Definition at line 5184 of file graphics.c.
Referenced by START_TEST().
Definition at line 623 of file graphics.c.
Referenced by START_TEST().
Definition at line 7428 of file graphics.c.
Referenced by START_TEST().
Definition at line 5257 of file graphics.c.
Referenced by START_TEST().
Definition at line 2185 of file graphics.c.
Referenced by START_TEST().
Definition at line 6935 of file graphics.c.
Referenced by START_TEST().
Definition at line 5309 of file graphics.c.
Referenced by START_TEST().
Definition at line 5899 of file graphics.c.
Referenced by START_TEST().
Definition at line 143 of file graphics.c.
Referenced by START_TEST().
Definition at line 6403 of file graphics.c.
Referenced by START_TEST().
Definition at line 4449 of file graphics.c.
Referenced by START_TEST().
Definition at line 2691 of file graphics.c.
Referenced by START_TEST().
Definition at line 7049 of file graphics.c.
Referenced by START_TEST().
Definition at line 7140 of file graphics.c.
Referenced by START_TEST().
Definition at line 535 of file graphics.c.
Referenced by START_TEST().
Definition at line 579 of file graphics.c.
Referenced by START_TEST().
Definition at line 821 of file graphics.c.
Referenced by START_TEST().
Definition at line 1153 of file graphics.c.
Referenced by START_TEST().
Definition at line 1019 of file graphics.c.
Referenced by START_TEST().
Definition at line 1086 of file graphics.c.
Referenced by START_TEST().
Definition at line 859 of file graphics.c.
Referenced by START_TEST().
Definition at line 939 of file graphics.c.
Referenced by START_TEST().
Definition at line 1214 of file graphics.c.
Referenced by START_TEST().
Definition at line 1313 of file graphics.c.
Referenced by START_TEST().
Definition at line 1374 of file graphics.c.
Referenced by START_TEST().
Definition at line 6857 of file graphics.c.
Referenced by START_TEST().
Definition at line 1275 of file graphics.c.
Referenced by START_TEST().
Definition at line 1429 of file graphics.c.
Referenced by START_TEST().
Definition at line 2342 of file graphics.c.
Referenced by START_TEST().
Definition at line 1481 of file graphics.c.
Referenced by START_TEST().
Definition at line 402 of file graphics.c.
Referenced by START_TEST().
Definition at line 473 of file graphics.c.
Referenced by START_TEST().
Definition at line 1552 of file graphics.c.
Referenced by START_TEST().
Definition at line 1614 of file graphics.c.
Referenced by START_TEST().
Definition at line 6303 of file graphics.c.
Referenced by START_TEST().
Definition at line 6772 of file graphics.c.
Referenced by START_TEST().
Definition at line 6630 of file graphics.c.
Referenced by START_TEST().
Definition at line 6687 of file graphics.c.
Referenced by START_TEST().
Definition at line 3123 of file graphics.c.
Referenced by START_TEST().
Definition at line 2659 of file graphics.c.
Referenced by START_TEST().
Definition at line 6348 of file graphics.c.
Referenced by START_TEST().
Definition at line 2451 of file graphics.c.
Referenced by test_GdipGetVisibleClipBounds().
Definition at line 2542 of file graphics.c.
Referenced by test_GdipGetVisibleClipBounds().
Definition at line 6575 of file graphics.c.
Referenced by START_TEST().
Definition at line 2782 of file graphics.c.
Referenced by START_TEST().
Definition at line 2961 of file graphics.c.
Referenced by START_TEST().
Definition at line 3827 of file graphics.c.
Referenced by START_TEST().
Definition at line 1660 of file graphics.c.
Referenced by START_TEST().
Definition at line 2105 of file graphics.c.
Referenced by START_TEST().
Definition at line 3662 of file graphics.c.
Referenced by START_TEST().
Definition at line 3731 of file graphics.c.
Referenced by START_TEST().
Definition at line 3779 of file graphics.c.
Referenced by START_TEST().
Definition at line 6980 of file graphics.c.
Referenced by START_TEST().
Definition at line 2277 of file graphics.c.
Referenced by START_TEST().
Definition at line 4635 of file graphics.c.
Referenced by START_TEST().
Definition at line 5116 of file graphics.c.
Referenced by START_TEST().
Definition at line 4243 of file graphics.c.
Referenced by START_TEST().
Definition at line 7353 of file graphics.c.
Referenced by START_TEST().
Definition at line 223 of file graphics.c.
Referenced by START_TEST().
Definition at line 4158 of file graphics.c.
Referenced by START_TEST().
Definition at line 3287 of file graphics.c.
Referenced by START_TEST().
Definition at line 2319 of file graphics.c.
Referenced by START_TEST().
Definition at line 4100 of file graphics.c.
Referenced by START_TEST().
Definition at line 1976 of file graphics.c.
Referenced by START_TEST().
Definition at line 94 of file graphics.c.
Definition at line 51 of file graphics.c.
Definition at line 40 of file graphics.c.
|
static |
Definition at line 38 of file graphics.c.
Referenced by pixels_to_units(), and units_to_pixels().
Definition at line 39 of file graphics.c.
Referenced by pixels_to_units(), and units_to_pixels().