|
LMMS
|
Macros | |
| #define | WDL_NO_DEFINE_MINMAX |
| #define | ROL(x, y) |
| #define | ROR(x, y) |
Functions | |
| void | LICE_TexGen_Marble (LICE_IBitmap *dest, const RECT *rect, float rv, float gv, float bv, float intensity) |
| void | initNoise () |
| static __inline float | fade (float t) |
| static __inline float | lerp (float t, float a, float b) |
| static __inline float | grad (int hash, float x, float y) |
| static float | noise (float x, float y) |
| void | LICE_TexGen_Noise (LICE_IBitmap *dest, const RECT *rect, float rv, float gv, float bv, float intensity, int mode, int smooth) |
| static float | turbulence (int x, int y, float size, float isize) |
| void | LICE_TexGen_CircNoise (LICE_IBitmap *dest, const RECT *rect, float rv, float gv, float bv, float nrings, float power, int size) |
Variables | |
| int | m_noiseTab [512] |
| #define WDL_NO_DEFINE_MINMAX |
|
static |
|
static |
| void initNoise | ( | ) |
|
static |
| void LICE_TexGen_CircNoise | ( | LICE_IBitmap * | dest, |
| const RECT * | rect, | ||
| float | rv, | ||
| float | gv, | ||
| float | bv, | ||
| float | nrings, | ||
| float | power, | ||
| int | size ) |
| void LICE_TexGen_Marble | ( | LICE_IBitmap * | dest, |
| const RECT * | rect, | ||
| float | rv, | ||
| float | gv, | ||
| float | bv, | ||
| float | intensity ) |
| void LICE_TexGen_Noise | ( | LICE_IBitmap * | dest, |
| const RECT * | rect, | ||
| float | rv, | ||
| float | gv, | ||
| float | bv, | ||
| float | intensity, | ||
| int | mode, | ||
| int | smooth ) |
|
static |
| int m_noiseTab[512] |