|
MythTV master
|
Go to the source code of this file.
Classes | |
| struct | GMUnitPointer |
| struct | GMLine |
Macros | |
| #define | GML_CIRCLE 0 |
| #define | GML_HLINE 1 |
| #define | GML_VLINE 2 |
| #define | GML_BLEUBLANC 0 |
| #define | GML_RED 1 |
| #define | GML_ORANGE_V 2 |
| #define | GML_ORANGE_J 3 |
| #define | GML_VERT 4 |
| #define | GML_BLEU 5 |
| #define | GML_BLACK 6 |
Functions | |
| GMLine * | goom_lines_init (int rx, int ry, int IDsrc, float paramS, int coulS, int IDdest, float paramD, int coulD) |
| void | goom_lines_switch_to (GMLine *gml, int IDdest, float param, float amplitude, int col) |
| void | goom_lines_set_res (GMLine *gml, int rx, int ry) |
| void | goom_lines_free (GMLine **gml) |
| void | goom_lines_draw (GMLine *line, const GoomSingleData &data, unsigned int *p) |
| void goom_lines_draw | ( | GMLine * | line, |
| const GoomSingleData & | data, | ||
| unsigned int * | p | ||
| ) |
Definition at line 200 of file lines.cpp.
Referenced by goom_update().
| void goom_lines_free | ( | GMLine ** | gml | ) |
Definition at line 191 of file lines.cpp.
Referenced by goom_close().
| GMLine * goom_lines_init | ( | int | rx, |
| int | ry, | ||
| int | IDsrc, | ||
| float | paramS, | ||
| int | coulS, | ||
| int | IDdest, | ||
| float | paramD, | ||
| int | coulD | ||
| ) |
Definition at line 154 of file lines.cpp.
Referenced by goom_init().
| void goom_lines_set_res | ( | GMLine * | gml, |
| int | rx, | ||
| int | ry | ||
| ) |
Definition at line 95 of file lines.cpp.
Referenced by goom_set_resolution().
| void goom_lines_switch_to | ( | GMLine * | gml, |
| int | IDdest, | ||
| float | param, | ||
| float | amplitude, | ||
| int | col | ||
| ) |
Definition at line 142 of file lines.cpp.
Referenced by goom_lines_init(), and goom_update().