search for: y_end

Displaying 1 result from an estimated 1 matches for "y_end".

Did you mean: _end
2007 Apr 16
0
4 commits - libswfdec/swfdec_shape.c libswfdec/swfdec_stroke.c test/dump.c
..._paths ( { guint 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_arr...