eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4d_bmp.h File Reference
Include dependency graph for d4d_bmp.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

D4D driver bmp decoder header file.

Author
Petr Gargulak
Version
0.0.22.0
Date
Oct-2-2013

Definition in file d4d_bmp.h.