Gnash
0.8.10
|
Go to the source code of this file.
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Typedefs | |
typedef std::pair< FillStyle, boost::optional< FillStyle > > | gnash::OptionalFillPair |
Either a single or a morph-pair FillStyle. | |
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. |