#include "swf.h"#include "graphic16.h"#include "graphic24.h"#include "graphic32.h"Include dependency graph for flash.cc:

Go to the source code of this file.
Functions | |
| FlashHandle | FlashNew () |
| int | FlashParse (FlashHandle flashHandle, int level, char *data, long size) |
| void | FlashGetInfo (FlashHandle flashHandle, struct FlashInfo *fi) |
| long | FlashGraphicInit (FlashHandle flashHandle, FlashDisplay *fd) |
| void | FlashSoundInit (FlashHandle flashHandle, char *device) |
| void | FlashZoom (FlashHandle flashHandle, int zoom) |
| void | FlashOffset (FlashHandle flashHandle, int x, int y) |
| long | FlashExec (FlashHandle flashHandle, long flag, FlashEvent *fe, struct timeval *wakeDate) |
| void | FlashSetGetSwfMethod (FlashHandle flashHandle, void(*getSwf)(char *url, int level, void *clientData), void *clientData) |
| void | FlashSetCursorOnOffMethod (FlashHandle flashHandle, void(*cursorOnOff)(int, void *), void *clientData) |
| void | FlashSetGetUrlMethod (FlashHandle flashHandle, void(*getUrl)(char *, char *, void *), void *clientData) |
| void | FlashClose (FlashHandle flashHandle) |
| void | FlashSettings (FlashHandle flashHandle, long settings) |
| void | flash_dump (void) |
Variables | |
| int | shape_size |
| int | shape_nb |
| int | shaperecord_size |
| int | shaperecord_nb |
| int | style_size |
| int | style_nb |
|
|
Definition at line 268 of file flash.cc. References printf. |
|
|
Definition at line 247 of file flash.cc. Referenced by LibFlashPlugin::close(). |
|
||||||||||||||||||||
|
||||||||||||
|
Definition at line 72 of file flash.cc. References FlashInfo::frameCount, CInputScript::frameCount, FlashInfo::frameHeight, FlashInfo::frameRate, CInputScript::frameRate, CInputScript::frameRect, FlashInfo::frameWidth, CInputScript::m_fileVersion, FlashMovie::main, FlashInfo::version, Rect::xmax, Rect::xmin, Rect::ymax, and Rect::ymin. Referenced by LibFlashPlugin::open(). |
|
||||||||||||
|
Definition at line 85 of file flash.cc. References FlashDisplay::bpp, CInputScript::frameRect, FlashMovie::gd, FlashMovie::main, GraphicDevice::setMovieDimension(), Rect::xmax, Rect::xmin, Rect::ymax, and Rect::ymin. Referenced by LibFlashPlugin::open(). |
|
|
Definition at line 36 of file flash.cc. References FlashMovie::main. Referenced by LibFlashPlugin::open(). |
|
||||||||||||||||
|
Definition at line 132 of file flash.cc. References FlashMovie::gd, and GraphicDevice::setMovieOffset(). |
|
||||||||||||||||||||
|
Definition at line 48 of file flash.cc. References FLASH_PARSE_ERROR, FLASH_PARSE_START, CInputScript::level, FlashMovie::main, CInputScript::next, NULL, CInputScript::ParseData(), CInputScript::program, and Program::rewindMovie(). Referenced by getSwf(), and LibFlashPlugin::open(). |
|
||||||||||||||||
|
Definition at line 225 of file flash.cc. References FlashMovie::cursorOnOff, and FlashMovie::cursorOnOffClientData. |
|
||||||||||||||||
|
Definition at line 213 of file flash.cc. References FlashMovie::getSwf, and FlashMovie::getSwfClientData. Referenced by LibFlashPlugin::open(). |
|
||||||||||||||||
|
Definition at line 236 of file flash.cc. References FlashMovie::getUrl, and FlashMovie::getUrlClientData. Referenced by LibFlashPlugin::open(). |
|
||||||||||||
|
Definition at line 257 of file flash.cc. References FlashMovie::main, Program::modifySettings(), and CInputScript::program. |
|
||||||||||||
|
Definition at line 112 of file flash.cc. References FlashMovie::sm. Referenced by LibFlashPlugin::open(). |
|
||||||||||||
|
Definition at line 122 of file flash.cc. References FlashMovie::gd, and GraphicDevice::setMovieZoom(). |
|
|
Definition at line 266 of file flash.cc. Referenced by Shape::Shape(). |
|
|
Definition at line 266 of file flash.cc. Referenced by Shape::Shape(). |
|
|
Definition at line 266 of file flash.cc. Referenced by ShapeRecord::ShapeRecord(). |
|
|
Definition at line 266 of file flash.cc. Referenced by ShapeRecord::ShapeRecord(). |
|
|
Definition at line 266 of file flash.cc. Referenced by FillStyleDef::FillStyleDef(). |
|
|
Definition at line 266 of file flash.cc. Referenced by FillStyleDef::FillStyleDef(). |
1.4.2