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

Go to the source code of this file.

Functions

static int gfx_get (void *target, float fx1, float fy1, float fx2, float fy2, unsigned char *dest, int coord_type, FBARRAY *array, int usenewheader)
 
FBCALL int fb_GfxGet (void *target, float fx1, float fy1, float fx2, float fy2, unsigned char *dest, int coord_type, FBARRAY *array)
 
FBCALL int fb_GfxGetQB (void *target, float fx1, float fy1, float fx2, float fy2, unsigned char *dest, int coord_type, FBARRAY *array)
 

Function Documentation

FBCALL int fb_GfxGet ( void *  target,
float  fx1,
float  fy1,
float  fx2,
float  fy2,
unsigned char *  dest,
int  coord_type,
FBARRAY array 
)

Definition at line 70 of file gfx_get.c.

Here is the call graph for this function:

FBCALL int fb_GfxGetQB ( void *  target,
float  fx1,
float  fy1,
float  fx2,
float  fy2,
unsigned char *  dest,
int  coord_type,
FBARRAY array 
)

Definition at line 76 of file gfx_get.c.

Here is the call graph for this function:

static int gfx_get ( void *  target,
float  fx1,
float  fy1,
float  fx2,
float  fy2,
unsigned char *  dest,
int  coord_type,
FBARRAY array,
int  usenewheader 
)
static

Definition at line 7 of file gfx_get.c.

Here is the call graph for this function:

Here is the caller graph for this function: