search for: definefont2

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

Did you mean: definefont
2008 Mar 30
3
[Bug 15262] New: Regression - text labels not shown in "Pinch-hitter"
http://bugs.freedesktop.org/show_bug.cgi?id=15262 Summary: Regression - text labels not shown in "Pinch-hitter" Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://media1.break.com/dnet/media/2007/10/pinch- hitter.swf OS/Version: Linux (All) Status: NEW Severity:
2007 Apr 17
0
15 commits - libswfdec/jpeg libswfdec/swfdec_bits.c libswfdec/swfdec_edittext.c libswfdec/swfdec_font.c libswfdec/swfdec_image.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c libswfdec/swfdec_shape.c libswfdec/swfdec_sprite.c
...} bits->end = end_bits.ptr; swfdec_shape_add_styles (s, SWFDEC_SHAPE (morph), diff-tree d7461508e0d76b7eaa89cc67427f8415884d29f7 (from 42e6df0df9df1b028752c6afe2632008e3378bdc) Author: Benjamin Otte <otte@gnome.org> Date: Tue Apr 17 11:46:17 2007 +0200 sanely skip offsets in DefineFont2 diff --git a/libswfdec/swfdec_font.c b/libswfdec/swfdec_font.c index c626104..c0562b1 100644 --- a/libswfdec/swfdec_font.c +++ b/libswfdec/swfdec_font.c @@ -289,6 +289,7 @@ tag_func_define_font_2 (SwfdecSwfDecoder int font_descent; int font_leading; int i; + guint skip; id = swfdec_...
2007 Apr 17
0
Branch 'as' - 17 commits - libswfdec/jpeg libswfdec/swfdec_bits.c libswfdec/swfdec_font.c libswfdec/swfdec_image.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c libswfdec/swfdec_shape.c libswfdec/swfdec_sound.c libswfdec/swfdec_sprite.c
...} bits->end = end_bits.ptr; swfdec_shape_add_styles (s, SWFDEC_SHAPE (morph), diff-tree d7461508e0d76b7eaa89cc67427f8415884d29f7 (from 42e6df0df9df1b028752c6afe2632008e3378bdc) Author: Benjamin Otte <otte@gnome.org> Date: Tue Apr 17 11:46:17 2007 +0200 sanely skip offsets in DefineFont2 diff --git a/libswfdec/swfdec_font.c b/libswfdec/swfdec_font.c index c626104..c0562b1 100644 --- a/libswfdec/swfdec_font.c +++ b/libswfdec/swfdec_font.c @@ -289,6 +289,7 @@ tag_func_define_font_2 (SwfdecSwfDecoder int font_descent; int font_leading; int i; + guint skip; id = swfdec_...
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...0336b5bc057d0fad626a88e2ff8fb2 (from 3b4d3b8ffde2921b618208ff0fed436ec92817ba) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 15 15:49:18 2007 +0100 Implement DefineFont3 This includes some changes for the Glyph em square scale factor, which is 1024 in DefineFont and DefineFont2, but 20*1024 in DefineFont3 diff --git a/libswfdec/swfdec_bits.h b/libswfdec/swfdec_bits.h index 0dd1dd9..d568dd8 100644 --- a/libswfdec/swfdec_bits.h +++ b/libswfdec/swfdec_bits.h @@ -26,8 +26,6 @@ #include <libswfdec/swfdec_color.h> #include <libswfdec/swfdec_buffer.h> -#define S...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...dec_bits_get_buffer instead of manually fuzzing with the SwfdecBits structure read font names sanely clarify beahviour of swfdec_bits_get_buffer handle 0 bytes of input gracefully fix swfcdec_script_new to not touch the SwfdecBits struct directly sanely skip offsets in DefineFont2 handle morph shape offset sanely Fix various failures to sanely read buffers only convert variable names if they exist movies without a rate don't have sound avoid overflow issues when bytes is near MAXUINT it's not this code's job to syncbits b...
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...abel", tag_func_frame_label, SWFDEC_TAG_DEFINE_SPRITE }, + [SWFDEC_TAG_SOUNDSTREAMHEAD2] = {"SoundStreamHead2", tag_func_sound_stream_head, SWFDEC_TAG_DEFINE_SPRITE }, [SWFDEC_TAG_DEFINEMORPHSHAPE] = {"DefineMorphShape", tag_define_morph_shape, 0}, [SWFDEC_TAG_DEFINEFONT2] = {"DefineFont2", tag_func_define_font_2, 0}, @@ -699,16 +697,16 @@ static struct tag_func_struct tag_funcs[] = { [SWFDEC_TAG_EXPORTASSETS] = {"ExportAssets", tag_func_export_assets, 0}, [SWFDEC_TAG_IMPORTASSETS] = {"ImportAssets", NULL, 0}, [SWFDEC_TAG_ENABL...