lines.c File Reference
Go to the source code of this file.
|
Functions |
| static unsigned char | lighten (unsigned char value, float power) |
| static void | lightencolor (int *col, float power) |
| static void | genline (int id, float param, GMUnitPointer *l, int rx, int ry) |
| static guint32 | getcouleur (int mode) |
| void | goom_lines_set_res (GMLine *gml, int rx, int ry) |
| static void | goom_lines_move (GMLine *l) |
| void | goom_lines_switch_to (GMLine *gml, int IDdest, float param, float amplitude, int col) |
| GMLine * | goom_lines_init (int rx, int ry, int IDsrc, float paramS, int coulS, int IDdest, float paramD, int coulD) |
| void | goom_lines_free (GMLine **l) |
| void | goom_lines_draw (GMLine *line, gint16 data[512], unsigned int *p) |
Variables |
| unsigned int | resolx |
| unsigned int | c_resoly |
Function Documentation
| static unsigned char lighten |
( |
unsigned char |
value, |
|
|
float |
power | |
|
) |
| | [inline, static] |
| static void lightencolor |
( |
int * |
col, |
|
|
float |
power | |
|
) |
| | [static] |
| static void genline |
( |
int |
id, |
|
|
float |
param, |
|
|
GMUnitPointer * |
l, |
|
|
int |
rx, |
|
|
int |
ry | |
|
) |
| | [static] |
| static guint32 getcouleur |
( |
int |
mode |
) |
[static] |
| void goom_lines_set_res |
( |
GMLine * |
gml, |
|
|
int |
rx, |
|
|
int |
ry | |
|
) |
| | |
| static void goom_lines_move |
( |
GMLine * |
l |
) |
[static] |
| void goom_lines_switch_to |
( |
GMLine * |
gml, |
|
|
int |
IDdest, |
|
|
float |
param, |
|
|
float |
amplitude, |
|
|
int |
col | |
|
) |
| | |
| GMLine* goom_lines_init |
( |
int |
rx, |
|
|
int |
ry, |
|
|
int |
IDsrc, |
|
|
float |
paramS, |
|
|
int |
coulS, |
|
|
int |
IDdest, |
|
|
float |
paramD, |
|
|
int |
coulD | |
|
) |
| | |
| void goom_lines_free |
( |
GMLine ** |
l |
) |
|
| void goom_lines_draw |
( |
GMLine * |
line, |
|
|
gint16 |
data[512], |
|
|
unsigned int * |
p | |
|
) |
| | |
Variable Documentation