This section specifies the exact type for each typedef definition.
Data Fields |
| const void * | pData |
| | Pointer to data to internal memory. In case of external source of image this must be NULL. More...
|
| |
| const void * | pParam |
| | Pointer to pallete to internal memory. In case of external source of image is used as a pointer to file path. More...
|
| |
Pointer to data to internal memory. In case of external source of image this must be NULL.
Definition at line 102 of file d4d_bmp.h.
Pointer to pallete to internal memory. In case of external source of image is used as a pointer to file path.
Definition at line 103 of file d4d_bmp.h.
Image draw function.
Definition at line 109 of file d4d_bmp.h.
| int(* D4D_ImgDecGetHeader)(D4D_CHAR *pFileName, void *pBuff, int max_size) |
Get image header function.
Definition at line 113 of file d4d_bmp.h.
Get image height function.
Definition at line 111 of file d4d_bmp.h.
Get image size function.
Definition at line 112 of file d4d_bmp.h.
Get image width function.
Definition at line 110 of file d4d_bmp.h.
D4D_BMP_PROPERTIES type of image properties.
Definition at line 117 of file d4d_bmp.h.
D4D_EXTIMG_TYPE eGUI supported image type enumeration.
| Enumerator |
|---|
| D4D_EXTIMG_UNKNOWN |
Uknown image format - do nothing.
|
| D4D_EXTIMG_INTD4D |
Internal memory eGUI format of image.
|
| D4D_EXTIMG_D4D |
External memory eGUI format of image.
|
| D4D_EXTIMG_BMP |
External memory MicroSoft BMP format of image.
|
| D4D_EXTIMG_ITEMS_CNT |
Just last item where is stored the count of the image decoder. Keep it on last position.
|
Definition at line 90 of file d4d_bmp.h.