Displaying 4 results from an estimated 4 matches for "fill_styles".
2007 Apr 16
0
7 commits - libswfdec/swfdec_codec_gst.c libswfdec/swfdec_font.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_shape.c libswfdec/swfdec_shape.h libswfdec/swfdec_sprite.c
...IN_BEVEL;
+ case 2:
+ return CAIRO_LINE_JOIN_MITER;
+ default:
+ SWFDEC_ERROR ("invalid line join value %u", join);
+ return CAIRO_LINE_JOIN_ROUND;
+ }
+}
+
static SwfdecStroke *
-swfdec_stroke_do_parse_extended (SwfdecBits *bits, gboolean morph,
- SwfdecPattern *fill_styles, guint n_fill_styles)
+swfdec_stroke_do_parse_extended (SwfdecSwfDecoder *dec, gboolean morph)
{
+ SwfdecBits *bits = &dec->b;
+ guint tmp;
+ gboolean has_pattern;
SwfdecStroke *stroke = g_object_new (SWFDEC_TYPE_STROKE, NULL);
- SWFDEC_ERROR ("FIXME: implement");
+ stro...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
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
...NULL);
+
+ stroke->start_width = width;
+ stroke->end_width = width;
+ stroke->start_color = color;
+ stroke->end_color = color;
+
+ return SWFDEC_PATTERN (stroke);
+}
+
+static SwfdecPattern *
+swfdec_stroke_do_parse_extended (SwfdecBits *bits, gboolean morph,
+ SwfdecPattern *fill_styles, guint n_fill_styles)
+{
+ SwfdecStroke *stroke = g_object_new (SWFDEC_TYPE_STROKE, NULL);
+
+ SWFDEC_ERROR ("FIXME: implement");
+ return SWFDEC_PATTERN (stroke);
+}
+
+SwfdecPattern *
+swfdec_stroke_parse_extended (SwfdecSwfDecoder *dec, SwfdecPattern *fill_styles,
+ guint n_fill_...
2006 Oct 22
0
[708] trunk/wxruby2/swig/classes/DC.i: Un-ignore get_multi_line_text_extent (Roy Sutton)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: