search for: fill_styl

Displaying 4 results from an estimated 4 matches for "fill_styl".

Did you mean: fill_style
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"); + st...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...rsion is now ''type-safe'' so we won''t be using that version instead </span><span class="lines">@@ -20,6 +13,12 @@ </span><span class="cx"> %ignore DrawPolygon(const wxList * points , wxCoord xoffset = 0, wxCoord yoffset = 0, int fill_style = wxODDEVEN_RULE) ; </span><span class="cx"> </span><span class="cx"> </span><ins>+%rename(GetDimensions) wxDC::GetSize(wxCoord * width , wxCoord * height); +%rename(GetDimensionsMM) wxDC::GetSizeMM(wxCoord *width , wxCoord *height) const;...
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_fil...
2006 Oct 22
0
[708] trunk/wxruby2/swig/classes/DC.i: Un-ignore get_multi_line_text_extent (Roy Sutton)
...be using that version instead </span><span class="cx"> %ignore DrawLines(const wxList * points, wxCoord xoffset = 0, wxCoord yoffset = 0); </span><span class="cx"> %ignore DrawPolygon(const wxList * points , wxCoord xoffset = 0, wxCoord yoffset = 0, int fill_style = wxODDEVEN_RULE) ; </span></span></pre> </div> </div> </body> </html>