HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 451 - 475 of 1091) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ash/wm/
screen_dimmer.cc 10 #include "ui/compositor/layer.h"
41 dimming_layer_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR));
44 ui::Layer* root_layer = root_window_->layer();
system_modal_container_layout_manager.cc 22 #include "ui/compositor/layer.h"
141 // system modal window layer which added event filter.
142 // Now this lock modal windows layer layout manager should not block events
143 // for windows at lock layer.
149 // above the lock screen layer (crbug.com/110920).
178 modal_background_->GetNativeView()->layer()->SetOpacity(0.0f);
185 modal_background_->GetNativeView()->layer()->GetAnimator());
188 modal_background_->GetNativeView()->layer()->SetOpacity(0.5f);
202 modal_background_->GetNativeView()->layer()->SetOpacity(0.0f);
  /external/chromium_org/athena/screen/
background_controller.cc 8 #include "ui/compositor/layer.h"
57 background_widget->GetNativeWindow()->layer()->SetMasksToBounds(true);
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.h 29 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
71 // Difference between the clip layer's height and the visible viewport
picture_layer.h 11 #include "cc/layers/layer.h"
20 class CC_EXPORT PictureLayer : public Layer {
26 // Layer interface.
31 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
34 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
texture_layer_impl.h 27 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
38 // layer's output.
tiled_layer_impl.h 27 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
ui_resource_layer_impl.h 38 // Sets an opacity value per vertex. It will be multiplied by the layer
44 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
video_layer_impl.h 33 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/tabs/
window_finder_ash.cc 29 if (window->layer()->type() == ui::LAYER_TEXTURED)
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay.h 75 // Creates a layer to be used for window-slide. |offset| is the offset of the
77 ui::Layer* CreateSlideLayer(int offset);
80 virtual ui::Layer* CreateBackLayer() OVERRIDE;
81 virtual ui::Layer* CreateFrontLayer() OVERRIDE;
83 virtual void OnWindowSlideCompleted(scoped_ptr<ui::Layer> layer) OVERRIDE;
113 // Layer to be used for the final overlay fadeout animation when the overlay
115 scoped_ptr<ui::Layer> overlay_dismiss_layer_;
  /external/chromium_org/content/public/test/
layouttest_support.h 110 blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer);
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 39 virtual void SetLayer(blink::WebLayer* layer) OVERRIDE;
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.h 33 virtual void setRootLayer(const blink::WebLayer& layer);
  /external/chromium_org/ppapi/tests/
test_compositor.h 48 std::string SetColorLayer(pp::CompositorLayer layer, int32_t result);
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 72 virtual WebLayer* layer() OVERRIDE;
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.h 29 GLenum textarget, GLuint texture, GLint level, GLint layer,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
svc_context.h 128 * return spatial resolution of the specified layer
131 int layer,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource.h 90 unsigned level, unsigned layer);
i915_state_static.c 100 int layer; local
112 layer = cbuf_surface->u.tex.first_layer;
114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx;
115 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 256 unsigned width, height, layer; local
271 layer = 0;
275 layer = addr.bits.face + addr.bits.z;
281 layer,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 177 unsigned level, unsigned layer,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.h 87 unsigned layer; member in struct:__DRIimageRec
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.h 95 unsigned layer; member in struct:egl_g3d_image
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_view.mm 83 // create OpenGLES context from self layer class
84 CAEAGLLayer* eagl_layer = (CAEAGLLayer*)self.layer;
110 fromDrawable:(CAEAGLLayer*)self.layer];

Completed in 387 milliseconds

<<11121314151617181920>>