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

Go to the source code of this file.

Functions

static void fb_hPutCustom1 (unsigned char *src, unsigned char *dest, int w, int h, int src_pitch, int dest_pitch, int alpha, BLENDER *blender, void *param)
 
static void fb_hPutCustom2 (unsigned char *src, unsigned char *dest, int w, int h, int src_pitch, int dest_pitch, int alpha, BLENDER *blender, void *param)
 
static void fb_hPutCustom4 (unsigned char *src, unsigned char *dest, int w, int h, int src_pitch, int dest_pitch, int alpha, BLENDER *blender, void *param)
 
void fb_hPutCustom (unsigned char *src, unsigned char *dest, int w, int h, int src_pitch, int dest_pitch, int alpha, BLENDER *blender, void *param)
 

Function Documentation

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

Definition at line 78 of file gfx_put_custom.c.

Here is the call graph for this function:

static void fb_hPutCustom1 ( 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 7 of file gfx_put_custom.c.

Here is the caller graph for this function:

static void fb_hPutCustom2 ( 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 28 of file gfx_put_custom.c.

Here is the caller graph for this function:

static void fb_hPutCustom4 ( 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 57 of file gfx_put_custom.c.

Here is the caller graph for this function: