xine-lib 1.2.11
|
#include <goom_plugin_info.h>
Data Structures | |
struct | _SIZE_TYPE |
Allows FXs to know the current state of the plugin.
int _PLUGIN_INFO::affiche |
Referenced by plugin_info_init(), and update_message().
unsigned int* _PLUGIN_INFO::back |
Referenced by goom_close(), goom_set_resolution(), and init_buffers().
Pixel* _PLUGIN_INFO::conv |
Referenced by goom_close(), goom_set_resolution(), and init_buffers().
VisualFX _PLUGIN_INFO::convolve_fx |
The known FX
Referenced by goom_close(), and goom_init().
GoomState* _PLUGIN_INFO::curGState |
Referenced by goom_update(), plugin_info_init(), and tentacle_fx_apply().
unsigned int _PLUGIN_INFO::cycle |
state of goom
Referenced by convolve_apply(), goom_init(), and goom_update().
int _PLUGIN_INFO::cyclesSinceLastChange |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::decay_ifs |
Referenced by goom_update(), and plugin_info_init().
void(* _PLUGIN_INFO::draw_line) (Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny) |
Referenced by fs_apply(), goom_lines_draw(), grid3d_draw(), and setOptimizedMethods().
int _PLUGIN_INFO::drawLinesDuration |
Referenced by goom_update(), and plugin_info_init().
struct goomfont_s* _PLUGIN_INFO::font |
Referenced by goom_close(), goom_init(), goom_update(), and update_message().
GMLine* _PLUGIN_INFO::gmline1 |
effet de ligne..
Referenced by goom_close(), goom_init(), goom_set_resolution(), and goom_update().
GMLine* _PLUGIN_INFO::gmline2 |
Referenced by goom_close(), goom_init(), goom_set_resolution(), and goom_update().
int _PLUGIN_INFO::goomvar |
Referenced by goom_update(), and plugin_info_init().
GoomRandom* _PLUGIN_INFO::gRandom |
VisualFX _PLUGIN_INFO::ifs_fx |
Referenced by goom_close(), goom_init(), goom_set_resolution(), and goom_update().
int _PLUGIN_INFO::ifs_incr |
Referenced by goom_update(), ifs_vfx_apply(), and plugin_info_init().
int _PLUGIN_INFO::lineMode |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::lockvar |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::longueur |
Referenced by update_message().
int _PLUGIN_INFO::loopvar |
Referenced by goom_update(), and plugin_info_init().
char _PLUGIN_INFO::message[0x800] |
Referenced by update_message().
struct { ... } _PLUGIN_INFO::methods |
Referenced by fs_apply(), goom_lines_draw(), grid3d_draw(), setOptimizedMethods(), and zoomFilterFastRGB().
int _PLUGIN_INFO::nbParams |
Referenced by plugin_info_add_visual(), and plugin_info_init().
int _PLUGIN_INFO::nbVisuals |
Referenced by plugin_info_add_visual(), and plugin_info_init().
int _PLUGIN_INFO::numberOfLinesInMessage |
Referenced by update_message().
Pixel* _PLUGIN_INFO::outputBuf |
Referenced by goom_set_screenbuffer(), goom_update(), and init_buffers().
Pixel* _PLUGIN_INFO::p1 |
Referenced by goom_update(), init_buffers(), and update_message().
Pixel * _PLUGIN_INFO::p2 |
Referenced by goom_update(), and init_buffers().
PluginParameters* _PLUGIN_INFO::params |
Referenced by goom_close(), and plugin_info_add_visual().
unsigned int* _PLUGIN_INFO::pixel |
image buffers
Referenced by goom_close(), goom_init(), goom_set_resolution(), and init_buffers().
int _PLUGIN_INFO::previousZoomSpeed |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::recay_ifs |
Referenced by goom_update(), and plugin_info_init().
struct _PLUGIN_INFO::_SIZE_TYPE _PLUGIN_INFO::screen |
Referenced by choose_a_goom_line(), compute_tables(), convolve_apply(), create_output_with_brightness(), fs_apply(), fs_sound_event_occured(), getPixelRGB(), goom_init(), goom_set_resolution(), goom_update(), ifs_update(), init_ifs(), pointFilter(), setPixelRGB(), tentacle_fx_apply(), and update_message().
int _PLUGIN_INFO::sintable[0x10000] |
sinus table
Referenced by plugin_info_init().
SoundInfo _PLUGIN_INFO::sound |
VisualFX _PLUGIN_INFO::star_fx |
Referenced by goom_close(), goom_init(), and goom_update().
GoomState _PLUGIN_INFO::states[128] |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::stateSelectionBlocker |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::stateSelectionRnd |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::statesNumber |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::statesRangeMax |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::stop_lines |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::switchIncr |
Referenced by goom_update(), and plugin_info_init().
int _PLUGIN_INFO::switchIncrAmount |
Referenced by goom_update(), and plugin_info_init().
float _PLUGIN_INFO::switchMult |
Referenced by goom_update(), and plugin_info_init().
float _PLUGIN_INFO::switchMultAmount |
Referenced by goom_update(), and plugin_info_init().
VisualFX _PLUGIN_INFO::tentacles_fx |
Referenced by goom_close(), goom_init(), and goom_update().
int _PLUGIN_INFO::timeOfTitleDisplay |
Referenced by goom_update(), and plugin_info_init().
char _PLUGIN_INFO::titleText[1024] |
Referenced by goom_update().
struct { ... } _PLUGIN_INFO::update |
goom_update internals. I took all static variables from goom_update and put them here.. for the moment.
Referenced by goom_update(), ifs_vfx_apply(), and plugin_info_init().
struct { ... } _PLUGIN_INFO::update_message |
Referenced by plugin_info_init(), and update_message().
VisualFX** _PLUGIN_INFO::visuals |
Referenced by goom_close(), plugin_info_add_visual(), and plugin_info_init().
void(* _PLUGIN_INFO::zoom_filter) (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]) |
Referenced by setOptimizedMethods(), and zoomFilterFastRGB().
VisualFX _PLUGIN_INFO::zoomFilter_fx |
Referenced by goom_close(), goom_init(), and zoomFilterFastRGB().
ZoomFilterData _PLUGIN_INFO::zoomFilterData |
Referenced by goom_update(), and plugin_info_init().