Displaying 9 results from an estimated 9 matches for "bevel".
Did you mean:
level
2007 Aug 13
0
2 commits - libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_tag.h
...t;);
- swfdec_bits_skip_bytes (bits, 16);
- break;
- case 1:
- SWFDEC_WARNING (" blur");
- swfdec_bits_skip_bytes (bits, 9);
- break;
- case 2:
- SWFDEC_WARNING (" glow");
- swfdec_bits_skip_bytes (bits, 15);
- break;
- case 3:
- SWFDEC_WARNING (" bevel");
- swfdec_bits_skip_bytes (bits, 27);
- break;
- case 4:
- {
- guint n;
- n = swfdec_bits_get_u8 (bits);
- SWFDEC_WARNING (" gradient glow");
- swfdec_bits_skip_bytes (bits, n * 5 + 19);
- }
- break;
- case 5:
- {
- guint x, y;
- x = swfdec_bi...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...erties-8.swf |binary
test/trace/assetnative-5.swf |binary
test/trace/assetnative-6.swf |binary
test/trace/assetnative-7.swf |binary
test/trace/assetnative-8.swf |binary
test/trace/bevel-filter-properties-5.swf |binary
test/trace/bevel-filter-properties-6.swf |binary
test/trace/bevel-filter-properties-7.swf |binary
test/trace/bevel-filter-properties-8.swf |binary
test/trace/bevel-filter-properties.as | 6
t...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...Button class
Add a test case for Button's properties
Add a FIXME about Button.prototype.tabIndex initialization
Name _global.flash.filters.BitmapFilter in trace_properties
Add stubs for BitmapFilter
Added a test for BitmapFilter's properties
Add stubs for BevelFilter
Add a test for BevelFilter's properties
Add stubs for BlurFilter
Add a test for BlurFilter's properties
Add stubs for ColorMatrixFilter
Add a test for ColorMatrixFilter's properties
Fix an assert in ASSetNativeAccessor, make it use SWFDEC_AS_CHE...
2001 Jun 13
2
multivariate local regression with locfit
I've been trying to run locfit on data with 6 inputs and 1 output in R.
Whenever I make a prediction for the same exact data that the model was
built on though, I get significant discrepancies between the fitted outputs
of the prediction and the actual data. I have scaled the inputs, tweaked
the alpha parameter, and played around with a lot of the other variables as
well. Is their some kind
2006 Feb 27
2
Multiple forms on a page
...dishes.each do |dish| -%>
<tr>
<td><%= link_to dish.name, :controller => "restaurant", :action =>
"show_dish", :id =>"#{dish.id}" -%>
<% if dish.vegetarian? -%>
<%= image_tag("/images/vegetarian.gif", :class => "bevel", :size =>
"8x8") %></td>
<% end -%>
<td><%=h dish.summary -%></td>
<td><%=h dish.price -%></td>
<%= form_tag :action => :add_to_trolley -%>
<td><%= hidden_field_tag("id", "#{dish.id}") -...
2007 Aug 13
0
Branch 'vivi' - 24 commits - configure.ac libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_tag.h vivified/core vivified/dock vivified/ui
...t;);
- swfdec_bits_skip_bytes (bits, 16);
- break;
- case 1:
- SWFDEC_WARNING (" blur");
- swfdec_bits_skip_bytes (bits, 9);
- break;
- case 2:
- SWFDEC_WARNING (" glow");
- swfdec_bits_skip_bytes (bits, 15);
- break;
- case 3:
- SWFDEC_WARNING (" bevel");
- swfdec_bits_skip_bytes (bits, 27);
- break;
- case 4:
- {
- guint n;
- n = swfdec_bits_get_u8 (bits);
- SWFDEC_WARNING (" gradient glow");
- swfdec_bits_skip_bytes (bits, n * 5 + 19);
- }
- break;
- case 5:
- {
- guint x, y;
- x = swfdec_bi...
2007 Dec 14
18
Mongrel error : EMFILE too many open files
...ackAdjustDistance})
%>
the action looks like this
def ackAdjustDistance
@calMessage = Calibration.getMessage
if(@calMessage.Value == "4") # CALVAR_LINE_EVENT
render(:inline => %{
<%= image_tag("stop.png", :class => "bevel",
:width => "256", :height => "256") %>
<br><br> })
return
else
render(:inline => %{ <%= image_tag("arrow_down.png", :class =>
"bevel",...
2004 Oct 04
7
R 2.0.0 is released
...drawing the current page in the childrenvp
slot of the gTree).
- New "lineend", "linejoin", and "linemitre" gpar()s:
line end can be "round", "butt", or "square".
line join can be "round", "mitre", or "bevel".
line mitre can be any number larger than 1
(controls when a mitre join gets turned into a bevel join;
proportional to angle between lines at join;
very big number means that conversion only happens for lines
that are almost parallel at join).
- New grid.prompt() f...
2004 Oct 04
7
R 2.0.0 is released
...drawing the current page in the childrenvp
slot of the gTree).
- New "lineend", "linejoin", and "linemitre" gpar()s:
line end can be "round", "butt", or "square".
line join can be "round", "mitre", or "bevel".
line mitre can be any number larger than 1
(controls when a mitre join gets turned into a bevel join;
proportional to angle between lines at join;
very big number means that conversion only happens for lines
that are almost parallel at join).
- New grid.prompt() f...