MythTV
master
|
#include <cinttypes>
#include <cstddef>
#include <cstdlib>
Go to the source code of this file.
Functions | |
static void | RAND_INIT (int i) |
static int | RAND (void) |
static void | RAND_CLOSE () |
static unsigned int | iRAND (int i) |
Variables | |
static constexpr double | M_PI { 3.14159265358979323846 } |
static constexpr float | M_PI_F { static_cast<float>(M_PI) } |
static constexpr size_t | NB_RAND { 0x10000 } |
int * | rand_tab |
static unsigned short | rand_pos |
|
inlinestatic |
Definition at line 19 of file goom_tools.h.
|
inlinestatic |
Definition at line 29 of file goom_tools.h.
Referenced by calculatePXandPY(), ifs_update(), iRAND(), LRAND(), and zoomFilterFastRGB().
|
inlinestatic |
Definition at line 35 of file goom_tools.h.
Referenced by goom_close().
|
inlinestatic |
Definition at line 42 of file goom_tools.h.
Referenced by choose_a_goom_line(), goom_lines_move(), goom_update(), pretty_move(), and tentacle_update().
|
staticconstexpr |
Definition at line 9 of file goom_tools.h.
Referenced by BumpScope::BumpScope(), BumpScope::draw(), fsurround_decoder::Impl::get_yfs(), Piano::Piano(), Random_Simis(), and BumpScope::translate().
|
staticconstexpr |
Definition at line 11 of file goom_tools.h.
|
staticconstexpr |
Definition at line 13 of file goom_tools.h.
Referenced by goom_init(), and RAND_INIT().
int* rand_tab |
Definition at line 16 of file graphic.cpp.
Referenced by goom_init(), RAND(), RAND_CLOSE(), and RAND_INIT().
|
static |
Definition at line 17 of file goom_tools.h.
Referenced by goom_init(), RAND(), and RAND_INIT().