Searched refs:opacity (Results 51 - 75 of 334) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.cc111 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const {
141 DrawPixbuf(cr, images_[0], 0, 0, opacity);
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity);
145 DrawPixbuf(cr, images_[2], x2, 0, opacity);
149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity);
157 DrawPixbuf(cr, images_[6], 0, y2, opacity);
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
161 DrawPixbuf(cr, images_[8], x2, y2, opacity);
[all...]
/external/chromium_org/chrome/browser/ui/gtk/
H A Dnine_box.cc123 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const {
165 DrawImage(cr, dst, images_[0], 0, 0, opacity);
166 TileImage(cr, dst, images_[1], i0w, 0, w - i0w - i2w, i1h, opacity);
167 DrawImage(cr, dst, images_[2], w - i2w, 0, opacity);
170 TileImage(cr, dst, images_[3], 0, i0h, i3w, h - i0h - i6h, opacity);
171 TileImage(cr, dst, images_[4], i4x, i4y, i4w, i4h, opacity);
172 TileImage(cr, dst, images_[5], w - i5w, i2h, i5w, h - i2h - i8h, opacity);
175 DrawImage(cr, dst, images_[6], 0, h - i6h, opacity);
176 TileImage(cr, dst, images_[7], i6w, h - i7h, w - i6w - i8w, i7h, opacity);
177 DrawImage(cr, dst, images_[8], w - i8w, h - i8h, opacity);
[all...]
/external/chromium_org/cc/layers/
H A Dsolid_color_layer_impl_unittest.cc72 const float opacity = 0.5f; local
85 layer->draw_properties().opacity = opacity;
93 EXPECT_EQ(opacity,
95 ->opacity());
129 // Impl layer has 1 opacity, and the color is opaque, so the opaque_rect
131 layer_impl->draw_properties().opacity = 1;
154 // Impl layer has 1 opacity, but the color is not opaque, so the opaque_rect
156 layer_impl->draw_properties().opacity = 1;
H A Drender_surface.h35 void SetDrawOpacity(float opacity) { draw_opacity_ = opacity; } argument
/external/chromium_org/ash/wm/
H A Ddrag_window_controller.cc59 void DragWindowController::SetOpacity(float opacity) { argument
63 layer->SetOpacity(opacity);
70 params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW;
H A Ddrag_window_controller.h53 // Sets the opacity of the drag window.
54 void SetOpacity(float opacity);
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory_mobile.css106 opacity: 0.7;
113 opacity: 1.0;
178 -webkit-transition: opacity 200ms;
179 opacity: 1;
183 opacity: 1;
187 opacity: 0;
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_started_animation_views.cc112 params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW;
164 double opacity = std::min(1.0 - pow(GetCurrentValue() - 0.5, 2) * 4.0, local
167 popup_->SetOpacity(static_cast<unsigned char>(opacity * 255.0));
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.css82 opacity: 0;
105 opacity: 1;
108 opacity: 0;
171 -webkit-transition-property: -webkit-transform, margin, opacity, width;
184 opacity: 0;
219 opacity: 0.35;
253 -webkit-transition: opacity 500ms ease-in-out;
254 opacity: 0;
267 opacity: 1;
284 opacity
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlock_window_aura.cc46 params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW;
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dgallery.css39 /* The close icon is in a nested div so that its opacity can be manipulated
49 opacity: 0;
54 opacity: 0.5;
58 opacity: 1;
123 transition-property: -webkit-transform, opacity;
127 opacity: 0;
177 opacity: 0;
182 transition: opacity 300ms ease;
203 opacity: 1;
229 opacity
[all...]
H A Dmedia_controls.css13 opacity: 0;
16 transition: opacity 100ms linear;
33 opacity: 1;
175 opacity: 0;
178 transition: opacity 150ms ease;
182 opacity: 1;
312 opacity: 0;
480 opacity: 0.8;
532 opacity: 0;
547 opacity
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview.css169 -webkit-transition: margin 150ms, height 150ms, opacity 150ms;
173 opacity: 0;
187 -webkit-transition: margin 150ms, height 150ms, opacity 150ms;
189 opacity: 0;
209 opacity: 0;
219 opacity: 1;
227 -webkit-transition: padding-top 100ms, height 100ms, opacity 200ms,
230 opacity: 0;
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
H A Dpopup.css56 opacity: 0;
70 opacity: 1;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
H A Dplugin_list.css56 opacity: 0;
74 opacity: 1;
/external/chromium_org/ui/compositor/
H A Dlayer_animation_delegate.h22 virtual void SetOpacityFromAnimation(float opacity) = 0;
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dnewtab.css86 -webkit-transition-property: -webkit-transform, opacity, zIndex;
116 opacity: 0.8;
121 opacity: 0.8;
207 opacity: 0.3;
/external/chromium_org/cc/test/
H A Danimation_test_common.h70 virtual void OnOpacityAnimated(float opacity) OVERRIDE;
74 float opacity() const { return opacity_; } function in class:cc::FakeLayerAnimationValueObserver
H A Dlayer_tree_json_parser.cc76 double opacity; local
77 if (dict->GetDouble("Opacity", &opacity))
78 new_layer->SetOpacity(opacity);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup_portal.js182 var opacity = Math.pow(1.0 - i / segmentCount, 3.0);
183 opacity = (0.15 + opacity * 0.8); // Vary from 0.15 to 0.95
192 ctx.fillStyle = 'rgba(240, 30, 29, ' + opacity + ')';
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc34 bubble_params.opacity = Widget::InitParams::TRANSLUCENT_WINDOW;
43 bubble_params.opacity = Widget::InitParams::OPAQUE_WINDOW;
101 border_params.opacity = Widget::InitParams::TRANSLUCENT_WINDOW;
338 unsigned char opacity = fade_animation_->GetCurrentValue() * 255; local
342 // transparent and setting opacity via UpdateLayeredWindow doesn't support
346 if ((opacity == 255) == !!(style & WS_EX_LAYERED))
348 SetLayeredWindowAttributes(hwnd, 0, opacity, LWA_ALPHA);
349 // Update the border widget's opacity.
350 border_widget_->SetOpacity(opacity);
352 GetWidget()->SetOpacity(opacity);
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dinternet_detail.css72 opacity: 1;
97 -webkit-transition: opacity 150ms ease-in-out;
103 -webkit-transition: opacity 150ms ease-in-out;
/external/chromium_org/remoting/webapp/
H A Dtoolbar.css75 opacity: 0.5;
76 -webkit-transition: bottom 0.15s ease, opacity 0.1s linear;
86 opacity: 1.0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDrawer.js55 this._viewStatusBar.style.opacity = 0;
114 {element: this._viewStatusBar, start: {opacity: 0}, end: {opacity: 1}},
155 {element: this._viewStatusBar, start: {opacity: 1}, end: {opacity: 0}},
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.css19 -webkit-transition: padding 100ms, height 100ms, opacity 100ms;
22 opacity: 0;
44 opacity: 1;
288 -webkit-transition: opacity 200ms;
290 opacity: 0.8;
303 opacity: 0;

Completed in 861 milliseconds

1234567891011>>