MythTV  master
Classes | Functions
ifs.h File Reference
#include "goomconfig.h"
Include dependency graph for ifs.h:
This graph shows which files directly or indirectly include this file:

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)
 
IFSPointdraw_ifs (int *nbPoints)
 

Function Documentation

◆ init_ifs()

void init_ifs ( int  width,
int  height 
)

Definition at line 166 of file ifs.cpp.

Referenced by goom_init(), and goom_set_resolution().

◆ ifs_update()

void ifs_update ( guint32 data,
const guint32 back,
int  width,
int  height,
int  increment 
)

Definition at line 13 of file ifs_display.cpp.

Referenced by goom_update().

◆ release_ifs()

void release_ifs ( void  )

Definition at line 487 of file ifs.cpp.

Referenced by goom_close().

◆ draw_ifs()

IFSPoint* draw_ifs ( int *  nbPoints)

Definition at line 411 of file ifs.cpp.

Referenced by ifs_update().