search for: settransform

Displaying 9 results from an estimated 9 matches for "settransform".

2007 May 29
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_math.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c
..._context_parseInt, 1); } /** diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index acafe6b..995d3c7 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -164,6 +164,7 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("setTransform") SWFDEC_AS_CONSTANT_STRING ("Color") SWFDEC_AS_CONSTANT_STRING ("push") + SWFDEC_AS_CONSTANT_STRING ("parseInt") /* add more here */ ; diff-tree 228f4e1eba33dcdd45634a44c3c5736e3963c982 (from 7a616f11092554851aede853537d78a77374826c) Author: Benjamin...
2007 Nov 01
0
2 commits - libswfdec/swfdec_text_field_movie.c test/image
...s b/test/image/text-field-color-transform.as new file mode 100644 index 0000000..2ef86cb --- /dev/null +++ b/test/image/text-field-color-transform.as @@ -0,0 +1,22 @@ +// makeswf -v 7 -r 1 -s 200x150 -o text-field-color-transform-7.swf text-field-color-transform.as + +var c1 = new Color (this); +c1.setTransform ({ ra: 50, rb: 244, ga: 40, gb: 112, ba: 12, bb: 90, aa: 40, ab: 70}); + +this.createTextField ("t1", 0, 25, 25, 300, 300); + +t1.border = true; +t1.background = true; +t1.backgroundColor = 0xAA0000; + +this.createTextField ("t2", 1, 25, 50, 300, 300); + +t2.border = true; +t2.b...
2007 May 23
0
Branch 'as' - 7 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
..."gb") + SWFDEC_AS_CONSTANT_STRING ("ra") + SWFDEC_AS_CONSTANT_STRING ("rb") + SWFDEC_AS_CONSTANT_STRING ("getRGB") + SWFDEC_AS_CONSTANT_STRING ("getTransform") + SWFDEC_AS_CONSTANT_STRING ("setRGB") + SWFDEC_AS_CONSTANT_STRING ("setTransform") + SWFDEC_AS_CONSTANT_STRING ("Color") /* add more here */ ; diff --git a/libswfdec/swfdec_color_as.c b/libswfdec/swfdec_color_as.c new file mode 100644 index 0000000..33ed9ee --- /dev/null +++ b/libswfdec/swfdec_color_as.c @@ -0,0 +1,211 @@ +/* Swfdec + * Copyright (C) 2006-...
2007 Mar 11
0
10 commits - libswfdec/js libswfdec/swfdec_js_color.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_js_video.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_script.c player/.gitignore
...ING_TO_JSVAL (string); - return JS_TRUE; -} - static JSFunctionSpec color_methods[] = { { "getRGB", swfdec_js_color_get_rgb, 1, 0, 0 }, { "getTransform", swfdec_js_color_get_transform, 1, 0, 0 }, { "setRGB", swfdec_js_color_set_rgb, 1, 0, 0 }, { "setTransform", swfdec_js_color_set_transform, 1, 0, 0 }, - { "toString", swfdec_js_color_to_string, 0, 0, 0 }, {0,0,0,0,0} }; diff --git a/libswfdec/swfdec_js_connection.c b/libswfdec/swfdec_js_connection.c index 1568e64..6f3e929 100644 --- a/libswfdec/swfdec_js_connection.c +++ b/lib...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...r", "prototype", false], + ["_global.Color.prototype", "getRGB", false], + ["_global.Color.prototype", "getTransform", false], + ["_global.Color.prototype", "setRGB", false], + ["_global.Color.prototype", "setTransform", false], + ["_global.ContextMenu", "prototype", false], + ["_global.ContextMenu.prototype", "copy", true], + ["_global.ContextMenu.prototype", "hideBuiltInItems", true], + ["_global.ContextMenu.prototype.copy", "pr...
2009 Mar 13
0
Wine release 1.1.17
...st. imaadp32: Support for non-standard formats. msacm32: acmFormatEnum: Implement ACM_FORMATENUMF_SUGGEST. Steven Edwards (1): include: Add check to asm macro for Windows Services for Unix/Subsystem for Unix applications. Tony Wasserka (8): d3dx9: Implement ID3DXSprite_Get/SetTransform. d3dx9: ID3DXSprite: Move vdecl creation to ID3DXSprite_Begin. d3dx9: Implement ID3DXSprite_OnLostDevice/OnResetDevice. d3dx9: Fix inclusions in some d3dx9 headers. d3dx9: Add some definitions in d3dx9.h. d3dx9: Add ID3DXSprite tests. d3dx9: Recognize the D3DXSPR...
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...uot;attachSound", not_implemented, 1, 0, 0 }, - { "getPan", not_implemented, 0, 0, 0 }, - { "getTransform", not_implemented, 0, 0, 0 }, - { "getVolume", not_implemented, 0, 0, 0 }, - { "setPan", not_implemented, 1, 0, 0 }, - { "setTransform", not_implemented, 1, 0, 0 }, - { "setVolume", not_implemented, 1, 0, 0 }, - { "start", not_implemented, 0, 0, 0 }, - { "stop", not_implemented, 0, 0, 0 }, - {0,0,0,0,0} -}; - -static void -swfdec_js_sound_finalize (JSContext *cx, JSObject *obj)...
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...file.am index 443cba2..27f0cac 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -16,6 +16,8 @@ EXTRA_DIST = \ children.swf.trace \ color-getters.swf \ color-getters.swf.trace \ + color-new.swf \ + color-new.swf.trace \ color-setRGB.swf \ color-setRGB.swf.trace \ color-setTransform-alpha.swf \ diff --git a/test/trace/color-new.swf b/test/trace/color-new.swf new file mode 100755 index 0000000..e9f9727 Binary files /dev/null and b/test/trace/color-new.swf differ diff --git a/test/trace/color-new.swf.trace b/test/trace/color-new.swf.trace new file mode 100755 index 0000000..eb22...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...file.am index 443cba2..27f0cac 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -16,6 +16,8 @@ EXTRA_DIST = \ children.swf.trace \ color-getters.swf \ color-getters.swf.trace \ + color-new.swf \ + color-new.swf.trace \ color-setRGB.swf \ color-setRGB.swf.trace \ color-setTransform-alpha.swf \ diff --git a/test/trace/color-new.swf b/test/trace/color-new.swf new file mode 100755 index 0000000..e9f9727 Binary files /dev/null and b/test/trace/color-new.swf differ diff --git a/test/trace/color-new.swf.trace b/test/trace/color-new.swf.trace new file mode 100755 index 0000000..eb22...