MythTV master
Classes | Functions
ifs.h File Reference
#include <cstdint>
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 (uint32_t *data, const uint32_t *back, int width, int height, int increment)
 
void release_ifs (void)
 
IFSPointdraw_ifs (int *nbPoints)
 

Function Documentation

◆ draw_ifs()

IFSPoint * draw_ifs ( int *  nbPoints)

Definition at line 393 of file ifs.cpp.

Referenced by ifs_update().

◆ ifs_update()

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

Definition at line 17 of file ifs_display.cpp.

Referenced by goom_update().

◆ init_ifs()

void init_ifs ( int  width,
int  height 
)

Definition at line 162 of file ifs.cpp.

Referenced by goom_init(), and goom_set_resolution().

◆ release_ifs()

void release_ifs ( void  )

Definition at line 469 of file ifs.cpp.

Referenced by goom_close().