search for: getbound

Displaying 10 results from an estimated 10 matches for "getbound".

Did you mean: getsound
2008 Jan 19
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/image test/swfdec_test.c test/swfdec_test_image.c test/trace
...oy (diff); - - SWFDEC_AS_VALUE_SET_BOOLEAN (retval, TRUE); } SWFDEC_TEST_FUNCTION ("Image_save", swfdec_test_image_save, 0) commit ae8a6152b013a94b49327de159f4113bf493e3d4 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Jan 17 19:55:26 2008 +0200 Add a test for getBounds with lineTo Version 8 of the test fails and was not added diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 5288369..84a7c48 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -1473,6 +1473,13 @@ EXTRA_DIST = \ movie-enumerate-7.swf.trace \ movie-enu...
2009 Jun 01
0
[mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
...etZoomLevelForBoundingBox: function( bbox ) { @@ -136,15 +145,16 @@ // NE and SW points from the bounding box. var ne = bbox.getNorthEast(); var sw = bbox.getSouthWest(); - var zoom; - - // TODO: Add provider code + var zoom = map.getBoundsZoomLevel(new CM.LatLngBounds(sw.toProprietary(this.api), ne.toProprietary(this.api))); return zoom; }, setMapType: function(type) { var map = this.maps[this.api]; + + // TODO: Are there any MapTypes for Cloudmade? + switch...
2007 Jul 09
1
[LLVMdev] Integer Range
Dear All, Is there an LLVM analysis pass that can, given an LLVM integer value, tell me the minimum and maximum values that the value will be at run-time? Conservative answers are fine, and execution time isn't too important, so the more accurate it is, the better. Thanks in advance. -- John T.
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
...show); +trace (Mouse.show.bla); + +loadMovie ("FSCommand:quit", ""); diff-tree 1c9a301f4bc6a0f1d54e8af60e9929f8a06cdb53 (from 4179c20f5d0f9f072ad00a63e4eeb58437f602d0) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jul 27 10:01:18 2007 +0200 implement MovieClip.getBounds() completely untested as I'm missing tests atm diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index d6e23b0..ab08338 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -244,6 +244,11 @@ const char swfdec_as_strings[] = SW...
2017 Sep 15
0
Wine release 2.17
...Remove workarounds that are no longer useful. shell32: Implement Application() property for Folder and FolderItems. dwrite/tests: Added a helper to initialize test text source. d2d1: Use better bezier segment bounds approximation when updating figure bounds. d2d1: Implement GetBounds() for path geometries. d3d9: Ask for texture GetDC() capability GET_DC based on texture format instead of initial swapchain buffer format. shell32/tests: Remove workarounds that are no longer relevant. shell32: Implement Application property for FolderItem. Paul Gofman (3):...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
..."\n" + dataPoint.getValue(), - xPos,yPos) as ToolTip; + xPos + 6,yPos) as ToolTip; + + + var chartBounds:Rectangle = this.stage.getBounds(this.parent); + tip.x = Math.min(tip.x, w - tip.width); - tip.y = Math.max(0, - tip.y - tip.height); + tip.y = Math.max(yPos + this.height - tip.height, + chartBounds.y + tip.height); + tip.setStyle("bac...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...he default size is taken implement Stage.width and Stage.height add test for Stage.width and Stage.height Stage is a broadcaster implement emitting the onResize signal add test for onResize event emission perform actions before unlocking implement MovieClip.getBounds() add a test for ASnative add a test for overriding AsBroadcaster methods rewrite broadcastMessage so it produces the correct return value add a test for return values of AsBroadcaster add test for when broadcaster._listeners is not an array only goto on the vid...
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
...ld", false], + ["_global.MovieClip.prototype", "curveTo", true], + ["_global.MovieClip.prototype", "duplicateMovieClip", false], + ["_global.MovieClip.prototype", "endFill", true], + ["_global.MovieClip.prototype", "getBounds", false], + ["_global.MovieClip.prototype", "getBytesLoaded", false], + ["_global.MovieClip.prototype", "getBytesTotal", false], + ["_global.MovieClip.prototype", "getDepth", true], + ["_global.MovieClip.prototype", &qu...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...Free the temporary cairo_t after use Ref the event list before iterating over the scripts add swfdec_movie_get_by_path() make hitTest() use swfdec_movie_get_by_path() add test to make sure setTarget paths aren't relative implement second argument of MovieClip.getBounds() make RemoveSprite use swfdec_movie_get_by_path fix wrong assertion check indentation rewrite SwfdecAudioFormat handling rename SwfdecSOund struct members remove SwfdecAsDate definition from swfdec_as_types.h in- or exclude new symbols from docs build...
2007 Nov 20
0
19 commits - libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_image.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
...nome.org> Date: Tue Nov 20 10:03:36 2007 +0100 add setMask function diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index 97e1071..3e49b61 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -334,6 +334,7 @@ MovieClip.prototype.getBounds = ASnative (900, 5); MovieClip.prototype.getBytesTotal = ASnative (900, 6); MovieClip.prototype.getBytesLoaded = ASnative (900, 7); MovieClip.prototype.getDepth = ASnative (900, 10); +MovieClip.prototype.setMask = ASnative (900, 11); MovieClip.prototype.play = ASnative (900, 12); MovieClip.pr...