Searched refs:layer (Results 201 - 225 of 666) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c101 int layer,
109 referenced = llvmpipe_is_resource_referenced(pipe, resource, level, layer);
98 llvmpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, int layer, boolean read_only, boolean cpu_access, boolean do_not_block, const char *reason) argument
H A Dlp_texture.h176 unsigned layer,
183 unsigned layer);
254 unsigned level, int layer);
/external/chromium_org/ui/views/
H A Dview_unittest.cc17 #include "ui/compositor/layer.h"
50 // Returns true if |ancestor| is an ancestor of |layer|.
51 bool LayerIsAncestor(const ui::Layer* ancestor, const ui::Layer* layer) { argument
52 while (layer && layer != ancestor)
53 layer = layer->parent();
54 return layer == ancestor;
77 const ui::Layer* FirstLayer(const ui::Layer* layer) { argument
78 const ui::Layer* l = layer;
84 NextLayer(const ui::Layer* layer) argument
102 ViewAndLayerTreeAreConsistent(const views::View* view, const ui::Layer* layer) argument
[all...]
/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc11 #include "cc/layers/layer.h"
86 void PictureRecordBenchmark::Run(Layer* layer) { argument
87 layer->RunMicroBenchmark(this);
90 void PictureRecordBenchmark::RunOnLayer(PictureLayer* layer) { argument
91 ContentLayerClient* painter = layer->client();
92 gfx::Size content_bounds = layer->content_bounds();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DLayerDetailsView.js40 this.element.classList.add("layer-details-view");
41 this._emptyView = new WebInspector.EmptyView(WebInspector.UIString("Select a layer to see its details"));
76 "root": WebInspector.UIString("Root layer."),
88 * @param {?WebInspector.Layer} layer
90 setLayer: function(layer)
92 this._layer = layer;
114 var layer = /** @type {!WebInspector.Layer} */ (event.data);
115 if (this._layer === layer)
116 this._paintCountCell.textContent = layer.paintCount();
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc22 #include "ui/compositor/layer.h"
260 app_list_main_view_->layer()->SetMasksToBounds(true);
275 speech_view_->layer()->SetOpacity(0.0f);
298 GetWidget()->GetNativeWindow()->layer()->SetMasksToBounds(true);
432 speech_view_->layer()->SetTransform(speech_transform);
436 app_list_main_view_->layer()->GetAnimator());
441 app_list_main_view_->layer()->SetOpacity(recognizing ? 0.0f : 1.0f);
446 speech_view_->layer()->GetAnimator());
452 speech_view_->layer()->SetOpacity(recognizing ? 1.0f : 0.0f);
454 speech_view_->layer()
[all...]
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp217 TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp, UCHAR *conf, const UINT length, UINT layer )
234 if (layer != 0) {
246 err = AudioSpecificConfig_Parse(&hTp->asc[layer], hBs, 1, &hTp->callbacks);
250 errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer]);
300 const INT layer )
305 || (layer >= 2) ) {
315 hBs = &hTp->bitStream[layer];
336 HANDLE_FDK_BITSTREAM transportDec_GetBitstream( const HANDLE_TRANSPORTDEC hTp, const UINT layer )
338 return &hTp->bitStream[layer];
668 INT syncLayerFrameBits = 0; /* Length of sync layer fram
[all...]
/external/chromium_org/ui/views/corewm/
H A Dshadow_controller_unittest.cc16 #include "ui/compositor/layer.h"
63 // layer won't get drawn yet since it's a child of the window's layer).
67 EXPECT_TRUE(shadow->layer()->visible());
71 EXPECT_TRUE(shadow->layer()->visible());
73 EXPECT_TRUE(shadow->layer()->visible());
78 EXPECT_FALSE(shadow->layer()->visible());
80 EXPECT_TRUE(shadow->layer()->visible());
82 // The shadow's layer should be a child of the window's layer
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DTrackHeaderBox.java43 private int layer; field in class:TrackHeaderBox
73 return layer;
125 layer = IsoTypeReader.readUInt16(content); // 204
154 IsoTypeWriter.writeUInt16(byteBuffer, layer);
176 result.append("layer=").append(getLayer());
209 public void setLayer(int layer) { argument
210 this.layer = layer;
/external/chromium_org/ui/v2/src/
H A Dview.cc45 // TODO(beng): update layer.
121 explicit ViewLayerOwner(ui::Layer* layer) { argument
122 layer_ = layer;
199 // TODO(beng): update layer
216 // TODO(beng): update layer
272 const ui::Layer* View::layer() const { function in class:v2::View
273 return layer_owner_.get() ? layer_owner_->layer() : NULL;
276 ui::Layer* View::layer() { function in class:v2::View
277 return const_cast<ui::Layer*>(const_cast<const View*>(this)->layer());
281 return !!layer();
[all...]
/external/chromium_org/ash/wm/overview/
H A Dwindow_overview.cc96 widget_->GetNativeWindow()->layer()->GetAnimator()->AddObserver(this);
100 widget_->GetNativeWindow()->layer()->GetAnimator()->RemoveObserver(this);
156 (*iter)->layer()->GetAnimator());
162 (*iter)->layer()->SetOpacity(1);
207 old_selection->layer()->GetAnimator());
216 old_selection->layer()->SetOpacity(0);
222 selection_widget_->GetNativeWindow()->layer()->GetAnimator());
228 selection_widget_->GetNativeWindow()->layer()->SetOpacity(
233 selection_widget_->GetNativeWindow()->layer()->SetOpacity(
331 (*iter)->layer()
[all...]
/external/chromium_org/cc/layers/
H A Dio_surface_layer_impl.cc57 void IOSurfaceLayerImpl::PushPropertiesTo(LayerImpl* layer) { argument
58 LayerImpl::PushPropertiesTo(layer);
61 static_cast<IOSurfaceLayerImpl*>(layer);
H A Dui_resource_layer.cc147 void UIResourceLayer::PushPropertiesTo(LayerImpl* layer) { argument
148 Layer::PushPropertiesTo(layer);
149 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer);
H A Dlayer_lists.h30 void push_back(const scoped_refptr<Layer>& layer);
H A Dnine_patch_layer_impl.h32 // The bitmap stretches out the bounds of the layer. The following picture
62 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
77 // The transparent center region that shows the parent layer's contents in
H A Dsolid_color_scrollbar_layer_impl.h26 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.h176 unsigned layer,
183 unsigned layer);
254 unsigned level, int layer);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp491 RenderLayer* l = root->layer();
519 ts << "layer ";
636 RenderLayer* layer = renderFlowThread->layer(); local
637 RenderTreeAsText::writeLayers(ts, rootLayer, layer, paintRect, indent + 2, behavior);
656 void RenderTreeAsText::writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* layer, argument
659 // FIXME: Apply overflow to the root layer to not break every test. Complete hack. Sigh.
661 if (rootLayer == layer) {
664 layer->setSize(layer
[all...]
/external/chromium_org/ash/wm/
H A Dlock_state_controller_unittest.cc61 layer()->GetAnimator());
311 ui::Layer* layer = window->layer(); local
312 EXPECT_EQ(1.0f, layer->opacity());
313 EXPECT_EQ(0.0f, layer->layer_brightness());
314 EXPECT_EQ(0.0f, layer->layer_saturation());
315 EXPECT_EQ(gfx::Transform(), layer->transform());
332 ui::Layer* layer = window->layer(); local
333 EXPECT_EQ(1.0f, layer
[all...]
H A Dscreen_dimmer.h21 // ScreenDimmer displays a partially-opaque layer above everything
34 ui::Layer* layer() { return dimmer_->dimming_layer_.get(); } function in class:ash::internal::ScreenDimmer::TestApi
58 // Partially-opaque layer that's stacked above all of the root window's
H A Dwindow_animations.h65 ui::Layer* layer,
/external/chromium_org/cc/trees/
H A Dquad_culler_unittest.cc60 scoped_ptr<TiledLayerImpl> layer = local
65 layer->SetTilingData(*tiler);
66 layer->set_skips_draw(false);
67 layer->SetDrawsContent(true);
68 layer->draw_properties().target_space_transform = draw_transform;
69 layer->draw_properties().screen_space_transform = draw_transform;
70 layer->draw_properties().visible_content_rect = layer_rect;
71 layer->draw_properties().opacity = opacity;
72 layer->SetContentsOpaque(opaque);
73 layer
106 AppendQuads(QuadList* quad_list, SharedQuadStateList* shared_state_list, TiledLayerImpl* layer, LayerIteratorType* it, OcclusionTrackerImpl* occlusion_tracker) argument
[all...]
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adts.h105 UCHAR layer; member in struct:__anon183
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_host_impl.js92 tree.renderSurfaceLayerList.forEach(function(layer) {
93 bbox.addQuad(layer.layerQuad);
/external/chromium_org/cc/test/
H A Dfake_content_layer.h38 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;

Completed in 856 milliseconds

1234567891011>>