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

Go to the source code of this file.

Functions

void fb_hPutPSetC (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_hPutAlpha4C (unsigned char *src, unsigned char *dest, int w, int h, int src_pitch, int dest_pitch, int alpha, BLENDER *blender, void *param)
 
void fb_hPutAlpha (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_hPutAlpha ( 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 47 of file gfx_put_alpha.c.

Here is the call graph for this function:

static void fb_hPutAlpha4C ( 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 19 of file gfx_put_alpha.c.

Here is the caller graph for this function:

void fb_hPutPSetC ( 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 16 of file gfx_put_pset.c.

Here is the caller graph for this function: