|
static void | composite (RU_CompositeType op, int xsize, int ysize, float *bcolor, const float *balpha, const float *fcolor, const float *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, unsigned char *bcolor, const unsigned char *balpha, const unsigned char *fcolor, const unsigned char *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, unsigned char *bcolor, const unsigned short *balpha, const unsigned char *fcolor, const unsigned short *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, unsigned char *bcolor, const float *balpha, const unsigned char *fcolor, const float *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, unsigned short *bcolor, const unsigned short *balpha, const unsigned short *fcolor, const unsigned short *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, unsigned short *bcolor, const unsigned char *balpha, const unsigned short *fcolor, const unsigned char *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, unsigned short *bcolor, const float *balpha, const unsigned short *fcolor, const float *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, float *bcolor, const unsigned short *balpha, const float *fcolor, const unsigned short *falpha) |
|
static void | composite (RU_CompositeType op, int xsize, int ysize, float *bcolor, const unsigned char *balpha, const float *fcolor, const unsigned char *falpha) |
|
static void | compositeGeo (RU_CompositeType op, int xsize, int ysize, float *bcolor, const float *balpha, const float *fcolor, const float *falpha, const float *fore[4]) |
|
static void | compositeAlpha (RU_CompositeType op, int xsize, int ysize, float *balpha, const float *falpha) |
|
static void | compositeAlpha (RU_CompositeType op, int xsize, int ysize, unsigned char *balpha, const unsigned char *falpha) |
|
static void | compositeAlpha (RU_CompositeType op, int xsize, int ysize, unsigned short *balpha, const unsigned short *falpha) |
|
Definition at line 35 of file RU_Composite.h.