|
MythTV master
|
#include "goomconfig.h"Go to the source code of this file.
Classes | |
| struct | IFSPoint |
Functions | |
| void | init_ifs (int width, int height) |
| void | ifs_update (guint32 *data, const guint32 *back, int width, int height, int increment) |
| void | release_ifs (void) |
| IFSPoint * | draw_ifs (int *nbPoints) |
| IFSPoint * draw_ifs | ( | int * | nbPoints | ) |
Definition at line 411 of file ifs.cpp.
Referenced by ifs_update().
Definition at line 13 of file ifs_display.cpp.
Referenced by goom_update().
| void init_ifs | ( | int | width, |
| int | height | ||
| ) |
Definition at line 166 of file ifs.cpp.
Referenced by goom_init(), and goom_set_resolution().
| void release_ifs | ( | void | ) |
Definition at line 487 of file ifs.cpp.
Referenced by goom_close().