Displaying 14 results from an estimated 14 matches for "fillstyl".
Did you mean:
fillstyle
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
...66
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 3 13:15:03 2007 +0100
add a gradient test
diff --git a/test/image/Makefile.am b/test/image/Makefile.am
index 5b870fb..1ae8261 100644
--- a/test/image/Makefile.am
+++ b/test/image/Makefile.am
@@ -73,6 +73,18 @@ EXTRA_DIST = \
fillstyle-order.swf \
fillstyle-order.swf.png \
fillstyle-order.xml \
+ gradient-beginGradientFill.as \
+ gradient-beginGradientFill-5.swf \
+ gradient-beginGradientFill-5.swf.png \
+ gradient-beginGradientFill-6.swf \
+ gradient-beginGradientFill-6.swf.png \
+ gradient-beginGradientFill-6.swf.org.png \...
2008 Jan 12
1
GraphicsContext demo
...me for a release. *wipes forehead* So far, it''s looking pretty good.
BTW Alex, another bug came up while working with GraphicsContext, but wasn''t
something as major that could prevent me from completing the demo.
GraphicsContext#draw_lines(size_t n, Point2Double points, Integer fillStyle)
Need another typemap wrapper for Point2Double. And I''m thinking that it
should be an 2d array of sorts. Points represented by [x,y], and array of
them, EG:
[
[first_x,first_y],
[second_x,second_y],
[third_x,third_y],
....etc.....
....etc.....
]
And proabbly a more ruby-ish...
2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
...+ <tags>
+ <DefineShape3 objectID="1">
+ <bounds>
+ <Rectangle left="0" right="0" top="100" bottom="100"/>
+ </bounds>
+ <styles>
+ <StyleList>
+ <fillStyles>
+ <Solid>
+ <color>
+ <Color red="0" green="255" blue="255" alpha="255"/>
+ </color>
+ </Solid>
+ </fillStyles>
+ <line...
2007 Oct 13
2
[Bug 12793] New: Crash playing a swf file (because of missing NULL ptr check)
...saw that :
SWFDEC: FIXME: swfdec_sound.c(254): tag_func_sound_stream_head: playback codec
2 doesn't match sound codec 0
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: FIXME: swfdec_sound.c(254): tag_func_sound_stream_head: playback codec
2 doesn't match sound codec 0
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finis...
2007 Jun 28
0
Branch 'as' - 4 commits - libswfdec/swfdec_debugger.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c test/image
...;0x18"/>
+ <DefineShape objectID="1">
+ <bounds>
+ <Rectangle left="0" right="1000" top="0" bottom="1000"/>
+ </bounds>
+ <styles>
+ <StyleList>
+ <fillStyles>
+ <Solid>
+ <color>
+ <Color red="255" green="0" blue="0"/>
+ </color>
+ </Solid>
+ </fillStyles>
+ <lineStyles/>
+ </StyleList>
+ </styles>...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...5.swf \
+ drawing-zorder-5.swf.png \
+ drawing-zorder-6.swf \
+ drawing-zorder-6.swf.org.png \
+ drawing-zorder-6.swf.png \
+ drawing-zorder-7.swf \
+ drawing-zorder-7.swf.org.png \
+ drawing-zorder-7.swf.png \
+ drawing-zorder-8.swf \
+ drawing-zorder-8.swf.org.png \
+ drawing-zorder-8.swf.png \
fillstyle-order.swf \
fillstyle-order.swf.png \
fillstyle-order.xml \
diff --git a/test/image/drawing-zorder-5.swf b/test/image/drawing-zorder-5.swf
new file mode 100644
index 0000000..34015ea
Binary files /dev/null and b/test/image/drawing-zorder-5.swf differ
diff --git a/test/image/drawing-zorder-5.sw...
2008 Jan 02
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_movie.c libswfdec/swfdec_shape_parser.c test/dump.c test/trace
...rser->subpaths->data,
parser->subpaths2->len ? (SwfdecSubPath *) (void *) parser->subpaths2->data : NULL, FALSE);
parser->draws = g_slist_prepend (parser->draws, g_object_ref (style->draw));
- } else if (parser->parse_fill) {
- SWFDEC_WARNING ("fillstyle %u has no path", i);
} else {
- SWFDEC_INFO ("fillstyle %u has no path (probably a space sign?)", i);
+ SWFDEC_INFO ("fillstyle %u has no path", i);
}
}
for (i = 0; i < parser->linestyles->len; i++) {
commit db546facec9f7fb973c577586dc379...
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
...cktrace
while loading http://www.labottegadellabici.it/index.swf.
Loading stream: http://www.labottegadellabici.it/index.swf
SWFDEC: FIXME: swfdec_pattern.c(448): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: WARN : swfdec_as_interpret.c(568): swfdec_player_get_movie_from_string:
"_level100" does not reference a movie
Loading stream: http://www.labottegadellabici.it/link.swf
fi...
2007 Nov 01
3
[Bug 13051] New: CNN Cartoon Clicks are not responsive to mouse events
...Mike Mikula's Cartoon Clicks. No
choice can be made with the mouse. When run in swfplay, following messages are
shown.
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not...
2007 Nov 24
1
[Bug 13381] New: swfdec_swf_decoder_eof brokern transmission error
...vies/programmazione/thomasc.swf
SWFDEC: WARN : swfdec_as_interpret.c(920): swfdec_action_call_method: no
function named "toLowerCase" on object unknown
Loading stream: http://www.paginegialle.it/pg/cgi/closer.swf?v=339
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: ERROR: swfdec_swf_decoder.c(357): swfdec_swf_decoder_parse_one: data
after last frame
SWFDEC: ERROR: swfdec_swf_decoder.c(357): swfdec_swf_decoder_parse_one: data
after last frame
[...]
SWFDEC: ERROR: swfdec_swf_decoder.c(357): swfdec_swf_decoder_parse_one: data
after last fr...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...much
implement clipping using masks
remove the fill parameter from the rendering functions
apply the color transform in color patterns
What does that line do in here?
make tests work with new drawing stuff
only unref draws if they exist
don't warn "fillstyle has no path" when parsing fonts
order characters by id when dumping
set the URL on the slow loader
check for unsetting clip depth before setting a new one
include a UTF-8 string in values.as
implement StringExtract and MBStringExtract actions
export substr...
2007 Dec 10
0
5 commits - libswfdec/jpeg libswfdec/swfdec_as_interpret.c libswfdec/swfdec_bits.c libswfdec/swfdec_cached.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_flash_security.c libswfdec/swfdec_image.c
...arser->subpaths->data,
+ parser->subpaths2->len ? (SwfdecSubPath *) (void *) parser->subpaths->data : NULL, FALSE);
parser->draws = g_slist_prepend (parser->draws, g_object_ref (style->draw));
} else if (parser->parse_fill) {
SWFDEC_WARNING ("fillstyle %u has no path", i);
@@ -286,8 +286,8 @@ swfdec_shape_parser_finish (SwfdecShapeParser *parser)
if (style->draw == NULL)
continue;
if (style->subpaths) {
- swfdec_style_finish (style, (SwfdecSubPath *) parser->subpaths->data,
- parser->subpaths2->len...
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...nts) / sizeof (events[0]); i++) {
+ sprintf (script, "trace (\"place %s: \" + this);", events[i]);
+ SWFDisplayItem_addAction (item, newSWFAction (script), 1 << (10 + i));
+ }
+}
+
+static SWFCharacter
+get_rectangle (int r, int g, int b)
+{
+ SWFShape shape;
+ SWFFillStyle fill;
+
+ shape = newSWFShape ();
+ fill = SWFShape_addSolidFillStyle (shape, r, g, b, 255);
+ SWFShape_setRightFillStyle (shape, fill);
+ SWFShape_drawLineTo (shape, 100, 0);
+ SWFShape_drawLineTo (shape, 100, 100);
+ SWFShape_drawLineTo (shape, 0, 100);
+ SWFShape_drawLineTo (shape, 0, 0)...
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...sizeof (button_events[0]); i++) {
+ sprintf (script, "trace (\"button %s: \" + this);", button_events[i]);
+ SWFButton_addAction (button, newSWFAction (script), (1 << i));
+ }
+}
+
+static SWFCharacter
+get_rectangle (int r, int g, int b)
+{
+ SWFShape shape;
+ SWFFillStyle fill;
+
+ shape = newSWFShape ();
+ fill = SWFShape_addSolidFillStyle (shape, r, g, b, 255);
+ SWFShape_setRightFillStyle (shape, fill);
+ SWFShape_drawLineTo (shape, 100, 0);
+ SWFShape_drawLineTo (shape, 100, 100);
+ SWFShape_drawLineTo (shape, 0, 100);
+ SWFShape_drawLineTo (shape, 0, 0)...