FreeBASIC  0.91.0
gfx_bsave.c File Reference
#include "fb_gfx.h"
Include dependency graph for gfx_bsave.c:

Go to the source code of this file.

Data Structures

struct  BMP_HEADER
 

Typedefs

typedef struct BMP_HEADER BMP_HEADER
 

Functions

static int save_bmp (FB_GFXCTX *ctx, FILE *f, void *src, void *pal, int outbpp)
 
FBCALL int fb_GfxBsaveEx (FBSTRING *filename, void *src, unsigned int size, void *pal, int bitsperpixel)
 
FBCALL int fb_GfxBsave (FBSTRING *filename, void *src, unsigned int size, void *pal)
 

Typedef Documentation

typedef struct BMP_HEADER BMP_HEADER

Function Documentation

FBCALL int fb_GfxBsave ( FBSTRING filename,
void *  src,
unsigned int  size,
void *  pal 
)

Definition at line 286 of file gfx_bsave.c.

Here is the call graph for this function:

FBCALL int fb_GfxBsaveEx ( FBSTRING filename,
void *  src,
unsigned int  size,
void *  pal,
int  bitsperpixel 
)

Definition at line 218 of file gfx_bsave.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int save_bmp ( FB_GFXCTX ctx,
FILE *  f,
void *  src,
void *  pal,
int  outbpp 
)
static

Definition at line 30 of file gfx_bsave.c.

Here is the call graph for this function:

Here is the caller graph for this function: