Go to the source code of this file.
Defines | |
#define | DESELECTED 0 |
#define | SELECTED 1 |
#define | FI_DIB 0 |
#define | FI_GIF 1 |
#define | FI_TGA 2 |
#define | PALVERSION 0x300 |
#define | MAXPALETTE 256 |
#define | MAXTEXT 256 |
#define | BOUND(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) |
#define | SWAP(x, y) ((x)^=(y)^=(x)^=(y)) |
#define | MIN(x, y) (((x) <= (y)) : x ? y) |
#define | StartWait() hcurSave = SetCursor(LoadCursor(NULL,IDC_WAIT)) |
#define | EndWait() SetCursor(hcurSave) |
#define | ISDIB(bft) ((bft) == BFT_BITMAP) |
#define | ALIGNULONG(i) ((i+3)/4*4) |
#define | WIDTHBYTES(i) ((i+31)/32*4) |
#define | NMENUHELPDATA 12 |
Typedefs | |
typedef struct tagMENUHELPDATA | MENUHELPDATA |
Functions | |
short | read_gif_image (char *, short) |
int | out_line (unsigned char *linepixels, int linelen) |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
BOOL | _TraceOutline (HWND parent_window, HWND info_window, char *filename, X__STRUCTURE *lpX__in) |
Variables | |
unsigned char | p_red [] |
unsigned char | p_green [] |
unsigned char | p_blue [] |
int | colourmap_size |
int | x_size |
int | y_size |
int | gif_iLace |
#define StartWait | ( | ) | hcurSave = SetCursor(LoadCursor(NULL,IDC_WAIT)) |
typedef struct tagMENUHELPDATA MENUHELPDATA |
short read_gif_image | ( | char * | , | |
short | ||||
) |
int out_line | ( | unsigned char * | linepixels, | |
int | linelen | |||
) |
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 947 of file TRACE.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, FALSE, hThisInstance, and TRUE.
BOOL _TraceOutline | ( | HWND | parent_window, | |
HWND | info_window, | |||
char * | filename, | |||
X__STRUCTURE * | lpX__in | |||
) |
int colourmap_size |