search for: 3fe67ea

Displaying 1 result from an estimated 1 matches for "3fe67ea".

Did you mean: 34fe67ea
2007 Oct 15
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...decRect * inval); + const SwfdecRect * inval, + int * num); void swfdec_text_field_render (SwfdecTextField * text, cairo_t * cr, const SwfdecParagraph * paragraphs, diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 3fe67ea..11540ba 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -364,14 +364,107 @@ swfdec_text_field_movie_free_paragraphs (SwfdecTextFieldMovie *text) } } +static cairo_surface_t *surface = NULL; +static cairo_t *cr = NULL; + +static SwfdecLayout * +sw...