Home
last modified time | relevance | path

Searched refs:oldTagPos (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfbutton.c61 { U32 oldTagPos; in swf_ButtonPostProcess() local
64 oldTagPos = swf_GetTagPos(t); in swf_ButtonPostProcess()
101 swf_SetTagPos(t,oldTagPos); in swf_ButtonPostProcess()
H A Dswftools.c93 { U32 oldTagPos; in swf_GetDefineID() local
96 oldTagPos = swf_GetTagPos(t); in swf_GetDefineID()
142 swf_SetTagPos(t,oldTagPos); in swf_GetDefineID()
149 U32 oldTagPos; in swf_GetDefineBBox() local
154 oldTagPos = swf_GetTagPos(t); in swf_GetDefineBBox()
186 swf_SetTagPos(t,oldTagPos); in swf_GetDefineBBox()
193 { U32 oldTagPos; in swf_GetPlaceID() local
221 swf_SetTagPos(t,oldTagPos); in swf_GetPlaceID()
333 U32 oldTagPos; in swf_GetDepth() local
360 swf_SetTagPos(t,oldTagPos); in swf_GetDepth()
[all …]
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfdump.c218 U32 oldTagPos; in dumpButton2Actions() local
222 oldTagPos = swf_GetTagPos(tag); in dumpButton2Actions()
254 swf_SetTagPos(tag,oldTagPos); in dumpButton2Actions()