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

Go to the source code of this file.

Functions

static void * gfx_imagecreate (int width, int height, unsigned int color, int depth, int flags, int usenewheader)
 
FBCALL void * fb_GfxImageCreate (int width, int height, unsigned int color, int depth, int flags)
 
FBCALL void * fb_GfxImageCreateQB (int width, int height, unsigned int color, int depth, int flags)
 
FBCALL void fb_GfxImageDestroy (void *image)
 

Function Documentation

FBCALL void* fb_GfxImageCreate ( int  width,
int  height,
unsigned int  color,
int  depth,
int  flags 
)

Definition at line 79 of file gfx_image.c.

Here is the call graph for this function:

FBCALL void* fb_GfxImageCreateQB ( int  width,
int  height,
unsigned int  color,
int  depth,
int  flags 
)

Definition at line 84 of file gfx_image.c.

Here is the call graph for this function:

FBCALL void fb_GfxImageDestroy ( void *  image)

Definition at line 89 of file gfx_image.c.

static void* gfx_imagecreate ( int  width,
int  height,
unsigned int  color,
int  depth,
int  flags,
int  usenewheader 
)
static

Definition at line 5 of file gfx_image.c.

Here is the call graph for this function:

Here is the caller graph for this function: