search for: exactfit

Displaying 2 results from an estimated 2 matches for "exactfit".

2007 Jul 26
0
6 commits - libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c test/trace
...--git a/test/trace/scalemode-5.swf.trace b/test/trace/scalemode-5.swf.trace new file mode 100644 index 0000000..f9f029b --- /dev/null +++ b/test/trace/scalemode-5.swf.trace @@ -0,0 +1,27 @@ +test Stage.scaleMode +showAll +noborder ==> noBorder +noBorder ==> noBorder +NOBORDER ==> noBorder +exactfit ==> exactFit +exactFit ==> exactFit +EXACTFIT ==> exactFit +showall ==> showAll +showAll ==> showAll +SHOWALL ==> showAll +noscale ==> noScale +noScale ==> noScale +NOSCALE ==> noScale +foo ==> showAll +bar ==> showAll +null ==> showAll + ==> showAll + ==>...
2007 Jul 27
0
11 commits - libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite_movie_as.c test/trace
...dec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index a97471d..d6e23b0 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -242,6 +242,8 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("noBorder") SWFDEC_AS_CONSTANT_STRING ("exactFit") SWFDEC_AS_CONSTANT_STRING ("noScale") + SWFDEC_AS_CONSTANT_STRING ("Stage") + SWFDEC_AS_CONSTANT_STRING ("onResize") /* add more here */ ; diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c index 398db18..cf0f01c 100644 --- a/libswfdec...