Gnash
0.8.10
|
#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 | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
SWFMatrix | gnash::readSWFMatrix (SWFStream &in) |
Read a SWFMatrix from input stream. | |
rgba | gnash::readRGBA (SWFStream &in) |
Read an RGBA rgba from input stream. | |
rgba | gnash::readRGB (SWFStream &in) |
Read an RGB rgba from input stream. | |
SWFRect | gnash::readRect (SWFStream &in) |
Read a bit-packed rectangle from an SWF stream. | |
OptionalFillPair | gnash::readFills (SWFStream &in, SWF::TagType t, movie_definition &m, bool readMorph) |
Read FillStyles from a stream. | |
SWFCxForm | gnash::readCxFormRGB (SWFStream &in) |
Read a RGB CxForm from the input stream. | |
SWFCxForm | gnash::readCxFormRGBA (SWFStream &in) |
Read a CxForm with alpha from the input stream. |