Home
last modified time | relevance | path

Searched refs:action_buffer (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Dswf_event.h27 class action_buffer; variable
44 swf_event(event_id ev, action_buffer& buf) in swf_event()
58 const action_buffer& action() const { in action()
77 const action_buffer& m_action_buffer;
H A DFunction.h32 class action_buffer; variable
74 Function(const action_buffer& ab, as_environment& env, size_t start,
83 const action_buffer& getActionBuffer() const { in getActionBuffer()
149 const action_buffer& _action_buffer;
H A DFunction2.h26 class action_buffer; variable
76 Function2(const action_buffer& ab, as_environment& env, size_t start,
H A DMovieClip.h388 void add_action_buffer(const action_buffer* a) in add_action_buffer()
408 void execute_init_action_buffer(const action_buffer& a, int cid);
411 void execute_action(const action_buffer& ab);
593 void queueAction(const action_buffer& buf);
H A DDisplayObject.h58 class action_buffer; variable
463 void add_event_handler(const event_id& id, const action_buffer& code);
899 typedef std::vector<const action_buffer*> BufferList;
H A DFunction2.cpp35 Function2::Function2(const action_buffer& ab, as_environment& env, in Function2()
H A DFunction.cpp36 Function::Function(const action_buffer& ab, as_environment& env, in Function()
H A DButton.cpp200 void operator() (const action_buffer& ab) in operator ()()
218 void operator()(const action_buffer& ab) in operator ()()
H A DMovieClip.cpp711 MovieClip::queueAction(const action_buffer& action) in queueAction()
980 MovieClip::execute_init_action_buffer(const action_buffer& a, int cid) in execute_init_action_buffer()
1002 MovieClip::execute_action(const action_buffer& ab) in execute_action()
H A Dmovie_root.h556 void pushAction(const action_buffer& buf, DisplayObject* target);
H A DDisplayObject.cpp419 for (const action_buffer* buf : bufs) in set_event_handlers()
428 DisplayObject::add_event_handler(const event_id& id, const action_buffer& code) in add_event_handler()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DExecutableCode.h66 GlobalCode(const action_buffer& nBuffer, DisplayObject* nTarget) in GlobalCode()
80 const action_buffer& buffer;
88 typedef std::vector<const action_buffer*> BufferList;
108 void addAction(const action_buffer& buffer) { in addAction()
117 for (const action_buffer* buffer : _buffers) { in execute()
H A DActionExec.h132 ActionExec(const action_buffer& abuf, as_environment& newEnv,
153 const action_buffer& code;
H A DASHandlers.cpp546 const action_buffer& code = thread.code; in ActionGotoFrame()
569 const action_buffer& code = thread.code; in ActionGetUrl()
604 const action_buffer& code = thread.code; in ActionWaitForFrame()
655 const action_buffer& code = thread.code; in ActionSetTarget()
672 const action_buffer& code = thread.code; in ActionGotoLabel()
1667 const action_buffer& code = thread.code; in ActionStrictMode()
1682 const action_buffer& code = thread.code; in ActionWaitForFrameExpression()
1774 const action_buffer& code = thread.code; in ActionPushData()
1906 const action_buffer& code = thread.code; in ActionGetUrl2()
1930 const action_buffer& code = thread.code; in ActionBranchIfTrue()
[all …]
H A DActionExec.cpp103 ActionExec::ActionExec(const action_buffer& abuf, as_environment& newEnv, in ActionExec()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/parser/
H A Daction_buffer.cpp40 action_buffer::action_buffer(const movie_definition& md) in action_buffer() function in gnash::action_buffer
48 action_buffer::read(SWFStream& in, unsigned long endPos) in read()
101 action_buffer::readConstantPool(size_t start_pc, size_t stop_pc) const in readConstantPool()
454 action_buffer::disasm(size_t pc) const in disasm()
461 action_buffer::read_float_little(size_t pc) const in read_float_little()
467 action_buffer::read_double_wacky(size_t pc) const in read_double_wacky()
473 action_buffer::getDefinitionURL() const in getDefinitionURL()
479 action_buffer::getDefinitionVersion() const in getDefinitionVersion()
H A DMakefile.am55 action_buffer.cpp \
64 action_buffer.h \
H A Daction_buffer.h49 class action_buffer : boost::noncopyable
53 action_buffer(const movie_definition& md);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DPlaceObject2Tag.h34 class action_buffer; variable
89 typedef boost::ptr_vector<action_buffer> ActionBuffers;
H A DPlaceObject2Tag.cpp187 std::unique_ptr<action_buffer> action(new action_buffer(_movie_def)); in readPlaceActions()
241 action_buffer& thisAction = _actionBuffers.back(); in readPlaceActions()
H A DDoActionTag.h83 action_buffer m_buf;
H A DDoInitActionTag.h109 action_buffer _buf;
H A DDefineButtonTag.h149 action_buffer _actions;
/dports/games/openomf/openomf-c36c421/include/game/objects/
H A Dhar.h108 } action_buffer; typedef
153 action_buffer act_buf[OBJECT_EVENT_BUFFER_SIZE];
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-swfc.all/
H A Dmovieclip_destruction_test1.sc44 * (1) only part of the AS in a single action_buffer(in the 2nd frame of mc1)

123