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

<<21222324252627282930>>

  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 31 ui::ScopedLayerAnimationSettings(window->layer()->GetAnimator()) {
100 original_transform_(window->layer()->GetTargetTransform()) {
114 // otherwise the layer's visibility will not be updated
117 window_->layer()->SetOpacity(0);
window_grid.cc 337 window->layer()->GetAnimator()->StopAnimatingProperty(
371 selection_widget_->GetNativeWindow()->layer()->SetOpacity(0);
395 old_selection->GetNativeWindow()->layer()->GetAnimator());
427 selection_widget_->GetNativeWindow()->layer()->GetAnimator());
window_selector.cc 171 (*iter)->layer()->GetAnimator());
176 (*iter)->layer()->SetOpacity(1);
362 (*iter)->layer()->GetAnimator());
371 (*iter)->layer()->SetOpacity(0);
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 57 // It's possible the mask layer is created but has no size or otherwise
122 void TiledLayerImpl::PushPropertiesTo(LayerImpl* layer) {
123 LayerImpl::PushPropertiesTo(layer);
125 TiledLayerImpl* tiled_layer = static_cast<TiledLayerImpl*>(layer);
render_surface_impl.h 124 void AddContributingDelegatedRenderPassLayer(LayerImpl* layer);
texture_layer.h 13 #include "cc/layers/layer.h"
21 // A Layer containing a the rendered output of a plugin instance.
22 class CC_EXPORT TextureLayer : public Layer {
104 // Sets an opacity value per vertex. It will be multiplied by the layer
139 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
140 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
tiled_layer.h 27 // Layer implementation.
29 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
38 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
62 // Reset state on tiles that will be used for updating the layer.
93 const OcclusionTracker<Layer>* occlusion);
100 const OcclusionTracker<Layer>* occlusion,
121 const OcclusionTracker<Layer>* occlusion);
  /external/chromium_org/chrome/browser/chromeos/login/ui/
user_adding_screen_browsertest.cc 63 if (current_view->layer())
64 EXPECT_EQ(current_view->layer()->GetCombinedOpacity(), 1.f);
70 EXPECT_EQ(window->layer()->GetCombinedOpacity(), 1.f);
  /external/chromium_org/content/browser/android/
overscroll_glow.cc 68 scoped_refptr<cc::Layer> CreateImageLayer(const SkBitmap& bitmap) {
69 scoped_refptr<cc::ImageLayer> layer = cc::ImageLayer::Create(); local
70 layer->SetBitmap(bitmap);
71 return layer;
125 bool OverscrollGlow::OnOverscrolled(cc::Layer* overscrolling_layer,
213 void OverscrollGlow::UpdateLayerAttachment(cc::Layer* parent) {
245 root_layer_ = cc::Layer::Create();
247 scoped_refptr<cc::Layer> edge_layer = CreateImageLayer(edge);
248 scoped_refptr<cc::Layer> glow_layer = CreateImageLayer(glow);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 78 struct nv50_miptree *mt, unsigned level, unsigned layer)
97 /* layer has to be < depth, and depth > tile depth / 2 */
100 offset += mt->layer_stride * layer;
101 layer = 0;
105 offset += nvc0_mt_zslice_offset(mt, level, layer);
106 layer = 0;
125 PUSH_DATA (push, layer);
737 struct pipe_resource *res, unsigned level, unsigned layer)
749 templ.u.tex.first_layer = templ.u.tex.last_layer = layer;
778 struct pipe_resource *res, unsigned level, unsigned layer,
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 78 struct nv50_miptree *mt, unsigned level, unsigned layer)
97 /* layer has to be < depth, and depth > tile depth / 2 */
100 offset += mt->layer_stride * layer;
101 layer = 0;
105 offset += nvc0_mt_zslice_offset(mt, level, layer);
106 layer = 0;
125 PUSH_DATA (push, layer);
737 struct pipe_resource *res, unsigned level, unsigned layer)
749 templ.u.tex.first_layer = templ.u.tex.last_layer = layer;
778 struct pipe_resource *res, unsigned level, unsigned layer,
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 401 * traverse layer and state list drawables.
830 * The progress indicator should be specified as a layer with
1077 Drawable layer = null; local
1202 Drawable layer = null; local
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 141 LOG_ALWAYS_FATAL_IF(!success, "Failed to update layer!");
273 ALOGW("Incorrectly called buildLayer on View: %s, destroying layer...", node->getName());
313 bool CanvasContext::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) {
315 layer->apply();
316 return LayerRenderer::copyLayer(mRenderThread.renderState(), layer->backingLayer(), bitmap);
347 Layer* CanvasContext::createTextureLayer() {
  /cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h 76 void computeGradient(unsigned char* layer, float* gradientMap);
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 10 #include "ui/compositor/layer.h"
126 layer()->SetTransform(transform);
  /external/chromium_org/ash/wm/
window_state.cc 394 ui::Layer* layer = window_->layer(); local
395 ui::ScopedLayerAnimationSettings slide_settings(layer->GetAnimator());
415 // Takes ownership of the old layer and all its children, which will be
421 ui::Layer* old_layer = old_layer_owner->root();
423 ui::Layer* new_layer = window_->layer();
428 // Ensure the higher-resolution layer is on top.
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 54 void SetRectToInvalidate(const gfx::Rect& rect, FakeTiledLayer* layer);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 11 #include "cc/layers/layer.h"
111 // Add a layer animation and confirm that
180 // Add a layer animation to a layer, but continually fail to draw. Confirm that
375 layer_tree_host()->SetRootLayer(make_scoped_refptr<Layer>(NULL));
669 // Update() should have been called once, proving that the layer was not
698 scoped_refptr<Layer> layer = Layer::Create(); variable
699 layer->set_layer_animation_delegate(this)
709 layer_tree_host()->root_layer()->AddChild(layer); variable
1216 scoped_refptr<Layer> layer = Layer::Create(); variable
1217 layer_tree_host()->root_layer()->AddChild(layer); variable
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 28 class Layer;
60 virtual void SetRootLayer(scoped_refptr<cc::Layer> root) OVERRIDE;
95 virtual void AttachLayerForReadback(scoped_refptr<cc::Layer> layer) OVERRIDE;
135 // root_layer_ is the persistent internal root layer, while subroot_layer_
137 scoped_refptr<cc::Layer> root_layer_;
138 scoped_refptr<cc::Layer> subroot_layer_;
  /external/chromium_org/content/renderer/
child_frame_compositing_helper.h 26 class Layer;
131 cc::Layer* layer);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.cpp 469 void InspectorController::willAddPageOverlay(const GraphicsLayer* layer)
472 m_layerTreeAgent->willAddPageOverlay(layer);
475 void InspectorController::didRemovePageOverlay(const GraphicsLayer* layer)
478 m_layerTreeAgent->didRemovePageOverlay(layer);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerStackingNode.h 67 // A stacking context is a layer that has a non-auto z-index.
96 RenderLayer* layer() const { return m_layer; } function in class:WebCore::RenderLayerStackingNode
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.h 50 virtual void setManagedSurface(TextureStorageInterface2DArray *storage, int layer, int level) {};
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.h 218 unsigned level, int layer);
sp_texture.c 231 unsigned level, unsigned layer)
240 offset += layer * nblocksy * spr->stride[level];
243 offset += layer * spr->stride[level];
246 assert(layer == 0);

Completed in 868 milliseconds

<<21222324252627282930>>