ReactOS 0.4.16-dev-942-g91fadeb
|
#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_no_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_no_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 108 of file gifformat.c.
Definition at line 90 of file gifformat.c.
START_TEST | ( | gifformat | ) |
Definition at line 635 of file gifformat.c.
Definition at line 435 of file gifformat.c.
Referenced by START_TEST().
Definition at line 568 of file gifformat.c.
Referenced by START_TEST().
Definition at line 133 of file gifformat.c.
Referenced by START_TEST().
Definition at line 194 of file gifformat.c.
Referenced by START_TEST().
Definition at line 299 of file gifformat.c.
Referenced by START_TEST().
Definition at line 374 of file gifformat.c.
Referenced by START_TEST().
Definition at line 508 of file gifformat.c.
Referenced by START_TEST().
HRESULT WINAPI WICCreateImagingFactory_Proxy | ( | UINT | SDKVersion, |
IWICImagingFactory ** | ppIImagingFactory | ||
) |
Definition at line 649 of file proxy.c.
Referenced by START_TEST().
|
static |
Definition at line 88 of file gifformat.c.
Referenced by test_gif_notrailer().
Definition at line 72 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 60 of file gifformat.c.
Referenced by test_no_gif_palette().
Definition at line 484 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 490 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 495 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 502 of file gifformat.c.
Referenced by test_truncated_gif().
Definition at line 562 of file gifformat.c.
Referenced by test_gif_notrailer().