search for: swfdec_graphic_rend

Displaying 6 results from an estimated 6 matches for "swfdec_graphic_rend".

Did you mean: swfdec_graphic_render
2007 Sep 13
0
test/swfdec-extract.c
...loor (graphic->extents.x0 / SWFDEC_TWIPS_SCALE_FACTOR), - floor (graphic->extents.y0 / SWFDEC_TWIPS_SCALE_FACTOR)); - cairo_scale (cr, 1 / SWFDEC_TWIPS_SCALE_FACTOR, 1 / SWFDEC_TWIPS_SCALE_FACTOR); + cairo_scale (cr, 1.0 / SWFDEC_TWIPS_SCALE_FACTOR, 1.0 / SWFDEC_TWIPS_SCALE_FACTOR); swfdec_graphic_render (graphic, cr, &trans, &graphic->extents, TRUE); cairo_show_page (cr); cairo_destroy (cr);
2008 Jun 17
2
[Bug 16395] New: glib abort for "double free or corruption" in jpeg code
...dec-0.7.so.0[0xb1aa7017] /usr/local/lib/libswfdec-0.7.so.0(swfdec_pattern_get_pattern+0x8a)[0xb1aa6e1a] /usr/local/lib/libswfdec-0.7.so.0[0xb1aa735e] /usr/local/lib/libswfdec-0.7.so.0(swfdec_draw_paint+0x7e)[0xb1a8e55e] /usr/local/lib/libswfdec-0.7.so.0[0xb1aba71e] /usr/local/lib/libswfdec-0.7.so.0(swfdec_graphic_render+0x2c)[0xb1a94c0c] /usr/local/lib/libswfdec-0.7.so.0[0xb1a94fe5] /usr/local/lib/libswfdec-0.7.so.0(swfdec_movie_render+0x283)[0xb1a9ce43] /usr/local/lib/libswfdec-0.7.so.0[0xb1a9f89d] /usr/local/lib/libswfdec-0.7.so.0(swfdec_movie_render+0x283)[0xb1a9ce43] /usr/local/lib/libswfdec-0.7.so.0[0xb1a9f...
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
...s=0xbfe97888) at swfdec_stroke.c:124 #14 0xb0d8a37e in swfdec_draw_paint (draw=0x9a782d0, cr=0xa46ab78, trans=0xbfe97888) at swfdec_draw.c:129 #15 0xb0db6cce in swfdec_shape_render (graphic=0xa43e570, cr=0xa46ab78, trans=0xbfe97888, inval=0xbfe97868) at swfdec_shape.c:63 #16 0xb0d98dfc in swfdec_graphic_render (graphic=0x220a, cr=0xa46ab78, trans=0xbfe97888, inval=0xbfe97868) at swfdec_graphic.c:59 #17 0xb0d99135 in swfdec_graphic_movie_render (movie=0xa442e08, cr=0xa46ab78, trans=0xbfe97888, inval=0xbfe97868) at swfdec_graphic_movie.c:49 #18 0xb0da067f in swfdec_movie_render (movie=0xa442e08...
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
..._decoder.h" #include "swfdec_resource.h" #include "swfdec_text.h" +#include "swfdec_text_field.h" G_DEFINE_TYPE (SwfdecGraphicMovie, swfdec_graphic_movie, SWFDEC_TYPE_MOVIE) @@ -49,6 +50,15 @@ swfdec_graphic_movie_render (SwfdecMovie *movie, cairo_t *cr, swfdec_graphic_render (movie->graphic, cr, trans, inval); } +static void +swfdec_graphic_movie_invalidate (SwfdecMovie *movie, const cairo_matrix_t *matrix, gboolean last) +{ + SwfdecRect rect; + + swfdec_rect_transform (&rect, &movie->graphic->extents, matrix); + swfdec_player_invalidate (SWFDE...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...lename, width, height); - cr = cairo_create (surface); - cairo_translate (cr, - floor (graphic->extents.x0 / SWFDEC_TWIPS_SCALE_FACTOR), - - floor (graphic->extents.y0 / SWFDEC_TWIPS_SCALE_FACTOR)); - cairo_scale (cr, 1.0 / SWFDEC_TWIPS_SCALE_FACTOR, 1.0 / SWFDEC_TWIPS_SCALE_FACTOR); - swfdec_graphic_render (graphic, cr, &trans, &graphic->extents); - cairo_show_page (cr); - cairo_destroy (cr); - return surface_destroy_for_type (surface, filename); -} - -static gboolean -export_image (SwfdecImage *image, const char *filename) -{ - cairo_surface_t *surface = swfdec_image_create_surface...
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...change; } static void diff --git a/libswfdec/swfdec_graphic_movie.c b/libswfdec/swfdec_graphic_movie.c index a1e86af..ce9e67d 100644 --- a/libswfdec/swfdec_graphic_movie.c +++ b/libswfdec/swfdec_graphic_movie.c @@ -49,10 +49,14 @@ swfdec_graphic_movie_render (SwfdecMovie *movie, cairo_t *cr, swfdec_graphic_render (movie->graphic, cr, trans, inval); } -static gboolean -swfdec_graphic_movie_mouse_in (SwfdecMovie *movie, double x, double y) +static SwfdecMovie * +swfdec_graphic_movie_contains (SwfdecMovie *movie, double x, double y, + gboolean events) { - return swfdec_graphic_mouse_in (movie-&gt...