ReactOS 0.4.16-dev-258-g81860b4
|
#include <stdarg.h>
#include <math.h>
#include "windef.h"
#include "initguid.h"
#include "objbase.h"
#include "wincodec.h"
#include "wincodecsdk.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
static void | test_decode_24bpp (void) |
static void | test_decode_1bpp (void) |
static void | test_decode_4bpp (void) |
static void | test_decode_rle8 (void) |
static void | test_decode_rle4 (void) |
static void | test_componentinfo (void) |
static void | test_createfromstream (void) |
static void | test_create_decoder (void) |
START_TEST (bmpformat) | |
Variables | |
static const char | testbmp_24bpp [] |
static const char | testbmp_1bpp [] |
static const char | testbmp_4bpp [] |
static const char | testbmp_rle8 [] |
static const char | testbmp_rle4 [] |
#define COBJMACROS |
Definition at line 22 of file bmpformat.c.
START_TEST | ( | bmpformat | ) |
Definition at line 1088 of file bmpformat.c.
Definition at line 914 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 1061 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 1013 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 279 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 55 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 437 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 776 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 607 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 259 of file bmpformat.c.
Referenced by test_createfromstream(), and test_decode_1bpp().
Definition at line 31 of file bmpformat.c.
Referenced by test_decode_24bpp().
Definition at line 408 of file bmpformat.c.
Referenced by test_decode_4bpp().
Definition at line 747 of file bmpformat.c.
Referenced by test_componentinfo(), and test_decode_rle4().
Definition at line 567 of file bmpformat.c.
Referenced by test_decode_rle8().