Gnash
0.8.11dev
|
Go to the source code of this file.
Namespaces | |
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. More... | |
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... | |