Displaying 4 results from an estimated 4 matches for "fill0styl".
Did you mean:
fill0style
2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
...bswfdec/swfdec_shape_parser.c
+++ b/libswfdec/swfdec_shape_parser.c
@@ -428,7 +428,6 @@ swfdec_shape_parser_parse_change (Swfdec
SWFDEC_LOG (" moveto %d,%d", *x, *y);
}
- path = swfdec_sub_path_create (parser->subpaths, *x, *y);
if (state_fill_styles0) {
parser->fill0style = swfdec_bits_getbits (bits, parser->n_fill_bits);
SWFDEC_LOG (" * fill0style = %d", parser->fill0style);
@@ -452,6 +451,7 @@ swfdec_shape_parser_parse_change (Swfdec
swfdec_shape_parser_finish (parser);
swfdec_shape_parser_new_styles (parser, bits);
}
+ path =...
2007 Apr 16
0
4 commits - libswfdec/swfdec_shape.c libswfdec/swfdec_stroke.c test/dump.c
...nt i;
+#if 0
+ g_print ("\n\n");
+ for (i = 0; i < path_array->len; i++) {
+ SubPath *path = &g_array_index (path_array, SubPath, i);
+ g_print ("%d %d => %d %d - %u %u %u\n", path->x_start, path->y_start, path->x_end, path->y_end,
+ path->fill0style, path->fill1style, path->linestyle);
+ }
+#endif
swfdec_shape_accumulate_fills (shape, (SubPath *) path_array->data, path_array->len);
swfdec_shape_accumulate_lines (shape, (SubPath *) path_array->data, path_array->len);
for (i = 0; i < path_array->len; i++) {
@@...
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
...moveto %d,%d", *x, *y);
}
if (state_fill_styles0) {
- unsigned int check = swfdec_bits_getbits (end_bits, morph->n_fill_bits) +
+ guint check = swfdec_bits_getbits (end_bits, morph->n_fill_bits) +
SWFDEC_SHAPE (morph)->fills_offset;
if (check != path->fill0style)
SWFDEC_ERROR ("end fill0style %u differs from start fill0style %u", check, path->fill0style);
}
if (state_fill_styles1) {
- unsigned int check = swfdec_bits_getbits (end_bits, morph->n_fill_bits) +
+ guint check = swfdec_bits_getbits (end_bits, morph->n_f...
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
...moveto %d,%d", *x, *y);
}
if (state_fill_styles0) {
- unsigned int check = swfdec_bits_getbits (end_bits, morph->n_fill_bits) +
+ guint check = swfdec_bits_getbits (end_bits, morph->n_fill_bits) +
SWFDEC_SHAPE (morph)->fills_offset;
if (check != path->fill0style)
SWFDEC_ERROR ("end fill0style %u differs from start fill0style %u", check, path->fill0style);
}
if (state_fill_styles1) {
- unsigned int check = swfdec_bits_getbits (end_bits, morph->n_fill_bits) +
+ guint check = swfdec_bits_getbits (end_bits, morph->n_f...