Home
last modified time | relevance | path

Searched refs:clipevflags (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/ming/libming-ming-0_4_8/util/
H A Doutputswf.c205 outputSWF_CLIPEVENTFLAGS (SWF_CLIPEVENTFLAGS * clipevflags )
207 printf (" ClipEventKeyUp: %d ", clipevflags->ClipEventKeyUp);
208 printf (" ClipEventKeyDown: %d ", clipevflags->ClipEventKeyDown);
209 printf (" ClipEventMouseUp: %d ", clipevflags->ClipEventMouseUp);
212 printf (" ClipEventUnload: %d ", clipevflags->ClipEventUnload);
214 printf (" ClipEventLoad: %d ", clipevflags->ClipEventLoad);
216 printf (" ClipEventRollOut: %d ", clipevflags->ClipEventRollOut);
219 printf (" ClipEventRelease: %d ", clipevflags->ClipEventRelease);
220 printf (" ClipEventPress: %d ", clipevflags->ClipEventPress);
222 printf (" ClipEventData: %d ", clipevflags->ClipEventData);
[all …]
H A Doutputscript.c457 getEventString(SWF_CLIPEVENTFLAGS *clipevflags) in getEventString() argument
459 if ( clipevflags->ClipEventKeyUp ) return ("SWFACTION_KEYUP"); in getEventString()
460 if ( clipevflags->ClipEventKeyDown ) return ("SWFACTION_KEYDOWN"); in getEventString()
461 if ( clipevflags->ClipEventMouseUp ) return ("SWFACTION_MOUSEUP"); in getEventString()
464 if ( clipevflags->ClipEventUnload ) return ("SWFACTION_UNLOAD"); in getEventString()
466 if ( clipevflags->ClipEventLoad ) return ("SWFACTION_ONLOAD"); in getEventString()
468 if ( clipevflags->ClipEventRollOut ) return ("SWFACTION_ROLLOUT"); in getEventString()
471 if ( clipevflags->ClipEventRelease ) return ("SWFACTION_RELEASE"); in getEventString()
472 if ( clipevflags->ClipEventPress ) return ("SWFACTION_PRESS"); in getEventString()
473 if ( clipevflags->ClipEventInitialize ) return ("SWFACTION_INIT"); in getEventString()
[all …]
H A Doutputtxt.c310 outputSWF_CLIPEVENTFLAGS (SWF_CLIPEVENTFLAGS * clipevflags ) in outputSWF_CLIPEVENTFLAGS() argument
312 if ( clipevflags->ClipEventKeyUp ) printf (" ClipEventKeyUp"); in outputSWF_CLIPEVENTFLAGS()
313 if ( clipevflags->ClipEventKeyDown ) printf (" ClipEventKeyDown"); in outputSWF_CLIPEVENTFLAGS()
314 if ( clipevflags->ClipEventMouseUp ) printf (" ClipEventMouseUp"); in outputSWF_CLIPEVENTFLAGS()
317 if ( clipevflags->ClipEventUnload ) printf (" ClipEventUnload"); in outputSWF_CLIPEVENTFLAGS()
319 if ( clipevflags->ClipEventLoad ) printf (" ClipEventLoad"); in outputSWF_CLIPEVENTFLAGS()
320 if ( clipevflags->ClipEventDragOver ) printf (" ClipEventDragOver"); in outputSWF_CLIPEVENTFLAGS()
321 if ( clipevflags->ClipEventRollOut ) printf (" ClipEventRollOut"); in outputSWF_CLIPEVENTFLAGS()
322 if ( clipevflags->ClipEventRollOver ) printf (" ClipEventRollOver"); in outputSWF_CLIPEVENTFLAGS()
325 if ( clipevflags->ClipEventPress ) _iprintf (" ClipEventPress"); in outputSWF_CLIPEVENTFLAGS()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/util/
H A Doutputswf.c205 outputSWF_CLIPEVENTFLAGS (SWF_CLIPEVENTFLAGS * clipevflags )
207 printf (" ClipEventKeyUp: %d ", clipevflags->ClipEventKeyUp);
208 printf (" ClipEventKeyDown: %d ", clipevflags->ClipEventKeyDown);
209 printf (" ClipEventMouseUp: %d ", clipevflags->ClipEventMouseUp);
212 printf (" ClipEventUnload: %d ", clipevflags->ClipEventUnload);
214 printf (" ClipEventLoad: %d ", clipevflags->ClipEventLoad);
216 printf (" ClipEventRollOut: %d ", clipevflags->ClipEventRollOut);
219 printf (" ClipEventRelease: %d ", clipevflags->ClipEventRelease);
220 printf (" ClipEventPress: %d ", clipevflags->ClipEventPress);
222 printf (" ClipEventData: %d ", clipevflags->ClipEventData);
[all …]
H A Doutputscript.c457 getEventString(SWF_CLIPEVENTFLAGS *clipevflags) in getEventString() argument
459 if ( clipevflags->ClipEventKeyUp ) return ("SWFACTION_KEYUP"); in getEventString()
460 if ( clipevflags->ClipEventKeyDown ) return ("SWFACTION_KEYDOWN"); in getEventString()
461 if ( clipevflags->ClipEventMouseUp ) return ("SWFACTION_MOUSEUP"); in getEventString()
464 if ( clipevflags->ClipEventUnload ) return ("SWFACTION_UNLOAD"); in getEventString()
466 if ( clipevflags->ClipEventLoad ) return ("SWFACTION_ONLOAD"); in getEventString()
468 if ( clipevflags->ClipEventRollOut ) return ("SWFACTION_ROLLOUT"); in getEventString()
471 if ( clipevflags->ClipEventRelease ) return ("SWFACTION_RELEASE"); in getEventString()
472 if ( clipevflags->ClipEventPress ) return ("SWFACTION_PRESS"); in getEventString()
473 if ( clipevflags->ClipEventInitialize ) return ("SWFACTION_INIT"); in getEventString()
[all …]
H A Doutputtxt.c310 outputSWF_CLIPEVENTFLAGS (SWF_CLIPEVENTFLAGS * clipevflags ) in outputSWF_CLIPEVENTFLAGS() argument
312 if ( clipevflags->ClipEventKeyUp ) printf (" ClipEventKeyUp"); in outputSWF_CLIPEVENTFLAGS()
313 if ( clipevflags->ClipEventKeyDown ) printf (" ClipEventKeyDown"); in outputSWF_CLIPEVENTFLAGS()
314 if ( clipevflags->ClipEventMouseUp ) printf (" ClipEventMouseUp"); in outputSWF_CLIPEVENTFLAGS()
317 if ( clipevflags->ClipEventUnload ) printf (" ClipEventUnload"); in outputSWF_CLIPEVENTFLAGS()
319 if ( clipevflags->ClipEventLoad ) printf (" ClipEventLoad"); in outputSWF_CLIPEVENTFLAGS()
320 if ( clipevflags->ClipEventDragOver ) printf (" ClipEventDragOver"); in outputSWF_CLIPEVENTFLAGS()
321 if ( clipevflags->ClipEventRollOut ) printf (" ClipEventRollOut"); in outputSWF_CLIPEVENTFLAGS()
322 if ( clipevflags->ClipEventRollOver ) printf (" ClipEventRollOver"); in outputSWF_CLIPEVENTFLAGS()
325 if ( clipevflags->ClipEventPress ) _iprintf (" ClipEventPress"); in outputSWF_CLIPEVENTFLAGS()
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/util/
H A Doutputswf.c205 outputSWF_CLIPEVENTFLAGS (SWF_CLIPEVENTFLAGS * clipevflags )
207 printf (" ClipEventKeyUp: %d ", clipevflags->ClipEventKeyUp);
208 printf (" ClipEventKeyDown: %d ", clipevflags->ClipEventKeyDown);
209 printf (" ClipEventMouseUp: %d ", clipevflags->ClipEventMouseUp);
212 printf (" ClipEventUnload: %d ", clipevflags->ClipEventUnload);
214 printf (" ClipEventLoad: %d ", clipevflags->ClipEventLoad);
216 printf (" ClipEventRollOut: %d ", clipevflags->ClipEventRollOut);
219 printf (" ClipEventRelease: %d ", clipevflags->ClipEventRelease);
220 printf (" ClipEventPress: %d ", clipevflags->ClipEventPress);
222 printf (" ClipEventData: %d ", clipevflags->ClipEventData);
[all …]
H A Doutputscript.c457 getEventString(SWF_CLIPEVENTFLAGS *clipevflags) in getEventString() argument
459 if ( clipevflags->ClipEventKeyUp ) return ("SWFACTION_KEYUP"); in getEventString()
460 if ( clipevflags->ClipEventKeyDown ) return ("SWFACTION_KEYDOWN"); in getEventString()
461 if ( clipevflags->ClipEventMouseUp ) return ("SWFACTION_MOUSEUP"); in getEventString()
464 if ( clipevflags->ClipEventUnload ) return ("SWFACTION_UNLOAD"); in getEventString()
466 if ( clipevflags->ClipEventLoad ) return ("SWFACTION_ONLOAD"); in getEventString()
468 if ( clipevflags->ClipEventRollOut ) return ("SWFACTION_ROLLOUT"); in getEventString()
471 if ( clipevflags->ClipEventRelease ) return ("SWFACTION_RELEASE"); in getEventString()
472 if ( clipevflags->ClipEventPress ) return ("SWFACTION_PRESS"); in getEventString()
473 if ( clipevflags->ClipEventInitialize ) return ("SWFACTION_INIT"); in getEventString()
[all …]
H A Doutputtxt.c310 outputSWF_CLIPEVENTFLAGS (SWF_CLIPEVENTFLAGS * clipevflags ) in outputSWF_CLIPEVENTFLAGS() argument
312 if ( clipevflags->ClipEventKeyUp ) printf (" ClipEventKeyUp"); in outputSWF_CLIPEVENTFLAGS()
313 if ( clipevflags->ClipEventKeyDown ) printf (" ClipEventKeyDown"); in outputSWF_CLIPEVENTFLAGS()
314 if ( clipevflags->ClipEventMouseUp ) printf (" ClipEventMouseUp"); in outputSWF_CLIPEVENTFLAGS()
317 if ( clipevflags->ClipEventUnload ) printf (" ClipEventUnload"); in outputSWF_CLIPEVENTFLAGS()
319 if ( clipevflags->ClipEventLoad ) printf (" ClipEventLoad"); in outputSWF_CLIPEVENTFLAGS()
320 if ( clipevflags->ClipEventDragOver ) printf (" ClipEventDragOver"); in outputSWF_CLIPEVENTFLAGS()
321 if ( clipevflags->ClipEventRollOut ) printf (" ClipEventRollOut"); in outputSWF_CLIPEVENTFLAGS()
322 if ( clipevflags->ClipEventRollOver ) printf (" ClipEventRollOver"); in outputSWF_CLIPEVENTFLAGS()
325 if ( clipevflags->ClipEventPress ) _iprintf (" ClipEventPress"); in outputSWF_CLIPEVENTFLAGS()
[all …]