search for: getrgb

Displaying 5 results from an estimated 5 matches for "getrgb".

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
..._CONSTANT_STRING ("ba") + SWFDEC_AS_CONSTANT_STRING ("bb") + SWFDEC_AS_CONSTANT_STRING ("ga") + SWFDEC_AS_CONSTANT_STRING ("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/...
2014 Mar 22
2
About Guest running Tiny Core Linux
Hi, I am using Tiny Core Linux for the guests running on KVM. Is it possible to use libguestsfs tools for this kind of VMs? For example, VM_TC (the name of the VM provided in libvirt) uses a qcow2 disk image. This disk image is created from iso file of Tiny Core Linux using qemu-img utility. My host is ubuntu 12.04. I have tried to use virt-ls tool but could not succeed and is receiving the
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
...ject *obj, uintN argc, jsval *argv, jsval *rval) -{ - JSString *string; - - string = JS_InternString (cx, "[object Object]"); - if (string == NULL) - return JS_FALSE; - - *rval = STRING_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_col...
2014 Mar 23
2
Re: About Guest running Tiny Core Linux
...t;fs> list-filesystems /dev/sda: squashfs ><fs> mount /dev/sda / ><fs> ll /usr/bin/ total 137 drwxr-sr-x 2 root root 243 Aug 16 2013 . drwxr-sr-x 6 root root 63 Dec 15 2011 .. -rwxr-xr-x 1 root root 530 Jan 14 2011 desktop.sh -rwxr-xr-x 1 root root 873 Jan 14 2011 getRGB -rwxr-xr-x 1 root root 14000 Mar 8 2010 hsetroot -rwxr-xr-x 1 root root 7156 May 20 2010 mcookie -rwxr-xr-x 1 root root 649 Feb 8 2012 setupdesktop -rwxr-xr-x 1 root root 4052 Mar 4 2010 showrgb -rwxr-xr-x 1 root root 1234 Dec 22 2011 startx -rwxr-xr-x 1 root root 1932 Jun 9 2009 wa...
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
...otype", "setMode", true], + ["_global.Camera.prototype", "setMotionLevel", true], + ["_global.Camera.prototype", "setQuality", true], + ["_global.Color", "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...