Home
last modified time | relevance | path

Searched refs:SWF_TYPE_CONTROL (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tag_showframe.c++84 return SWF_TYPE_CONTROL; in TypeFlags()
H A Dlibsswf_tag_end.c++101 return SWF_TYPE_CONTROL; in TypeFlags()
H A Dlibsswf_tag_remove.c++148 return SWF_TYPE_CONTROL | SWF_TYPE_REFERENCE; in TypeFlags()
H A Dlibsswf_tag_framelabel.c++82 return SWF_TYPE_CONTROL; in TypeFlags()
H A Dlibsswf_tag_protect.c++111 return SWF_TYPE_CONTROL | SWF_TYPE_UNIQUE | SWF_TYPE_START; in TypeFlags()
H A Dlibsswf_tag_doaction.c++127 return SWF_TYPE_CONTROL | SWF_TYPE_SCRIPT | SWF_TYPE_ONE | SWF_TYPE_REFERENCE; in TypeFlags()
H A Dlibsswf_tag_metadata.c++141 return SWF_TYPE_CONTROL | SWF_TYPE_UNIQUE | SWF_TYPE_START; in TypeFlags()
H A Dlibsswf_tag_place.c++124 return SWF_TYPE_CONTROL | SWF_TYPE_SCRIPT | SWF_TYPE_REFERENCE; in TypeFlags()
H A Dlibsswf_tag_sound.c++554 return SWF_TYPE_CONTROL | SWF_TYPE_REFERENCE; in TypeFlags()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h1186 #define SWF_TYPE_CONTROL 0x00000002 // a control tag, can be in sprites as well macro