#include "d4d.h"
#include "common_files/d4d_lldapi.h"
#include "common_files/d4d_private.h"
#include "common_files/d4d_imgdec_d4d.h"
#include "common_files/d4d_imgdec_d4dint.h"
Functions | |
void | D4D_ImgDecExtD4DDraw (D4D_COOR x, D4D_COOR y, D4D_CHAR *pFileName, D4D_BOOL greyScale, D4D_COOR radius) |
D4D_COOR | D4D_ImgDecExtD4DGetWidth (D4D_CHAR *pFileName) |
D4D_COOR | D4D_ImgDecExtD4DGetHeight (D4D_CHAR *pFileName) |
D4D_SIZE | D4D_ImgDecExtD4DGetSize (D4D_CHAR *pFileName) |
int | D4D_ImgDecExtD4DGetHeader (D4D_CHAR *pFileName, void *pBuff, int max_size) |
D4D driver external pictures d4d decoder functions c file.
Definition in file d4d_imgdec_d4d.c.
int D4D_ImgDecExtD4DGetHeader | ( | D4D_CHAR * | pFileName, |
void * | pBuff, | ||
int | max_size | ||
) |
Get header - BMP image file
Definition at line 506 of file d4d_imgdec_d4d.c.
Get height - BMP image file
Definition at line 451 of file d4d_imgdec_d4d.c.
Get size - BMP image file
Definition at line 464 of file d4d_imgdec_d4d.c.
Internal Bitmap support
Get width - BMP image file
Definition at line 439 of file d4d_imgdec_d4d.c.