eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4d_imgdec_d4dint.c File Reference
Include dependency graph for d4d_imgdec_d4dint.c:

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)
 

Detailed Description

D4D driver external pictures d4d decoder functions c file.

Author
Petr Gargulak
Version
0.0.16.0
Date
Jan-14-2014

Definition in file d4d_imgdec_d4dint.c.

Function Documentation

static D4D_BOOL D4D_BmpHeaderCheckEndianism ( const D4D_BMP pBmp)
static

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.

Here is the caller graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

D4D_COOR D4D_ImgDecIntD4DGetHeight ( D4D_CHAR pFileName)

Get height - BMP image file

Definition at line 310 of file d4d_imgdec_d4dint.c.

Here is the call graph for this function:

D4D_SIZE D4D_ImgDecIntD4DGetSize ( D4D_CHAR pFileName)

Get size - BMP image file

Definition at line 338 of file d4d_imgdec_d4dint.c.

Here is the call graph for this function:

D4D_COOR D4D_ImgDecIntD4DGetWidth ( D4D_CHAR pFileName)

Get width - BMP image file

Definition at line 284 of file d4d_imgdec_d4dint.c.

Here is the call graph for this function: