ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <stdarg.h>
#include <math.h>
#include "windef.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_decode_bitfields (void) |
static void | test_componentinfo (void) |
static void | test_createfromstream (void) |
static void | test_create_decoder (void) |
static void | test_writesource_palette (void) |
static void | test_encoder_formats (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 [] |
static const char | testbmp_bitfields_abgr [] |
#define COBJMACROS |
Definition at line 22 of file bmpformat.c.
START_TEST | ( | bmpformat | ) |
Definition at line 1470 of file bmpformat.c.
Definition at line 1049 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 1196 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 1148 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 278 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 54 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 436 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 944 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 775 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 606 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 1402 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 1223 of file bmpformat.c.
Referenced by START_TEST().
Definition at line 258 of file bmpformat.c.
Referenced by test_createfromstream(), and test_decode_1bpp().
Definition at line 30 of file bmpformat.c.
Referenced by test_decode_24bpp().
Definition at line 407 of file bmpformat.c.
Referenced by test_decode_4bpp().
Definition at line 913 of file bmpformat.c.
Referenced by test_decode_bitfields().
Definition at line 746 of file bmpformat.c.
Referenced by test_componentinfo(), and test_decode_rle4().
Definition at line 566 of file bmpformat.c.
Referenced by test_decode_rle8().