ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "objbase.h"
#include "commctrl.h"
#include "initguid.h"
#include "commoncontrols.h"
#include "shellapi.h"
#include "wine/test.h"
#include "v6util.h"
#include "resources.h"
#include "pshpack2.h"
#include "poppack.h"
Go to the source code of this file.
Classes | |
struct | _ILHEAD |
struct | memstream |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | IMAGELIST_MAGIC (('L' << 8) | 'I') |
#define | B(x, y) ((x?0xf0:0)|(y?0xf:0)) |
#define | ROW1(a, b, c, d, e, f, g, h) B(a,b),B(c,d),B(e,f),B(g,h) |
#define | ROW32(a, b, c, d, e, f, g, h) |
#define | ROW2(a, b, c, d, e, f, g, h, i, j, k, l) ROW1(a,b,c,d,e,f,g,h),B(i,j),B(k,l) |
#define | ROW48(a, b, c, d, e, f, g, h, i, j, k, l) |
#define | SIZEX1 47 |
#define | SIZEY1 31 |
#define | SIZEX2 11 |
#define | SIZEY2 17 |
#define | HOTSPOTS_MAX 4 /* Number of entries in hotspots */ |
#define | BMP_CX 48 |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
#define | X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); |
Typedefs | |
typedef struct _ILHEAD | ILHEAD |
Variables | |
static | int |
static | UINT |
static | HBITMAP |
static const IUnknown | REFIID |
static | HICON |
static | HIMAGELIST |
static | LPCWSTR |
static | COLORREF |
static | INT |
static | HDC |
static HINSTANCE | hinst |
static const BYTE | empty_bits [48 *48/8] |
static const BYTE | icon_bits [32 *32/8] |
static const BYTE | bitmap_bits [48 *48/8] |
static const IStreamVtbl | Test_Stream_Vtbl |
#define BMP_CX 48 |
Definition at line 702 of file imagelist.c.
#define COBJMACROS |
Definition at line 24 of file imagelist.c.
#define CONST_VTABLE |
Definition at line 25 of file imagelist.c.
Definition at line 44 of file imagelist.c.
Definition at line 109 of file imagelist.c.
Definition at line 112 of file imagelist.c.
Definition at line 110 of file imagelist.c.
Definition at line 113 of file imagelist.c.
#define SIZEX1 47 |
#define SIZEX2 11 |
#define SIZEY1 31 |
#define SIZEY2 17 |
|
static |
Definition at line 857 of file imagelist.c.
Referenced by check_iml_data().
|
static |
Definition at line 245 of file imagelist.c.
Referenced by test_merge().
|
static |
Definition at line 2021 of file imagelist.c.
Referenced by test_color_table().
|
static |
Definition at line 900 of file imagelist.c.
Referenced by check_iml_data().
|
static |
Definition at line 1398 of file imagelist.c.
Referenced by check_ImageList_DrawIndirect_fState(), check_ImageList_DrawIndirect_fStyle(), and check_ImageList_DrawIndirect_ILD_ROP().
|
static |
Definition at line 1433 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 1425 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 1409 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 1417 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 986 of file imagelist.c.
Referenced by image_list_init(), and test_imagelist_storage().
Definition at line 847 of file imagelist.c.
Referenced by check_iml_data().
Definition at line 1387 of file imagelist.c.
Referenced by check_ImageList_DrawIndirect(), and check_ImageList_DrawIndirect_broken().
Definition at line 936 of file imagelist.c.
Definition at line 1365 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
Definition at line 159 of file imagelist.c.
Referenced by OLEACC_DllGetClassObject(), test_DrawIndirect(), test_foregroundwindow(), test_hotspot(), test_IImageList_Draw(), test_IImageList_Merge(), and test_merge().
|
static |
Definition at line 147 of file imagelist.c.
Referenced by test_begindrag(), test_copy(), test_hotspot(), and test_iimagelist().
Definition at line 224 of file imagelist.c.
Referenced by check_bits().
|
static |
Definition at line 93 of file imagelist.c.
Referenced by create_window(), show_image(), test_DrawIndirect(), and test_IImageList_Draw().
Definition at line 560 of file imagelist.c.
Referenced by test_merge_colors().
Definition at line 2060 of file imagelist.c.
Referenced by test_color_table().
|
static |
|
static |
|
static |
Definition at line 1060 of file imagelist.c.
Referenced by test_imagelist_storage().
Definition at line 969 of file imagelist.c.
Definition at line 710 of file imagelist.c.
Referenced by Test_Stream_Read(), Test_Stream_Seek(), and Test_Stream_Write().
Definition at line 2397 of file imagelist.c.
Referenced by START_TEST().
Definition at line 838 of file imagelist.c.
Referenced by check_iml_data().
|
static |
Definition at line 895 of file imagelist.c.
Referenced by check_ilhead_data(), check_iml_data(), and imagelist_get_bitmap_size().
Definition at line 102 of file imagelist.c.
Referenced by test_imagelist_storage(), and Test_Stream_Seek().
|
static |
Definition at line 200 of file imagelist.c.
Referenced by check_bits(), and test_hotspot().
START_TEST | ( | imagelist | ) |
Definition at line 2433 of file imagelist.c.
Definition at line 397 of file imagelist.c.
Referenced by START_TEST().
Definition at line 278 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2110 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2232 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1957 of file imagelist.c.
Referenced by START_TEST().
Definition at line 473 of file imagelist.c.
Referenced by START_TEST().
Definition at line 323 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1929 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1583 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1663 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2275 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1755 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1722 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2299 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2375 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2351 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1843 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2321 of file imagelist.c.
Referenced by START_TEST().
Definition at line 448 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1447 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1105 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2255 of file imagelist.c.
Referenced by START_TEST().
Definition at line 624 of file imagelist.c.
Referenced by START_TEST().
Definition at line 577 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1318 of file imagelist.c.
Referenced by START_TEST().
|
static |
Definition at line 722 of file imagelist.c.
|
static |
Definition at line 814 of file imagelist.c.
|
static |
Definition at line 781 of file imagelist.c.
|
static |
Definition at line 773 of file imagelist.c.
|
static |
Definition at line 793 of file imagelist.c.
|
static |
Definition at line 715 of file imagelist.c.
|
static |
Definition at line 734 of file imagelist.c.
|
static |
Definition at line 728 of file imagelist.c.
|
static |
Definition at line 787 of file imagelist.c.
|
static |
Definition at line 748 of file imagelist.c.
|
static |
Definition at line 767 of file imagelist.c.
|
static |
Definition at line 807 of file imagelist.c.
|
static |
Definition at line 800 of file imagelist.c.