Displaying 3 results from an estimated 3 matches for "bitmapdata".
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
...;external", false],
+ ["_global.flash", "filters", false],
+ ["_global.flash", "geom", false],
+ ["_global.flash", "net", false],
+ ["_global.flash", "text", false],
+ ["_global.flash.display", "BitmapData", false],
+ ["_global.flash.display.BitmapData", "loadBitmap", true],
+ ["_global.flash.display.BitmapData", "prototype", false],
+ ["_global.flash.display.BitmapData.prototype", "applyFilter", true],
+ ["_global.flash.displa...
2008 Nov 23
1
[Bug 18669] New: copyPixels fails if alphaBitmap/ alphaPoint arguments are null
...verity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: mental at rydia.net
QAContact: swfdec at lists.freedesktop.org
copyPixels should treat the following as if a solid alpha mask had been
provided:
bitmapData.copyPixels(src, rect, pt, null, null, merge_alpha);
Currently, however, swfdec implements it as a noop.
A branch which extends the copyPixels test to catch this bug, and additionally
fixes it, is available from this repository:
git://github.com/mental/swfdec.git
The branch name is copyPixels-a...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...test/trace/Makefile.am (text-renderer -> text-snapshot)
Fix SWFDEC_STUB to not expand print tokens in it's argument
Add SWFDEC_STUB function for init scripts
Can't remove SWFDEC_STUB after running init scripts of course
Adds stubs for Rectangle
Add stubs for BitmapData
Add stubs for ColorTransform
Add a test for ColorTransform's properties
Reveal _global.flash for version < 8 in several tests
Add stubs for ExternalInterface
Add stubs for Matrix
Add a stub for showRedrawRegions
Update global-function-properties to i...