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

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)
 

Detailed Description

D4D driver external pictures d4d decoder functions c file.

Author
Petr Gargulak
Version
0.0.13.0
Date
Feb-19-2013

Definition in file d4d_imgdec_d4d.c.

Function Documentation

void D4D_ImgDecExtD4DDraw ( D4D_COOR  x,
D4D_COOR  y,
D4D_CHAR pFileName,
D4D_BOOL  greyScale,
D4D_COOR  radius 
)

Definition at line 91 of file d4d_imgdec_d4d.c.

Here is the call graph for this function:

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.

D4D_COOR D4D_ImgDecExtD4DGetHeight ( D4D_CHAR pFileName)

Get height - BMP image file

Definition at line 451 of file d4d_imgdec_d4d.c.

Here is the call graph for this function:

D4D_SIZE D4D_ImgDecExtD4DGetSize ( D4D_CHAR pFileName)

Get size - BMP image file

Definition at line 464 of file d4d_imgdec_d4d.c.

Here is the caller graph for this function:

D4D_COOR D4D_ImgDecExtD4DGetWidth ( D4D_CHAR pFileName)

Internal Bitmap support

Get width - BMP image file

Definition at line 439 of file d4d_imgdec_d4d.c.

Here is the call graph for this function: