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

<<11121314151617181920>>

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 148 //GPU/CPU composition, don't change layer composition type
185 // numAppLayers-1, as we iterate till 0th layer index
196 // be drawn on the framebuffer or that are on the layer cache.
198 //There is no need to reset layer properties here as we return in
231 if(mCopyBitDraw == false) // there is no layer marked for copybit
237 ALOGE("%s: Render buffer layer handle is NULL", __FUNCTION__);
253 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
255 hwc_layer_1_t *layer = &list->hwLayers[i]; local
287 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
297 private_handle_t *hnd = (private_handle_t *)layer->handle
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 246 GetNativeWindow()->layer()->SetOpacity(0);
569 ui::Layer* layer = panel->layer(); local
570 ui::ScopedLayerAnimationSettings panel_slide_settings(layer->GetAnimator());
580 layer->SetOpacity(0);
721 ui::Layer* layer = visible_panels[i].window->layer(); local
724 layer->SetOpacity(0)
871 ui::Layer* layer = callout_widget->GetNativeWindow()->layer(); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.cc 27 #include "cc/layers/layer.h"
160 // We must clear any pointers into the layer tree prior to destroying it.
164 // The layer tree must be destroyed before the layer tree host. We've
175 static void LayerTreeHostOnOutputSurfaceCreatedCallback(Layer* layer) {
176 layer->OnOutputSurfaceCreated();
245 // code that is logically a main thread operation, e.g. deletion of a Layer,
313 : Layer::INVALID_ID);
434 std::stack<Layer*> layer_stack
1021 Layer* layer = local
    [all...]
layer_tree_host_common.h 23 class Layer;
91 typedef CalcDrawPropsInputs<Layer, RenderSurfaceLayerList>
93 typedef CalcDrawPropsInputsForTesting<Layer, RenderSurfaceLayerList>
109 const base::Callback<void(LayerType* layer)>& function);
111 // Returns a layer with the given id if one exists in the subtree starting
112 // from the given root layer (including mask and replica layers).
116 static Layer* get_layer_as_raw_ptr(const LayerList& layers, size_t index) {
146 LayerType* layer,
148 // A layer will either contribute its own content, or its render surface's
149 // content, to the target surface. The layer contributes its surface's conten
    [all...]
layer_tree_host_unittest_occlusion.cc 7 #include "cc/layers/layer.h"
16 class TestLayer : public Layer {
23 const OcclusionTracker<Layer>* occlusion) OVERRIDE {
28 const TestOcclusionTracker<Layer>* test_occlusion =
29 static_cast<const TestOcclusionTracker<Layer>*>(occlusion);
43 TestLayer() : Layer() {
75 void VerifyOcclusion(TestLayer* layer) const {
76 EXPECT_EQ(layer->expected_occlusion().ToString(),
77 layer->occlusion().ToString());
79 for (size_t i = 0; i < layer->children().size(); ++i)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_app_name_notification_view.cc 86 native_view->layer()->SetAnimator(animator);
163 ui::Layer* layer = widget_view->layer(); local
164 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator());
168 layer->SetBounds(rect);
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.cc 7 #include "cc/layers/layer.h"
17 #include "ui/compositor/layer.h"
72 // A layer delegate that paints the shield with the arrow in it.
122 ui::Layer* layer = arrow_.get(); local
126 settings.AddObserver(new DeleteAfterAnimation<ui::Layer>(arrow_.Pass()));
127 settings.AddObserver(new DeleteAfterAnimation<ui::Layer>(clip_layer_.Pass()));
128 layer->SetTransform(transform);
129 layer->SetOpacity(opacity);
189 arrow_.reset(new ui::Layer(ui::LAYER_TEXTURED))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 73 virtual blink::WebLayer* layer() = 0;
125 // The given layer will replicate this layer and its children; the replica renders behind this layer.
127 // The layer that replicates this layer (if any).
129 // The layer being replicated.
137 // Offset is origin of the renderer minus origin of the graphics layer (so either zero or negative).
141 // The position of the layer (the location of its top-left corner in its parent)
148 // The size of the layer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 110 m_rootLayer->layer()->setBounds(m_size);
111 m_layerTreeView->setRootLayer(*m_rootLayer->layer());
200 m_rootLayer->layer()->setBounds(newSize);
379 m_rootLayer->layer()->invalidateRect(FloatRect(paintRect));
399 m_rootLayer->layer()->invalidateRect(FloatRect(clipRect));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 40 /* A layer on top of the intel_regions code which adds:
411 /** \brief Assert that the level and layer are valid for the miptree. */
415 uint32_t layer)
419 assert(layer < mt->level[level].depth);
482 uint32_t layer);
593 unsigned int level, unsigned int layer, enum gen6_hiz_op op)
602 unsigned int level, unsigned int layer, enum gen6_hiz_op op);
  /external/chromium_org/ui/aura/
window_tree_host.cc 17 #include "ui/compositor/layer.h"
73 compositor_->SetRootLayer(window()->layer());
89 float scale = ui::GetDeviceScaleFactor(window()->layer());
92 transform *= window()->layer()->transform();
111 gfx::RectF new_bounds(ui::ConvertRectToDIP(window()->layer(), bounds));
112 window()->layer()->transform().TransformRect(&new_bounds);
236 // The layer, and the observers should be notified of the
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 40 /* A layer on top of the intel_regions code which adds:
411 /** \brief Assert that the level and layer are valid for the miptree. */
415 uint32_t layer)
419 assert(layer < mt->level[level].depth);
482 uint32_t layer);
593 unsigned int level, unsigned int layer, enum gen6_hiz_op op)
602 unsigned int level, unsigned int layer, enum gen6_hiz_op op);
  /frameworks/native/services/surfaceflinger/
