search for: 296311b

Displaying 3 results from an estimated 3 matches for "296311b".

2007 Apr 13
0
5 commits - libswfdec/Makefile.am libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_font.c libswfdec/swfdec_loadertarget.c libswfdec/swfdec_movie.h libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_player.c
...; + dest->yx = (start->yx * inv_ratio + end->yx * ratio) / 65535; + dest->x0 = (start->x0 * inv_ratio + end->x0 * ratio) / 65535; + dest->y0 = (start->y0 * inv_ratio + end->y0 * ratio) / 65535; +} + diff --git a/libswfdec/swfdec_color.h b/libswfdec/swfdec_color.h index 296311b..e43458f 100644 --- a/libswfdec/swfdec_color.h +++ b/libswfdec/swfdec_color.h @@ -80,5 +80,8 @@ void swfdec_matrix_ensure_invertible (ca double swfdec_matrix_get_xscale (const cairo_matrix_t *matrix); double swfdec_matrix_get_yscale (const cairo_matrix_t *matrix); double swfdec_matrix_get_rotati...
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
...olor start, SwfdecColor end, guint ratio) { - unsigned int r, g, b, a; - unsigned int start_ratio, end_ratio; + guint r, g, b, a; + guint start_ratio, end_ratio; g_assert (ratio < 65536); if (ratio == 0) diff --git a/libswfdec/swfdec_color.h b/libswfdec/swfdec_color.h index 878ec66..296311b 100644 --- a/libswfdec/swfdec_color.h +++ b/libswfdec/swfdec_color.h @@ -40,7 +40,7 @@ struct swfdec_gradient_entry_struct struct swfdec_gradient_struct { - unsigned int n_gradients; + guint n_gradients; SwfdecGradientEntry array[1]; }; @@ -64,7 +64,7 @@ struct swfdec_gradient_struct #...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...olor start, SwfdecColor end, guint ratio) { - unsigned int r, g, b, a; - unsigned int start_ratio, end_ratio; + guint r, g, b, a; + guint start_ratio, end_ratio; g_assert (ratio < 65536); if (ratio == 0) diff --git a/libswfdec/swfdec_color.h b/libswfdec/swfdec_color.h index 878ec66..296311b 100644 --- a/libswfdec/swfdec_color.h +++ b/libswfdec/swfdec_color.h @@ -40,7 +40,7 @@ struct swfdec_gradient_entry_struct struct swfdec_gradient_struct { - unsigned int n_gradients; + guint n_gradients; SwfdecGradientEntry array[1]; }; @@ -64,7 +64,7 @@ struct swfdec_gradient_struct #...