ReactOS 0.4.15-dev-6675-gcbc63d8
|
#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 706 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 48 of file imagelist.c.
Definition at line 113 of file imagelist.c.
Definition at line 116 of file imagelist.c.
Definition at line 114 of file imagelist.c.
Definition at line 117 of file imagelist.c.
#define SIZEX1 47 |
#define SIZEX2 11 |
#define SIZEY1 31 |
#define SIZEY2 17 |
|
static |
Definition at line 861 of file imagelist.c.
Referenced by check_iml_data().
|
static |
Definition at line 249 of file imagelist.c.
Referenced by test_merge().
|
static |
Definition at line 2025 of file imagelist.c.
Referenced by test_color_table().
|
static |
Definition at line 904 of file imagelist.c.
Referenced by check_iml_data().
|
static |
Definition at line 1402 of file imagelist.c.
Referenced by check_ImageList_DrawIndirect_fState(), check_ImageList_DrawIndirect_fStyle(), and check_ImageList_DrawIndirect_ILD_ROP().
|
static |
Definition at line 1437 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 1429 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 1413 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 1421 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
|
static |
Definition at line 990 of file imagelist.c.
Referenced by image_list_init(), and test_imagelist_storage().
Definition at line 851 of file imagelist.c.
Referenced by check_iml_data().
Definition at line 1391 of file imagelist.c.
Referenced by check_ImageList_DrawIndirect(), and check_ImageList_DrawIndirect_broken().
Definition at line 940 of file imagelist.c.
Definition at line 1369 of file imagelist.c.
Referenced by test_ImageList_DrawIndirect().
Definition at line 163 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 151 of file imagelist.c.
Referenced by test_begindrag(), test_copy(), test_hotspot(), and test_iimagelist().
Definition at line 228 of file imagelist.c.
Referenced by check_bits().
|
static |
Definition at line 97 of file imagelist.c.
Referenced by create_window(), show_image(), test_DrawIndirect(), and test_IImageList_Draw().
Definition at line 564 of file imagelist.c.
Referenced by test_merge_colors().
Definition at line 2064 of file imagelist.c.
Referenced by test_color_table().
|
static |
|
static |
|
static |
Definition at line 1064 of file imagelist.c.
Referenced by test_imagelist_storage().
Definition at line 973 of file imagelist.c.
Definition at line 714 of file imagelist.c.
Referenced by Test_Stream_Read(), Test_Stream_Seek(), and Test_Stream_Write().
Definition at line 2401 of file imagelist.c.
Referenced by START_TEST().
Definition at line 842 of file imagelist.c.
Referenced by check_iml_data().
|
static |
Definition at line 899 of file imagelist.c.
Referenced by check_ilhead_data(), check_iml_data(), and imagelist_get_bitmap_size().
Definition at line 106 of file imagelist.c.
Referenced by test_imagelist_storage(), and Test_Stream_Seek().
|
static |
Definition at line 204 of file imagelist.c.
Referenced by check_bits(), and test_hotspot().
START_TEST | ( | imagelist | ) |
Definition at line 2437 of file imagelist.c.
Definition at line 401 of file imagelist.c.
Referenced by START_TEST().
Definition at line 282 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2114 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2236 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1961 of file imagelist.c.
Referenced by START_TEST().
Definition at line 477 of file imagelist.c.
Referenced by START_TEST().
Definition at line 327 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1933 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1587 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1667 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2279 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1759 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1726 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2303 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2379 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2355 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1847 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2325 of file imagelist.c.
Referenced by START_TEST().
Definition at line 452 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1451 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1109 of file imagelist.c.
Referenced by START_TEST().
Definition at line 2259 of file imagelist.c.
Referenced by START_TEST().
Definition at line 628 of file imagelist.c.
Referenced by START_TEST().
Definition at line 581 of file imagelist.c.
Referenced by START_TEST().
Definition at line 1322 of file imagelist.c.
Referenced by START_TEST().
|
static |
Definition at line 726 of file imagelist.c.
|
static |
Definition at line 818 of file imagelist.c.
|
static |
Definition at line 785 of file imagelist.c.
|
static |
Definition at line 777 of file imagelist.c.
|
static |
Definition at line 797 of file imagelist.c.
|
static |
Definition at line 719 of file imagelist.c.
|
static |
Definition at line 738 of file imagelist.c.
|
static |
Definition at line 732 of file imagelist.c.
|
static |
Definition at line 791 of file imagelist.c.
|
static |
Definition at line 752 of file imagelist.c.
|
static |
Definition at line 771 of file imagelist.c.
|
static |
Definition at line 811 of file imagelist.c.
|
static |
Definition at line 804 of file imagelist.c.