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

Go to the source code of this file.

Functions

static void fb_hPutAlphaMask (unsigned char *src, unsigned char *dest, int w, int h, int src_pitch, int dest_pitch, int alpha, BLENDER *blender, void *param)
 
FBCALL int fb_GfxPut (void *target, float fx, float fy, unsigned char *src, int x1, int y1, int x2, int y2, int coord_type, int put_mode, PUTTER *putter, int alpha, BLENDER *blender, void *param)
 

Function Documentation

FBCALL int fb_GfxPut ( void *  target,
float  fx,
float  fy,
unsigned char *  src,
int  x1,
int  y1,
int  x2,
int  y2,
int  coord_type,
int  put_mode,
PUTTER putter,
int  alpha,
BLENDER blender,
void *  param 
)

Definition at line 47 of file gfx_put.c.

Here is the call graph for this function:

static void fb_hPutAlphaMask ( unsigned char *  src,
unsigned char *  dest,
int  w,
int  h,
int  src_pitch,
int  dest_pitch,
int  alpha,
BLENDER blender,
void *  param 
)
static

Definition at line 16 of file gfx_put.c.

Here is the caller graph for this function: