Home
last modified time | relevance | path

Searched refs:ACTION_GOTO_FRAME (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_actions.c++3934 …assert(action == ACTION_GOTO_FRAME || action == ACTION_GOTO_LABEL || action == ACTION_GOTO_EXPRESS… in ActionGoto()
3936 …if(action != ACTION_GOTO_FRAME && action != ACTION_GOTO_LABEL && action != ACTION_GOTO_EXPRESSION)… in ActionGoto()
4020 case ACTION_GOTO_FRAME: in SaveData()
/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dassembler.c++3155 Action::ACTION_GOTO_FRAME, in IsSpecial()
3161 Action::ACTION_GOTO_FRAME, in IsSpecial()
3951 case Action::ACTION_GOTO_FRAME: in Call()
4013 action = Action::ACTION_GOTO_FRAME; in Call()
4085 if(action == Action::ACTION_GOTO_FRAME) { in Call()
4501 case Action::ACTION_GOTO_FRAME: in Call()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h1466 ACTION_GOTO_FRAME = 0x81, enumerator
1652 ActionGoto(TagBase *tag, action_t action = ACTION_GOTO_FRAME);
H A Dlibsswf_c.h493 ACTION_GOTO_FRAME = 0x81, enumerator
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_save.c++389 action = sswf::Action::ACTION_GOTO_FRAME; in save_action_goto()
1083 sswf::Action::ACTION_GOTO_FRAME, in save_actions()
/dports/graphics/sswf/sswf-1.8.4/
H A DNEWS638 using the ACTION_GOTO_FRAME type. Use SetFrameName() with
H A DChangeLog638 using the ACTION_GOTO_FRAME type. Use SetFrameName() with