#include "d4d.h"
#include "common_files/d4d_lldapi.h"
#include "common_files/d4d_private.h"
#include "common_files/d4d_imgdec_d4dint.h"
Functions | |
static D4D_BOOL | D4D_BmpHeaderCheckEndianism (const D4D_BMP *pBmp) |
void | D4D_ImgDecIntD4DDraw (D4D_COOR x, D4D_COOR y, D4D_CHAR *pFileName, D4D_BOOL greyScale, D4D_COOR radius) |
D4D_COOR | D4D_ImgDecIntD4DGetWidth (D4D_CHAR *pFileName) |
D4D_COOR | D4D_ImgDecIntD4DGetHeight (D4D_CHAR *pFileName) |
D4D_SIZE | D4D_ImgDecIntD4DGetSize (D4D_CHAR *pFileName) |
int | D4D_ImgDecIntD4DGetHeader (D4D_CHAR *pFileName, void *pBuff, int max_size) |
D4D driver external pictures d4d decoder functions c file.
Definition in file d4d_imgdec_d4dint.c.
Return next pixel color from picture source
Return next pixel color from picture source
Return next pixel color from picture source
Return next pixel color from picture source
Return next pixel color from picture source
Return next pixel color from picture source
Definition at line 773 of file d4d_imgdec_d4dint.c.
void D4D_ImgDecIntD4DDraw | ( | D4D_COOR | x, |
D4D_COOR | y, | ||
D4D_CHAR * | pFileName, | ||
D4D_BOOL | greyScale, | ||
D4D_COOR | radius | ||
) |
Draw bitmap from internal memory
Definition at line 101 of file d4d_imgdec_d4dint.c.
int D4D_ImgDecIntD4DGetHeader | ( | D4D_CHAR * | pFileName, |
void * | pBuff, | ||
int | max_size | ||
) |
Get header - BMP image file
Definition at line 377 of file d4d_imgdec_d4dint.c.
Get height - BMP image file
Definition at line 310 of file d4d_imgdec_d4dint.c.
Get size - BMP image file
Definition at line 338 of file d4d_imgdec_d4dint.c.
Get width - BMP image file
Definition at line 284 of file d4d_imgdec_d4dint.c.