Go to the source code of this file.
|
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) |
|
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) | |
|
static void* gfx_imagecreate |
( |
int |
width, |
|
|
int |
height, |
|
|
unsigned int |
color, |
|
|
int |
depth, |
|
|
int |
flags, |
|
|
int |
usenewheader |
|
) |
| |
|
static |