Go to the source code of this file.
Classes | |
| struct | _GMUNITPOINTER |
| struct | _GMLINE |
Typedefs | |
| typedef struct _GMUNITPOINTER | GMUnitPointer |
| typedef struct _GMLINE | GMLine |
Functions | |
| GMLine * | goom_lines_init (int rx, int ry, int IDsrc, float paramS, int modeCoulSrc, int IDdest, float paramD, int modeCoulDest) |
| void | goom_lines_switch_to (GMLine *gml, int IDdest, float param, float amplitude, int modeCoul) |
| void | goom_lines_set_res (GMLine *gml, int rx, int ry) |
| void | goom_lines_free (GMLine **gml) |
| void | goom_lines_draw (GMLine *gml, gint16 data[512], unsigned int *p) |
| typedef struct _GMUNITPOINTER GMUnitPointer |
| GMLine* goom_lines_init | ( | int | rx, | |
| int | ry, | |||
| int | IDsrc, | |||
| float | paramS, | |||
| int | modeCoulSrc, | |||
| int | IDdest, | |||
| float | paramD, | |||
| int | modeCoulDest | |||
| ) |
Definition at line 168 of file mythtv/libs/libmythtv/visualisations/goom/lines.c.
Referenced by goom_init().
| void goom_lines_switch_to | ( | GMLine * | gml, | |
| int | IDdest, | |||
| float | param, | |||
| float | amplitude, | |||
| int | modeCoul | |||
| ) |
Definition at line 156 of file mythtv/libs/libmythtv/visualisations/goom/lines.c.
Referenced by goom_lines_init(), and goom_update().
| void goom_lines_set_res | ( | GMLine * | gml, | |
| int | rx, | |||
| int | ry | |||
| ) |
Definition at line 104 of file mythtv/libs/libmythtv/visualisations/goom/lines.c.
Referenced by goom_set_resolution().
| void goom_lines_free | ( | GMLine ** | gml | ) |
Definition at line 205 of file mythtv/libs/libmythtv/visualisations/goom/lines.c.
Referenced by goom_close().
| void goom_lines_draw | ( | GMLine * | gml, | |
| gint16 | data[512], | |||
| unsigned int * | p | |||
| ) |
Definition at line 214 of file mythtv/libs/libmythtv/visualisations/goom/lines.c.
Referenced by goom_update().
1.6.3