MythTV
master
|
Go to the source code of this file.
Macros | |
#define | M_PI 3.14159265358979323846 |
#define | M_PI_F ((float)M_PI) |
#define | NB_RAND 0x10000 |
#define | RAND_INIT(i) |
#define | RAND_CLOSE() |
#define | iRAND(i) (RAND()%(i)) |
Functions | |
static int | RAND (void) |
Variables | |
int * | rand_tab |
static unsigned short | rand_pos |
#define M_PI 3.14159265358979323846 |
Definition at line 5 of file goom_tools.h.
#define M_PI_F ((float)M_PI) |
Definition at line 7 of file goom_tools.h.
#define NB_RAND 0x10000 |
Definition at line 9 of file goom_tools.h.
#define RAND_INIT | ( | i | ) |
#define RAND_CLOSE | ( | ) |
Definition at line 27 of file goom_tools.h.
#define iRAND | ( | i | ) | (RAND()%(i)) |
Definition at line 33 of file goom_tools.h.
|
inlinestatic |
Definition at line 22 of file goom_tools.h.
Referenced by calculatePXandPY(), ifs_update(), and zoomFilterFastRGB().
int* rand_tab |
Definition at line 16 of file graphic.cpp.
Referenced by goom_init(), and RAND().
|
static |
Definition at line 13 of file goom_tools.h.
Referenced by goom_init(), and RAND().