eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4d_imgdec_d4d.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define D4D_EXTSRC_HEADER_D4D_SIZE
 

Typedefs

typedef struct
D4D_EXTSRC_HEADER_D4D_S 
D4D_EXTSRC_HEADER_D4D
 
typedef struct
D4D_EXTSRC_HEADER_D4D_1_S 
D4D_EXTSRC_HEADER_D4D_1
 

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)
 
void D4D_LCD_Bmp65kNoPalExt (D4D_COOR x1, D4D_COOR y1, D4D_COOR x2, D4D_COOR y2, D4D_FILEPTR pFile, LWord dataOffset, D4D_BOOL Compressed, D4D_BOOL GreyScale)
 

Detailed Description

D4D driver external pictures d4d decoder functions header file.

Author
Petr Gargulak
Version
0.0.7.0
Date
Feb-19-2013

Definition in file d4d_imgdec_d4d.h.

Macro Definition Documentation

#define D4D_EXTSRC_HEADER_D4D_SIZE

Definition at line 97 of file d4d_imgdec_d4d.h.

Typedef Documentation

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:

void D4D_LCD_Bmp65kNoPalExt ( D4D_COOR  x1,
D4D_COOR  y1,
D4D_COOR  x2,
D4D_COOR  y2,
D4D_FILEPTR  pFile,
LWord  dataOffset,
D4D_BOOL  Compressed,
D4D_BOOL  GreyScale 
)