search for: shapeflag

Displaying 4 results from an estimated 4 matches for "shapeflag".

2007 Aug 17
0
3 commits - libswfdec/swfdec_sprite_movie_as.c test/trace
...changed, 48 insertions(+), 1 deletion(-) New commits: diff-tree 223cc7d4adec6429f56efa8750e04345ccd85bfd (from 76e35412ea974749804920a47678db8c1242487b) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Jul 18 19:56:45 2007 +0300 Implement hitTest for x, y coordinates (without shapeFlag) diff --git a/libswfdec/swfdec_sprite_movie_as.c b/libswfdec/swfdec_sprite_movie_as.c index f18597c..5eea43f 100644 --- a/libswfdec/swfdec_sprite_movie_as.c +++ b/libswfdec/swfdec_sprite_movie_as.c @@ -208,8 +208,31 @@ swfdec_sprite_movie_hitTest (SwfdecAsCon SWFDEC_OBJECT (other)->extents.x1...
2007 Aug 22
0
8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie_as.c vivified/core
...FACTOR; + y = swfdec_as_value_to_number (cx, &argv[1]) * SWFDEC_TWIPS_SCALE_FACTOR; + shape = (argc >= 3 && swfdec_as_value_to_boolean (cx, &argv[2])); - if (argc >= 3) { - if (swfdec_as_value_to_boolean (cx, &argv[2])) { - SWFDEC_FIXME ("hitTest's shapeFlag parameter not supported"); - // just continue... - } - } + swfdec_movie_global_to_local (movie, &x, &y); - swfdec_movie_update (movie); - movie_rect = movie->original_extents; - while (movie->parent) { - swfdec_rect_transform (&movie_rect, &movi...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...ProbFlags function. Set __proto__ and __constructor__ properties flags Fix propflags test case by sorting the traced arrays. Forgot to add propflags test to Makefile.am Add test for deleting properties when in for in loop Implement hitTest for x, y coordinates (without shapeFlag) Forgot to add forin-delete test to Makefile.am (sigh) Move XML.load code to new LoadObject class, make it work with any Object Set _bytesLoaded and _bytesTotal properties in LoadObject Set _bytesLoaded to 0 when LoadObject is started Reformat LoadObject code a little...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...race \ goto1.swf \ goto1.swf.trace \ goto2.swf \ diff-tree 223cc7d4adec6429f56efa8750e04345ccd85bfd (from 76e35412ea974749804920a47678db8c1242487b) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Jul 18 19:56:45 2007 +0300 Implement hitTest for x, y coordinates (without shapeFlag) diff --git a/libswfdec/swfdec_sprite_movie_as.c b/libswfdec/swfdec_sprite_movie_as.c index f18597c..5eea43f 100644 --- a/libswfdec/swfdec_sprite_movie_as.c +++ b/libswfdec/swfdec_sprite_movie_as.c @@ -208,8 +208,31 @@ swfdec_sprite_movie_hitTest (SwfdecAsCon SWFDEC_OBJECT (other)->extents.x1...