Layer.h 65 * Layer is first referenced.
70 class Layer : public SurfaceFlingerConsumer::ContentsChangedListener {
80 // Layer serial number. This gives layers an explicit ordering, so we
81 // have a stable sort order when their layer stack and Z-order are
121 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
124 virtual ~Layer();
126 // the this layer's size and format
154 virtual const char* getTypeId() const { return "Layer"; }
161 * on the layer. It does not examine the current plane alpha value.
163 virtual bool isOpaque(const Layer::State& s) const
    [all...]
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 88 ELOGTRACE("layer count exceeds the limit");
92 // check layer parameters
109 // update IMG layer
164 // Wait and close HWC_OVERLAY typed layer's acquire fence
171 hwc_layer_1_t& layer = display->hwLayers[j]; local
172 if (layer.compositionType == HWC_OVERLAY) {
173 if (layer.acquireFenceFd != -1) {
174 // sync_wait(layer.acquireFenceFd, 16ms);
175 close(layer.acquireFenceFd);
176 layer.acquireFenceFd = -1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 335 // - when the document is painted, both layers are painted. The <body> layer doesn't
340 toRenderLayerModelObject(newChild)->layer()->removeOnlyThisLayer();
445 // We need to figure out the layer that follows newObject. We only do
446 // this the first time we find a child layer, and then we update the
451 parentLayer->addChild(toRenderLayerModelObject(obj)->layer(), beforeChild);
475 parentLayer->removeChild(toRenderLayerModelObject(this)->layer());
489 RenderLayer* layer = toRenderLayerModelObject(this)->layer(); local
490 ASSERT(oldParent == layer->parent());
492 oldParent->removeChild(layer);
2014 RenderLayer* layer = toRenderLayerModelObject(this)->layer(); local
2479 RenderLayer* layer; local
2799 RenderLayer* layer = 0; local
2823 RenderLayer* layer = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 2 SDL - Simple DirectMedia Layer
159 static DFBSurfacePixelFormat GetFormatForBpp (int bpp, IDirectFBDisplayLayer *layer)
164 layer->GetConfiguration (layer, &dlc);
382 IDirectFBDisplayLayer *layer = NULL; local
403 ret = dfb->GetDisplayLayer (dfb, DLID_PRIMARY, &layer);
417 layer->EnableCursor (layer, 1);
419 /* Query layer configuration to determine the current mode and pixelformat */
420 layer->GetConfiguration (layer, &dlc)
    [all...]
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.cc 10 #include "cc/layers/layer.h"
40 scroll_layer_id_(Layer::INVALID_ID) {}
50 void PaintedScrollbarLayerImpl::PushPropertiesTo(LayerImpl* layer) {
51 ScrollbarLayerImplBase::PushPropertiesTo(layer);
54 static_cast<PaintedScrollbarLayerImpl*>(layer);
picture_layer_impl.h 35 LayerRasterTileIterator(PictureLayerImpl* layer, bool prioritize_low_res);
62 LayerEvictionTileIterator(PictureLayerImpl* layer,
92 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
ui_resource_layer.cc 59 : Layer(),
108 Layer::SetLayerTreeHost(host);
145 Layer::DrawsContent();
148 void UIResourceLayer::PushPropertiesTo(LayerImpl* layer) {
149 Layer::PushPropertiesTo(layer);
150 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer);
ui_resource_layer_impl.cc 35 void UIResourceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
36 LayerImpl::PushPropertiesTo(layer);
37 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer);
video_layer_impl.cc 32 scoped_ptr<VideoLayerImpl> layer(new VideoLayerImpl(tree_impl, id));
33 layer->SetProviderClientImpl(VideoFrameProviderClientImpl::Create(provider));
36 return layer.Pass();
45 // In impl side painting, we may have a pending and active layer
61 void VideoLayerImpl::PushPropertiesTo(LayerImpl* layer) {
62 LayerImpl::PushPropertiesTo(layer);
64 VideoLayerImpl* other = static_cast<VideoLayerImpl*>(layer);
79 // drawing, the layer will not be destroyed before DidDraw is called.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.h 67 unsigned int level, unsigned int layer);
105 unsigned int level, unsigned int layer);
223 unsigned int level, unsigned int layer,
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.cc 186 shadow_->layer()->SetVisible(true);
188 keyboard_contents_->GetNativeView()->parent()->layer()->Add(
189 shadow_->layer());
  /external/chromium_org/ui/wm/core/
image_grid.h 11 #include "ui/compositor/layer.h"
80 // Returns |layer|'s bounds after applying the layer's current transform.
81 gfx::RectF GetTransformedLayerBounds(const ui::Layer& layer);
92 ui::Layer* layer() { return layer_.get(); } function in class:wm::ImageGrid
98 // Visible to allow independent layer animations and for testing.
99 ui::Layer* top_left_layer() const { return top_left_layer_.get(); }
100 ui::Layer* top_layer() const { return top_layer_.get();
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.h 67 unsigned int level, unsigned int layer);
105 unsigned int level, unsigned int layer);
223 unsigned int level, unsigned int layer,

Completed in 337 milliseconds

<<11121314151617181920>>