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

Functions

D4D_EXTIMG_TYPE D4D_GetImgSrcType (D4D_BMP *pBmp)
 Function returns the type of image source. More...
 
void D4D_DrawRBmpXY (D4D_COOR x, D4D_COOR y, const D4D_BMP *pBmp, D4D_BOOL greyScale, D4D_COOR radius)
 Function draw the bitmap on the specify coordination. More...
 
void D4D_DrawBmpRect (D4D_POINT *ppt, D4D_SIZE *psz, const D4D_BMP *pBmp, D4D_BMP_PROPERTIES bmpProp, D4D_COLOR colorBkgd, D4D_BOOL greyScale)
 Function draw the bitmap on the specify coordination into rectangle. More...
 
D4D_SIZE D4D_GetBmpSize (const D4D_BMP *pBmp)
 Function gets information about bitmap size. More...
 
D4D_COOR D4D_GetBmpWidth (const D4D_BMP *pBmp)
 Function gets information about bitmap width. More...
 
D4D_COOR D4D_GetBmpHeight (const D4D_BMP *pBmp)
 Function gets information about bitmap height. More...
 
int D4D_GetBmpHeader (D4D_BMP *pBmp, void *pBuff, int max_size)
 Function gets image file header. More...
 

Variables

static const D4D_EXTIMG_FUNC d4d_extImgFunc [D4D_EXTIMG_ITEMS_CNT]
 
const D4D_BMP d4d_mouseNoCursor
 

Detailed Description

D4D driver bmp decoder functions c file.

Author
Petr Gargulak
Version
0.0.36.0
Date
Oct-3-2013

Definition in file d4d_bmp.c.

Variable Documentation

const D4D_EXTIMG_FUNC d4d_extImgFunc[D4D_EXTIMG_ITEMS_CNT]
static

Definition at line 55 of file d4d_bmp.c.

const D4D_BMP d4d_mouseNoCursor

Definition at line 63 of file d4d_bmp.c.