search for: start_color

Displaying 20 results from an estimated 21 matches for "start_color".

2007 Apr 16
0
4 commits - libswfdec/swfdec_shape.c libswfdec/swfdec_stroke.c test/dump.c
...bug messages diff --git a/libswfdec/swfdec_stroke.c b/libswfdec/swfdec_stroke.c index 893380d..bec454b 100644 --- a/libswfdec/swfdec_stroke.c +++ b/libswfdec/swfdec_stroke.c @@ -152,7 +152,7 @@ swfdec_stroke_parse (SwfdecSwfDecoder *d stroke->end_width = stroke->start_width; stroke->start_color = swfdec_bits_get_color (bits); stroke->end_color = stroke->start_color; - SWFDEC_LOG ("new stroke stroke: width %u color %08x", stroke->start_width, stroke->start_color); + SWFDEC_LOG ("new stroke: width %u color %08x", stroke->start_width, stroke->start_...
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
.../ 256.0, 0, 16384.0 / 256.0, 0); + } cairo_matrix_scale (&mat, 1 / 256.0, 1 / 256.0); mat.x0 /= 256.0; mat.y0 /= 256.0; @@ -289,16 +292,22 @@ swfdec_pattern_do_parse (SwfdecSwfDecode } SWFDEC_COLOR_PATTERN (pattern)->end_color = SWFDEC_COLOR_PATTERN (pattern)->start_color; SWFDEC_LOG (" color %08x", SWFDEC_COLOR_PATTERN (pattern)->start_color); - } else if (paint_style_type == 0x10 || paint_style_type == 0x12) { + } else if (paint_style_type == 0x10 || paint_style_type == 0x12 || paint_style_type == 0x13) { + SwfdecGradientPattern *gradient...
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
...RN, SwfdecStrokePatternClass)) -#define SWFDEC_STROKE_PATTERN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SWFDEC_TYPE_STROKE_PATTERN, SwfdecStrokePatternClass)) - -struct _SwfdecStrokePattern -{ - SwfdecPattern pattern; - - guint start_width; /* width of line */ - SwfdecColor start_color; /* color to paint with */ - guint end_width; /* width of line */ - SwfdecColor end_color; /* color to paint with */ -}; - -struct _SwfdecStrokePatternClass -{ - SwfdecPatternClass pattern_class; -}; - -G_DEFINE_TYPE (SwfdecStrokePattern, swfdec_stroke_pattern, SWFDEC_TYPE_PATTERN); - -sta...
2006 Mar 14
2
rjs woes
...uest( ''/admin/users/activate'', { :method: ''post'', parameters: data, onSuccess: success_handler, ...) } function success_handler(resp) { alert(resp.responseText); eval(resp.responseText); } rjs template: page.visual_effect :highlight, "cb_div", { :start_color => "#aaffaa" } the success_handler is getting called, as the alert shows the javascript being returned as: new Effect.Hilight(''cb_div'', {startcolor:#aaffaa}); but as i said, it''s not getting evaluated in the eval() call. (i''m not seeing the effect...
2020 Mar 18
0
[PATCH i-g-t 4/4] tests: Add nouveau-crc tests
...HEX_COLOR(0x00, 0x00, 0xF9), + HEX_COLOR(0x86, 0x00, 0x7D), + }; + igt_output_t *output = data->output; + igt_plane_t *primary = data->primary; + igt_pipe_crc_t *pipe_crc; + const int n_colors = ARRAY_SIZE(colors); + const int n_crcs = 20; + igt_crc_t *crcs = NULL; + int start = -1, frame, start_color = -1, i; + bool found_skip = false; + + pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, "auto"); + + create_colors(data, colors, n_colors, pipe_crc); + + set_crc_flip_threshold(data, n_crcs / 2); + igt_pipe_crc_start(pipe_crc); + + for (i = 0; i < n_crcs; i++) { + const in...
2020 Apr 17
0
[PATCH i-g-t v3 5/5] tests: Add nouveau-crc tests
...HEX_COLOR(0x00, 0x00, 0xF9), + HEX_COLOR(0x86, 0x00, 0x7D), + }; + igt_output_t *output = data->output; + igt_plane_t *primary = data->primary; + igt_pipe_crc_t *pipe_crc; + const int n_colors = ARRAY_SIZE(colors); + const int n_crcs = 20; + igt_crc_t *crcs = NULL; + int start = -1, frame, start_color = -1, i; + bool found_skip = false; + + pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, "auto"); + + create_colors(data, colors, n_colors, pipe_crc); + + set_crc_flip_threshold(data, n_crcs / 2); + igt_pipe_crc_start(pipe_crc); + + for (i = 0; i < n_crcs; i++) { + const in...
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...HEX_COLOR(0x00, 0x00, 0xF9), + HEX_COLOR(0x86, 0x00, 0x7D), + }; + igt_output_t *output = data->output; + igt_plane_t *primary = data->primary; + igt_pipe_crc_t *pipe_crc; + const int n_colors = ARRAY_SIZE(colors); + const int n_crcs = 20; + igt_crc_t *crcs = NULL; + int start = -1, frame, start_color = -1, i; + bool found_skip = false; + + pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, "auto"); + + create_colors(data, colors, n_colors, pipe_crc); + + set_crc_flip_threshold(data, n_crcs / 2); + igt_pipe_crc_start(pipe_crc); + + for (i = 0; i < n_crcs; i++) { + const in...
2020 Sep 30
0
[PATCH i-g-t v5 5/5] tests: Add nouveau-crc tests
...HEX_COLOR(0x00, 0x00, 0xF9), + HEX_COLOR(0x86, 0x00, 0x7D), + }; + igt_output_t *output = data->output; + igt_plane_t *primary = data->primary; + igt_pipe_crc_t *pipe_crc; + const int n_colors = ARRAY_SIZE(colors); + const int n_crcs = 20; + igt_crc_t *crcs = NULL; + int start = -1, frame, start_color = -1, i; + bool found_skip = false; + + pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, "auto"); + + create_crc_colors(data, colors, n_colors, pipe_crc); + + set_crc_flip_threshold(data, n_crcs / 2); + igt_pipe_crc_start(pipe_crc); + + for (i = 0; i < n_crcs; i++) { + cons...
2020 Apr 17
10
[PATCH i-g-t v3 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that) So, this series adds the relevant tests for it since nvidia's CRC
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...t; > + igt_output_t *output = data->output; > > + igt_plane_t *primary = data->primary; > > + igt_pipe_crc_t *pipe_crc; > > + const int n_colors = ARRAY_SIZE(colors); > > + const int n_crcs = 20; > > + igt_crc_t *crcs = NULL; > > + int start = -1, frame, start_color = -1, i; > > + bool found_skip = false; > > + > > + pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, "auto"); > > + > > + create_colors(data, colors, n_colors, pipe_crc); > > + > > + set_crc_flip_threshold(data, n_crcs / 2); > > +...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...LOR(0x86, 0x00, 0x7D), > + }; > + igt_output_t *output = data->output; > + igt_plane_t *primary = data->primary; > + igt_pipe_crc_t *pipe_crc; > + const int n_colors = ARRAY_SIZE(colors); > + const int n_crcs = 20; > + igt_crc_t *crcs = NULL; > + int start = -1, frame, start_color = -1, i; > + bool found_skip = false; > + > + pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, "auto"); > + > + create_colors(data, colors, n_colors, pipe_crc); > + > + set_crc_flip_threshold(data, n_crcs / 2); > + igt_pipe_crc_start(pipe_crc); > + &g...
2020 Apr 17
5
[PATCH i-g-t v2 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> (Just forwarding this to nouveau's ml, since I completely forgot to before) Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that)
2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, hooray! Well, it's under review at least: https://patchwork.freedesktop.org/series/74804/ (it has a cover letter, but nouveau's mailing list configuration has blocked the email so I'm waiting for a moderator to fix that) So, this series adds the relevant tests for it since nvidia's CRC
2020 Sep 30
9
[PATCH i-g-t v5 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> Nouveau has finally gotten CRC support, and at this point that support has made its way upstream. Hooray! So, let's start adding some relevant tests for it since nvidia's CRC implementation has some rather interesting design choices that needed to be worked around. Lyude Paul (5): lib/igt_core: Fix igt_assert_fd() documentation
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
...} cairo_set_source (cr, pattern); @@ -460,7 +460,7 @@ swfdec_pattern_parse (SwfdecSwfDecoder * if (paint_id == 65535) { /* FIXME: someone explain this magic paint id here */ pattern = g_object_new (SWFDEC_TYPE_COLOR_PATTERN, NULL); - SWFDEC_COLOR_PATTERN (pattern)->start_color = SWF_COLOR_COMBINE (0, 255, 255, 255); + SWFDEC_COLOR_PATTERN (pattern)->start_color = SWFDEC_COLOR_COMBINE (0, 255, 255, 255); SWFDEC_COLOR_PATTERN (pattern)->end_color = SWFDEC_COLOR_PATTERN (pattern)->start_color; swfdec_bits_get_matrix (bits, &pattern->start_...
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
...} cairo_set_source (cr, pattern); @@ -460,7 +460,7 @@ swfdec_pattern_parse (SwfdecSwfDecoder * if (paint_id == 65535) { /* FIXME: someone explain this magic paint id here */ pattern = g_object_new (SWFDEC_TYPE_COLOR_PATTERN, NULL); - SWFDEC_COLOR_PATTERN (pattern)->start_color = SWF_COLOR_COMBINE (0, 255, 255, 255); + SWFDEC_COLOR_PATTERN (pattern)->start_color = SWFDEC_COLOR_COMBINE (0, 255, 255, 255); SWFDEC_COLOR_PATTERN (pattern)->end_color = SWFDEC_COLOR_PATTERN (pattern)->start_color; swfdec_bits_get_matrix (bits, &pattern->start_...
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
...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; + dstroke->end_cap = sstroke->end_cap; + dstroke->join = sstroke->join; + dstroke->miter_limit = sstroke->mite...
2006 Jun 03
4
xentop.c error
...LD'' undeclared (first use in this function) xentop.c: In function `main'': xentop.c:812: error: `ERR'' undeclared (first use in this function) xentop.c:859: warning: implicit declaration of function `initscr'' xentop.c:860: warning: implicit declaration of function `start_color'' xentop.c:861: warning: implicit declaration of function `cbreak'' xentop.c:862: warning: implicit declaration of function `noecho'' xentop.c:863: warning: implicit declaration of function `nonl'' xentop.c:864: warning: implicit declaration of function `keypad'&...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...000003c GLIBC_2.2.5 strncasecmp 0000000000000000 DF *UND* 00000000000000af GLIBC_2.2.5 send 0000000000000000 DF *UND* 00000000000000b8 Base _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC1ERKS5_mmRKS4_ 0000000000000000 DF *UND* 000000000000026b Base start_color 0000000000000000 DF *UND* 0000000000000080 Base _ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryD1Ev 0000000000000000 DF *UND* 0000000000000003 GLIBC_2.2.5 pthread_rwlock_destroy 0000000000000000 DF *UND* 00000000000000c5 Base _ZNSt3__112basic_stringIcNS_11char...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++