|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| IImageList2 | IImageList2_iface |
| INT | cCurImage |
| INT | cMaxImage |
| INT | cGrow |
| INT | cx |
| INT | cy |
| DWORD | x4 |
| UINT | flags |
| COLORREF | clrFg |
| COLORREF | clrBk |
| HBITMAP | hbmImage |
| HBITMAP | hbmMask |
| HDC | hdcImage |
| HDC | hdcMask |
| INT | nOvlIdx [MAX_OVERLAYIMAGE] |
| HBRUSH | hbrBlend25 |
| HBRUSH | hbrBlend50 |
| INT | cInitial |
| UINT | uBitsPixel |
| char * | has_alpha |
| BOOL | color_table_set |
| LONG | ref |
Definition at line 83 of file imagelist.c.
| INT _IMAGELIST::cCurImage |
Definition at line 86 of file imagelist.c.
Referenced by ImageList_Add(), ImageList_BeginDrag(), ImageList_Copy(), ImageList_DrawIndirect(), ImageList_Duplicate(), ImageList_GetIcon(), ImageList_GetImageCount(), ImageList_GetImageInfo(), ImageList_GetImageRect(), IMAGELIST_InternalExpandBitmaps(), ImageList_Merge(), ImageList_Read(), ImageList_Remove(), ImageList_ReplaceIcon(), ImageList_SetIconSize(), ImageList_SetImageCount(), ImageList_SetOverlayImage(), and ImageList_Write().
| INT _IMAGELIST::cGrow |
Definition at line 88 of file imagelist.c.
Referenced by ImageList_Add(), ImageList_Create(), ImageList_Duplicate(), IMAGELIST_InternalExpandBitmaps(), ImageList_Remove(), and ImageList_Write().
| INT _IMAGELIST::cInitial |
Definition at line 109 of file imagelist.c.
Referenced by ImageList_Create(), and ImageList_SetIconSize().
| COLORREF _IMAGELIST::clrBk |
Definition at line 94 of file imagelist.c.
Referenced by ImageList_Create(), ImageList_DrawIndirect(), ImageList_GetBkColor(), ImageList_ReplaceIcon(), ImageList_SetBkColor(), and ImageList_Write().
| COLORREF _IMAGELIST::clrFg |
Definition at line 93 of file imagelist.c.
Referenced by ImageList_Create().
| INT _IMAGELIST::cMaxImage |
Definition at line 87 of file imagelist.c.
Referenced by ImageList_Add(), ImageList_Create(), IMAGELIST_InternalExpandBitmaps(), ImageList_Read(), ImageList_Remove(), ImageList_Replace(), ImageList_ReplaceIcon(), ImageList_SetIconSize(), ImageList_SetImageCount(), and ImageList_Write().
| BOOL _IMAGELIST::color_table_set |
Definition at line 112 of file imagelist.c.
Referenced by ImageList_Add(), ImageList_Create(), ImageList_CreateImage(), and ImageList_SetColorTable().
| INT _IMAGELIST::cx |
Definition at line 89 of file imagelist.c.
Referenced by add_dib_bits(), ImageList_Add(), ImageList_BeginDrag(), ImageList_Copy(), imagelist_copy_images(), ImageList_Create(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_DrawIndirect(), ImageList_Duplicate(), imagelist_get_bitmap_size(), ImageList_GetIcon(), ImageList_GetIconSize(), ImageList_GetImageInfo(), ImageList_GetImageRect(), ImageList_Merge(), imagelist_point_from_index(), ImageList_Read(), ImageList_Replace(), ImageList_ReplaceIcon(), ImageList_SetDragCursorImage(), ImageList_SetIconSize(), and ImageList_Write().
| INT _IMAGELIST::cy |
Definition at line 90 of file imagelist.c.
Referenced by add_dib_bits(), ImageList_Add(), ImageList_BeginDrag(), ImageList_Copy(), imagelist_copy_images(), ImageList_Create(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_DrawIndirect(), ImageList_Duplicate(), imagelist_get_bitmap_size(), ImageList_GetIcon(), ImageList_GetIconSize(), ImageList_GetImageInfo(), ImageList_GetImageRect(), ImageList_Merge(), imagelist_point_from_index(), ImageList_Read(), ImageList_Replace(), ImageList_ReplaceIcon(), ImageList_SetDragCursorImage(), ImageList_SetIconSize(), and ImageList_Write().
| UINT _IMAGELIST::flags |
Definition at line 92 of file imagelist.c.
Referenced by ImageList_BeginDrag(), ImageList_Create(), ImageList_CreateImage(), ImageList_Destroy(), ImageList_DrawIndirect(), ImageList_Duplicate(), ImageList_GetFlags(), IMAGELIST_InternalExpandBitmaps(), ImageList_Merge(), and ImageList_Write().
| char* _IMAGELIST::has_alpha |
Definition at line 111 of file imagelist.c.
Referenced by add_dib_bits(), add_with_alpha(), alpha_blend_image(), ImageList_Create(), ImageList_DrawIndirect(), ImageList_Duplicate(), IMAGELIST_InternalExpandBitmaps(), ImageList_Read(), ImageList_Remove(), ImageList_ReplaceIcon(), and ImageList_SetImageCount().
| HBITMAP _IMAGELIST::hbmImage |
Definition at line 97 of file imagelist.c.
Referenced by ImageList_Create(), ImageList_GetImageInfo(), IMAGELIST_InternalExpandBitmaps(), ImageList_Remove(), ImageList_SetIconSize(), ImageList_SetImageCount(), and ImageList_Write().
| HBITMAP _IMAGELIST::hbmMask |
Definition at line 98 of file imagelist.c.
Referenced by add_dib_bits(), alpha_blend_image(), ImageList_Add(), ImageList_Create(), ImageList_DrawIndirect(), ImageList_Duplicate(), ImageList_GetIcon(), ImageList_GetImageInfo(), IMAGELIST_InternalExpandBitmaps(), ImageList_Remove(), ImageList_Replace(), ImageList_ReplaceIcon(), ImageList_SetIconSize(), ImageList_SetImageCount(), and ImageList_Write().
| HBRUSH _IMAGELIST::hbrBlend25 |
Definition at line 107 of file imagelist.c.
Referenced by ImageList_Create(), and ImageList_DrawIndirect().
| HBRUSH _IMAGELIST::hbrBlend50 |
Definition at line 108 of file imagelist.c.
Referenced by ImageList_Create(), and ImageList_DrawIndirect().
| HDC _IMAGELIST::hdcImage |
Definition at line 99 of file imagelist.c.
Referenced by add_dib_bits(), alpha_blend_image(), ImageList_Add(), ImageList_BeginDrag(), ImageList_Copy(), ImageList_Create(), ImageList_CreateImage(), ImageList_DrawIndirect(), ImageList_Duplicate(), ImageList_GetIcon(), IMAGELIST_InternalExpandBitmaps(), ImageList_Merge(), ImageList_Read(), ImageList_Remove(), ImageList_Replace(), ImageList_ReplaceIcon(), ImageList_SetColorTable(), ImageList_SetIconSize(), and ImageList_SetImageCount().
| HDC _IMAGELIST::hdcMask |
Definition at line 100 of file imagelist.c.
Referenced by add_dib_bits(), ImageList_Add(), ImageList_BeginDrag(), ImageList_Copy(), ImageList_Create(), ImageList_DrawIndirect(), ImageList_Duplicate(), ImageList_GetIcon(), IMAGELIST_InternalExpandBitmaps(), ImageList_Merge(), ImageList_Read(), ImageList_Remove(), ImageList_Replace(), ImageList_ReplaceIcon(), ImageList_SetIconSize(), and ImageList_SetImageCount().
| IImageList2 _IMAGELIST::IImageList2_iface |
Definition at line 85 of file imagelist.c.
Referenced by ImageListImpl_QueryInterface(), and is_valid().
| INT _IMAGELIST::nOvlIdx[MAX_OVERLAYIMAGE] |
Definition at line 101 of file imagelist.c.
Referenced by ImageList_Create(), ImageList_DrawIndirect(), ImageList_Remove(), ImageList_SetIconSize(), ImageList_SetOverlayImage(), and ImageList_Write().
| LONG _IMAGELIST::ref |
Definition at line 114 of file imagelist.c.
Referenced by ImageListImpl_AddRef().
| UINT _IMAGELIST::uBitsPixel |
Definition at line 110 of file imagelist.c.
Referenced by ImageList_Add(), ImageList_Copy(), ImageList_Create(), and ImageList_CreateImage().
| DWORD _IMAGELIST::x4 |
Definition at line 91 of file imagelist.c.