|
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...
|
|
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.