ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "wincodec.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
HRESULT WINAPI | WICCreateImagingFactory_Proxy (UINT, IWICImagingFactory **) |
static IStream * | create_stream (const void *image_data, UINT image_size) |
static IWICBitmapDecoder * | create_decoder (const void *image_data, UINT image_size) |
static void | test_global_gif_palette (void) |
static void | test_global_gif_palette_2frames (void) |
static void | test_local_gif_palette (void) |
static void | test_gif_frame_sizes (void) |
static void | test_truncated_gif (void) |
static void | test_gif_notrailer (void) |
START_TEST (gifformat) | |
Variables | |
static const char | gif_global_palette [] |
static const char | gif_global_palette_2frames [] |
static const char | gif_local_palette [] |
static const char | gif_frame_sizes [] |
static IWICImagingFactory * | factory |
static const char | gif_with_trailer_1 [] |
static const char | gif_with_trailer_2 [] |
static const char | gif_without_trailer_1 [] |
static const char | gif_without_trailer_2 [] |
static unsigned char | gifimage_notrailer [] |
#define COBJMACROS |
Definition at line 22 of file gifformat.c.
|
static |
Definition at line 101 of file gifformat.c.
Referenced by test_gif_frame_sizes(), test_global_gif_palette(), test_global_gif_palette_2frames(), and test_local_gif_palette().
Definition at line 83 of file gifformat.c.
START_TEST | ( | gifformat | ) |
Definition at line 567 of file gifformat.c.
Definition at line 367 of file gifformat.c.
Referenced by START_TEST().
Definition at line 500 of file gifformat.c.
Referenced by START_TEST().
Definition at line 126 of file gifformat.c.
Referenced by START_TEST().
Definition at line 187 of file gifformat.c.
Referenced by START_TEST().
Definition at line 292 of file gifformat.c.
Referenced by START_TEST().
Definition at line 440 of file gifformat.c.
Referenced by START_TEST().
HRESULT WINAPI WICCreateImagingFactory_Proxy | ( | UINT | SDKVersion, |
IWICImagingFactory ** | ppIImagingFactory | ||
) |
Definition at line 651 of file proxy.c.
Referenced by START_TEST().
|
static |
Definition at line 81 of file gifformat.c.
Referenced by test_gif_notrailer().
Definition at line 65 of file gifformat.c.
Referenced by test_gif_frame_sizes().
Definition at line 30 of file gifformat.c.
Referenced by test_global_gif_palette().
Definition at line 41 of file gifformat.c.
Referenced by test_global_gif_palette_2frames().
Definition at line 52 of file gifformat.c.
Referenced by test_local_gif_palette().
Definition at line 416 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 422 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 427 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 434 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 494 of file gifformat.c.
Referenced by test_gif_notrailer().