|
navit
0.5.3-trunk
|
#include <windows.h>#include "wingdi.h"Go to the source code of this file.
Data Structures | |
| struct | XPMCOLORENTRY_TAG |
| struct | XPM2BMP_TAG |
Typedefs | |
| typedef struct XPMCOLORENTRY_TAG | XPMCOLORENTRY |
| typedef struct XPMCOLORENTRY_TAG * | PXPMCOLORENTRY |
| typedef struct XPM2BMP_TAG | XPM2BMP |
| typedef struct XPM2BMP_TAG * | PXPM2BMP |
Functions | |
| PXPM2BMP | Xpm2bmp_new (void) |
| int | Xpm2bmp_load (PXPM2BMP pXpm2bmp, const char *filename) |
| int | Xpm2bmp_paint (PXPM2BMP pXpm2bmp, HDC hdc, int x1, int y1) |
| typedef struct XPM2BMP_TAG * PXPM2BMP |
| typedef struct XPMCOLORENTRY_TAG * PXPMCOLORENTRY |
| typedef struct XPM2BMP_TAG XPM2BMP |
| typedef struct XPMCOLORENTRY_TAG XPMCOLORENTRY |
| int Xpm2bmp_load | ( | PXPM2BMP | pXpm2bmp, |
| const char * | filename | ||
| ) |
References CreateBitmapFromXpm(), and filename.
Referenced by xpmdecode().
| PXPM2BMP Xpm2bmp_new | ( | void | ) |
Referenced by xpmdecode().
| int Xpm2bmp_paint | ( | PXPM2BMP | pXpm2bmp, |
| HDC | hdc, | ||
| int | x1, | ||
| int | y1 | ||
| ) |
References XPM2BMP_TAG::bmih, XPM2BMP_TAG::bmih_trans, XPM2BMP_TAG::size_x, XPM2BMP_TAG::size_y, XPM2BMP_TAG::wimage_data, and XPM2BMP_TAG::wimage_data_trans.
Referenced by draw_image().