search for: dstroke

Displaying 2 results from an estimated 2 matches for "dstroke".

Did you mean: stroke
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
....c @@ -32,12 +32,50 @@ /* FIXME: This whole code assumes it works for MovieClip, Button and TextField * objects. If it only works for MovieClip objects, fix this. */ +static SwfdecDraw * +swfdec_stroke_copy (SwfdecDraw *draw) +{ + SwfdecStroke *sstroke = SWFDEC_STROKE (draw); + SwfdecStroke *dstroke = g_object_new (SWFDEC_TYPE_STROKE, NULL); + + dstroke->start_width = sstroke->start_width; + dstroke->start_color = sstroke->start_color; + if (sstroke->pattern) + dstroke->pattern = g_object_ref (sstroke->pattern); + dstroke->start_cap = sstroke->start_cap; + ds...
2015 Mar 09
0
[ANNOUNCE] libX11 1.6.3
...ow). nls: Adding the missing postfix sequences for composing vowels with ogoneks. nls: Adding the missing compose sequences with <comma> for O with ogonek. nls: Transform Brazilian compose file to an include plus three overrides. nls: Grouping the compose sequences for Dstroke/dstroke together. nls: Grouping a lone superscript minus together with its mates. nls: Adding the visual composing characters to two comment lines. nls: Add one lowercase compose variant for ®, to mirror those for ©. nls: Add a comment to the block of accented Hebrew letters...