TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
#define LOG_ONCE(x)
Definition: log.h:49
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ m
Definition: GnashKey.h:159
#define UNUSED(x)
Definition: utility.h:113
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:96
SetTabIndex tag.
Definition: SetTabIndexTag.h:36
@ r
Definition: GnashKey.h:164
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &r)
Definition: SetTabIndexTag.cpp:33
void log_parse(StringType msg, Args... args)
Definition: log.h:313
std::uint16_t read_u16()
Read a aligned unsigned 16-bit value from the stream.
Definition: SWFStream.cpp:332
SWF stream wrapper class.
Definition: SWFStream.h:59
void ensureBytes(unsigned long needed)
Ensure the requested number of bytes are available for an aligned read in the currently opened tag.
Definition: SWFStream.cpp:50
@ SWF
Definition: GnashKey.h:331
void log_unimpl(StringType msg, Args... args)
Definition: log.h:289