|
ReactOS 0.4.17-dev-243-g1369312
|
#include <math.h>#include <assert.h>#include <stdio.h>#include "initguid.h"#include "objbase.h"#include "gdiplus.h"#include "wine/test.h"#include "pshpack2.h"#include "poppack.h"
Go to the source code of this file.
Classes | |
| struct | BITMAPINFOWITHBITFIELDS |
| union | BITMAPINFOUNION |
| struct | property_test_data |
| struct | IFD_entry |
| struct | IFD_rational |
| struct | tiff_data |
Macros | |
| #define | COBJMACROS |
| #define | expect(expected, got) ok((got) == (expected), "Expected %d, got %d\n", (UINT)(expected), (UINT)(got)) |
| #define | expectf(expected, got) ok(fabs((expected) - (got)) < 0.0001, "Expected %f, got %f\n", (expected), (got)) |
| #define | PropertyTagTypeSByte 6 |
| #define | PropertyTagTypeSShort 8 |
| #define | PropertyTagTypeFloat 11 |
| #define | PropertyTagTypeDouble 12 |
| #define | IFD_BYTE 1 |
| #define | IFD_ASCII 2 |
| #define | IFD_SHORT 3 |
| #define | IFD_LONG 4 |
| #define | IFD_RATIONAL 5 |
| #define | IFD_SBYTE 6 |
| #define | IFD_UNDEFINED 7 |
| #define | IFD_SSHORT 8 |
| #define | IFD_SLONG 9 |
| #define | IFD_SRATIONAL 10 |
| #define | IFD_FLOAT 11 |
| #define | IFD_DOUBLE 12 |
| #define | giftest(img, prop, frames) { img, sizeof(img), prop, ARRAY_SIZE(prop), frames } |
| #define | PNG_COLOR_TYPE_GRAY 0 |
| #define | PNG_COLOR_TYPE_RGB 2 |
| #define | PNG_COLOR_TYPE_PALETTE 3 |
| #define | PNG_COLOR_TYPE_GRAY_ALPHA 4 |
| #define | PNG_COLOR_TYPE_RGB_ALPHA 6 |
|
static |
Definition at line 2448 of file image.c.
Referenced by test_palette().
|
static |
Definition at line 3866 of file image.c.
Referenced by test_GdipGetAllPropertyItems(), test_gif_properties(), test_png_datetime_property(), test_png_histogram_property(), and test_png_unit_properties().
|
static |
Definition at line 3794 of file image.c.
Referenced by test_GdipGetAllPropertyItems(), test_gif_properties(), and test_tiff_properties().
Definition at line 48 of file image.c.
Referenced by test_CloneBitmapArea(), test_colorkey(), test_colormatrix(), test_gamma(), test_hatchBrushStyles(), and test_remaptable().
Definition at line 4810 of file image.c.
Referenced by test_DrawImage_scale().
Definition at line 109 of file image.c.
Referenced by check_properties_get_all(), check_properties_id_list(), expect_bitmap_locked_data(), test_bitmapbits(), test_DrawImage(), test_DrawImage_scale(), and test_GdipDrawImagePointRect().
Definition at line 3779 of file image.c.
Referenced by check_properties_get_all(), and check_properties_id_list().
|
static |
Definition at line 127 of file image.c.
Referenced by test_fromhicon().
Definition at line 60 of file image.c.
Definition at line 85 of file image.c.
Referenced by test_fromhicon().
Definition at line 74 of file image.c.
Referenced by test_bufferrawformat(), test_fromhicon(), test_GdipCloneImage(), test_GdipCreateBitmapFromHBITMAP(), and test_multiframegif().
Definition at line 152 of file image.c.
Referenced by test_png_save_palette(), test_SavingMultiPageTiff(), and test_supported_encoders().
|
static |
Definition at line 6179 of file image.c.
Referenced by test_GdipInitializePalette().
|
static |
Definition at line 3700 of file image.c.
Referenced by test_GdipGetAllPropertyItems(), test_gif_properties(), test_image_properties(), test_png_color_formats(), test_png_datetime_property(), test_png_histogram_property(), test_png_unit_properties(), test_tiff_palette(), and test_tiff_properties().
Definition at line 3694 of file image.c.
Referenced by load_image().
| START_TEST | ( | image | ) |
Definition at line 6365 of file image.c.
Definition at line 5148 of file image.c.
Referenced by START_TEST().
Definition at line 4391 of file image.c.
Referenced by START_TEST().
|
static |
Definition at line 182 of file image.c.
Referenced by test_getrawformat().
Definition at line 5275 of file image.c.
Referenced by START_TEST().
Definition at line 3574 of file image.c.
Referenced by START_TEST().
Definition at line 2673 of file image.c.
Referenced by START_TEST().
Definition at line 5422 of file image.c.
Referenced by START_TEST().
Definition at line 1906 of file image.c.
Referenced by START_TEST().
Definition at line 1964 of file image.c.
Referenced by START_TEST().
Definition at line 2074 of file image.c.
Referenced by START_TEST().
Definition at line 3668 of file image.c.
Referenced by START_TEST().
Definition at line 4595 of file image.c.
Referenced by START_TEST().
Definition at line 4827 of file image.c.
Referenced by START_TEST().
Definition at line 4641 of file image.c.
Referenced by START_TEST().
Definition at line 781 of file image.c.
Referenced by START_TEST().
Definition at line 275 of file image.c.
Referenced by START_TEST().
Definition at line 1593 of file image.c.
Referenced by START_TEST().
Definition at line 2938 of file image.c.
Referenced by START_TEST().
Definition at line 1169 of file image.c.
Referenced by START_TEST().
Definition at line 4685 of file image.c.
Referenced by START_TEST().
Definition at line 4291 of file image.c.
Referenced by START_TEST().
Definition at line 1423 of file image.c.
Referenced by START_TEST().
Definition at line 417 of file image.c.
Referenced by START_TEST().
Definition at line 6207 of file image.c.
Referenced by START_TEST().
Definition at line 6148 of file image.c.
Referenced by START_TEST().
Definition at line 5500 of file image.c.
Referenced by START_TEST().
Definition at line 1825 of file image.c.
Referenced by START_TEST().
Definition at line 2368 of file image.c.
Referenced by START_TEST().
Definition at line 2296 of file image.c.
Referenced by START_TEST().
Definition at line 5048 of file image.c.
Referenced by START_TEST().
Definition at line 6323 of file image.c.
Referenced by START_TEST().
Definition at line 5565 of file image.c.
Referenced by START_TEST().
Definition at line 4731 of file image.c.
Referenced by START_TEST().
Definition at line 3918 of file image.c.
Referenced by START_TEST().
Definition at line 5693 of file image.c.
Referenced by START_TEST().
Definition at line 489 of file image.c.
Referenced by START_TEST().
Definition at line 835 of file image.c.
Referenced by START_TEST().
Definition at line 1073 of file image.c.
Referenced by START_TEST().
Definition at line 3103 of file image.c.
Referenced by START_TEST().
Definition at line 2487 of file image.c.
Referenced by START_TEST().
Definition at line 5218 of file image.c.
Referenced by START_TEST().
Definition at line 5766 of file image.c.
Referenced by START_TEST().
Definition at line 6102 of file image.c.
Referenced by START_TEST().
Definition at line 6124 of file image.c.
Referenced by START_TEST().
Definition at line 5924 of file image.c.
Referenced by START_TEST().
Definition at line 6024 of file image.c.
Referenced by START_TEST().
Definition at line 3498 of file image.c.
Referenced by START_TEST().
Definition at line 1980 of file image.c.
Referenced by START_TEST(), and test_single_source().
Definition at line 3378 of file image.c.
Referenced by START_TEST().
Definition at line 535 of file image.c.
Referenced by START_TEST().
Definition at line 599 of file image.c.
Referenced by START_TEST().
Definition at line 217 of file image.c.
Referenced by START_TEST().
Definition at line 5376 of file image.c.
Referenced by START_TEST().
Definition at line 1582 of file image.c.
Referenced by START_TEST().
Definition at line 4343 of file image.c.
Referenced by START_TEST().
Definition at line 4219 of file image.c.
Referenced by START_TEST().
Definition at line 4981 of file image.c.
Referenced by test_gif_properties().
Definition at line 1762 of file image.c.
Referenced by test_getrawformat(), test_image_properties(), and test_transform().
Definition at line 5003 of file image.c.
Referenced by test_gif_properties().
Definition at line 5024 of file image.c.
Referenced by test_gif_properties().
Definition at line 5033 of file image.c.
Referenced by test_gif_properties().
Definition at line 5014 of file image.c.
Referenced by test_gif_properties().
Definition at line 5042 of file image.c.
Referenced by test_gif_properties().
Definition at line 3012 of file image.c.
Referenced by test_multiframegif().
Definition at line 3029 of file image.c.
Referenced by test_multiframegif().
|
static |
Definition at line 3058 of file image.c.
Referenced by test_multiframegif().
Definition at line 3066 of file image.c.
Referenced by test_multiframegif().
|
static |
Definition at line 3095 of file image.c.
Referenced by test_multiframegif().
Definition at line 1750 of file image.c.
Referenced by test_getrawformat(), test_image_properties(), and test_multiframegif().
| UINT *static HistogramFormat |
Definition at line 1770 of file image.c.
Referenced by test_getrawformat(), and test_image_properties().
| UINT *static UINT UINT UINT UINT *static GdiplusAbort *static PaletteType |
Definition at line 5718 of file image.c.
Referenced by test_png_color_formats().
Definition at line 6016 of file image.c.
Referenced by test_png_histogram_property().
Definition at line 5993 of file image.c.
Referenced by test_png_unit_properties().
Definition at line 6000 of file image.c.
Referenced by test_png_unit_properties().
Definition at line 1740 of file image.c.
Referenced by test_GdipLoadImageFromStream(), test_getrawformat(), and test_image_properties().
Referenced by test_tiff_palette(), and test_tiff_properties().
Definition at line 1791 of file image.c.
Referenced by test_GdipGetAllPropertyItems(), test_getrawformat(), and test_image_properties().
Definition at line 1756 of file image.c.
Referenced by test_multiframegif().
Definition at line 1811 of file image.c.
Referenced by test_createfromwmf(), test_createfromwmf_noplaceable(), test_getrawformat(), test_image_properties(), and test_loadwmf().