rasdaman complete source
|
Go to the source code of this file.
Classes | |
struct | wx_permute_cmap |
class | wxPixmap |
Typedefs | |
typedef unsigned long | COLORREF |
typedef struct wx_permute_cmap | wx_permute_cmap |
typedef void(* | wx_pixmap_translate )(const unsigned char *src, unsigned char *dest, int width, int height, int srcPitch, int destPitch, const unsigned char *tt) |
typedef void(wxPixmap::* | wx_pixmap_dither )(unsigned char *dest, int destPad) |
typedef int(wxPixmap::* | pixmap_colour_match )(unsigned char r, unsigned char g, unsigned char b) |
Variables | |
unsigned char * | TrueTransTab |
unsigned char * | FastDitherTab |
int | TrueTransCount |
int | FastDitherCount |
typedef unsigned long COLORREF |
typedef int(wxPixmap::* pixmap_colour_match)(unsigned char r, unsigned char g, unsigned char b) |
typedef struct wx_permute_cmap wx_permute_cmap |
typedef void(wxPixmap::* wx_pixmap_dither)(unsigned char *dest, int destPad) |
typedef void(* wx_pixmap_translate)(const unsigned char *src, unsigned char *dest, int width, int height, int srcPitch, int destPitch, const unsigned char *tt) |
int FastDitherCount |
unsigned char* FastDitherTab |
int TrueTransCount |
unsigned char* TrueTransTab |