Go to the source code of this file.
Defines | |
#define | PI 3.1415926 |
Functions | |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
long | _RenderGlobalEffect (char *PrmList, sfxinfo *SFXinfo, sfxdata *SFXdata, vertex *Vlist) |
void | _PreviewGlobalEffect (char *PrmList, sfxinfo *SFXinfo, sfxdata *SFXdata, Svertex *Vlist) |
long | _RenderExternalEffect (char *PrmList, sfxinfo *SFXinfo, vertex *Vlist) |
void | _PreviewExternalEffect (char *PrmList, sfxinfo *SFXinfo, Svertex *Vlist) |
BOOL CALLBACK | TwistDlgProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
char * | _SetExternalParameters (char *Op, HWND hWnd, long ruler, char *name, X__MEMORY_MANAGER *lpEVI) |
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 53 of file twist.c.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, FALSE, and TRUE.
BOOL CALLBACK TwistDlgProc | ( | HWND | hwnd, | |
UINT | msg, | |||
WPARAM | wparam, | |||
LPARAM | lparam | |||
) |
Definition at line 214 of file twist.c.
References CentreDialogOnScreen(), DLG_TWIST_ANGLE, DLG_TWIST_CANCEL, DLG_TWIST_FB, DLG_TWIST_LR, DLG_TWIST_OK, DLG_TWIST_TWIST, DLG_TWIST_UD, DLG_TWIST_UNTWIST, FALSE, and TRUE.
Referenced by _SetExternalParameters().
char* _SetExternalParameters | ( | char * | Op, | |
HWND | hWnd, | |||
long | ruler, | |||
char * | name, | |||
X__MEMORY_MANAGER * | lpEVI | |||
) |
Definition at line 180 of file twist.c.
References CALL_FREE, CALL_MALLOC, DLG_TWIST, FALSE, and TwistDlgProc().