#include "common_files/d4d_imgdec_d4dint.h"
#include "common_files/d4d_imgdec_d4d.h"
#include "common_files/d4d_imgdec_bmp.h"
Macros | |
#define | D4D_BMP_EXTSRC_SUPPORT_D4D_EXT |
D4D_BMP_EXTSRC_SUPPORT_D4D_EXT constant default declaration. More... | |
#define | D4D_BMP_CLEAR |
Macro that contains name of empty bitmap structure. More... | |
#define | D4D_DECLARE_BMP(name, pbmp, ppal) |
Macro that define the bitmap inside of internal memory. More... | |
#define | D4D_DECLARE_BMPFILE(name, filename) |
Macro that define the bitmap in external memory. More... | |
#define | D4D_EXTERN_BMP(name) |
Macro that externs the image structure. More... | |
Typedefs | |
typedef Byte | D4D_BMP_PROPERTIES |
D4D_BMP_PROPERTIES type of image properties. More... | |
Enumerations | |
enum | D4D_EXTIMG_TYPE { D4D_EXTIMG_UNKNOWN, D4D_EXTIMG_INTD4D, D4D_EXTIMG_D4D, D4D_EXTIMG_BMP, D4D_EXTIMG_ITEMS_CNT } |
D4D_EXTIMG_TYPE eGUI supported image type enumeration. More... | |
Functions | |
D4D_EXTIMG_TYPE | D4D_GetImgSrcType (D4D_BMP *pBmp) |
Function returns the type of image source. More... | |