navit  0.5.3-trunk
xpm2bmp.h File Reference
#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_TAGPXPMCOLORENTRY
 
typedef struct XPM2BMP_TAG XPM2BMP
 
typedef struct XPM2BMP_TAGPXPM2BMP
 

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 Documentation

◆ PXPM2BMP

typedef struct XPM2BMP_TAG * PXPM2BMP

◆ PXPMCOLORENTRY

◆ XPM2BMP

typedef struct XPM2BMP_TAG XPM2BMP

◆ XPMCOLORENTRY

Function Documentation

◆ Xpm2bmp_load()

int Xpm2bmp_load ( PXPM2BMP  pXpm2bmp,
const char *  filename 
)

References CreateBitmapFromXpm(), and filename.

Referenced by xpmdecode().

◆ Xpm2bmp_new()

PXPM2BMP Xpm2bmp_new ( void  )

Referenced by xpmdecode().

◆ Xpm2bmp_paint()

int Xpm2bmp_paint ( PXPM2BMP  pXpm2bmp,
HDC  hdc,
int  x1,
int  y1 
)