|
Gnash
0.8.11dev
|
#include "TypesParser.h"#include <boost/optional.hpp>#include <utility>#include "GnashException.h"#include "SWF.h"#include "SWFStream.h"#include "RGBA.h"#include "SWFMatrix.h"#include "SWFRect.h"#include "SWFCxForm.h"#include "FillStyle.h"#include "log.h"#include "movie_definition.h"Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| SWFMatrix | gnash::readSWFMatrix (SWFStream &in) |
| Read a SWFMatrix from input stream. More... | |
| rgba | gnash::readRGBA (SWFStream &in) |
| Read an RGBA rgba from input stream. More... | |
| rgba | gnash::readRGB (SWFStream &in) |
| Read an RGB rgba from input stream. More... | |
| SWFRect | gnash::readRect (SWFStream &in) |
| Read a bit-packed rectangle from an SWF stream. More... | |
| OptionalFillPair | gnash::readFills (SWFStream &in, SWF::TagType t, movie_definition &m, bool readMorph) |
| Read FillStyles from a stream. More... | |
| SWFCxForm | gnash::readCxFormRGB (SWFStream &in) |
| Read a RGB CxForm from the input stream. More... | |
| SWFCxForm | gnash::readCxFormRGBA (SWFStream &in) |
| Read a CxForm with alpha from the input stream. More... | |
1.8.12