Home
last modified time | relevance | path

Searched refs:WhichFrame (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tag_base.c++1746 sswf_frame_t TagBase::WhichFrame(void) const in WhichFrame() function in TagBase
H A Dlibsswf_actions.c++4039 data.PutShort(tag->WhichFrame()); in SaveData()
5608 data.PutShort(tag->WhichFrame()); in SaveData()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h1217 sswf_frame_t WhichFrame(void) const;
/dports/graphics/sswf/sswf-1.8.4/src/misc/
H A Dlibsswf_c.c++977 return reinterpret_cast<sswf::TagBase *>(tag_base)->WhichFrame(); in sswf_tag_base_which_frame()