Searched refs:layer (Results 151 - 175 of 666) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.h51 unsigned level, unsigned layer);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.h41 IDirectFBDisplayLayer *layer; member in struct:SDL_PrivateVideoData
/external/chromium-trace/trace-viewer/src/cc/
H A Dselection.js19 * If a selection is related to a specific layer, then this returns the
20 * layerId of that layer. If the selection is not related to a layer, for
54 * Called when the selection is made active in the layer viewer. Must return
73 function LayerSelection(layer) {
74 if (!layer)
76 this.layer_ = layer;
105 var layer = lthi.activeTree.findLayerWithId(this.layer_.layerId) ||
107 if (!layer)
109 return new LayerSelection(layer);
[all...]
/external/chromium_org/cc/layers/
H A Dlayer_iterator_unittest.cc9 #include "cc/layers/layer.h"
48 #define EXPECT_COUNT(layer, target, contrib, itself) \
49 EXPECT_EQ(target, layer->count_representing_target_surface_); \
50 EXPECT_EQ(contrib, layer->count_representing_contributing_surface_); \
51 EXPECT_EQ(itself, layer->count_representing_itself_);
73 TestLayer* layer = static_cast<TestLayer*>( local
76 layer->count_representing_target_surface_ = -1;
77 layer->count_representing_contributing_surface_ = -1;
78 layer->count_representing_itself_ = -1;
90 TestLayer* layer local
[all...]
/external/chromium_org/cc/test/
H A Danimation_test_common.cc11 #include "cc/layers/layer.h"
259 int AddOpacityTransitionToLayer(Layer* layer, argument
264 return AddOpacityTransition(layer,
271 int AddOpacityTransitionToLayer(LayerImpl* layer, argument
276 return AddOpacityTransition(layer->layer_animation_controller(),
283 int AddAnimatedTransformToLayer(Layer* layer, argument
287 return AddAnimatedTransform(layer, duration, delta_x, delta_y);
290 int AddAnimatedTransformToLayer(LayerImpl* layer, argument
294 return AddAnimatedTransform(layer->layer_animation_controller(),
300 int AddAnimatedFilterToLayer(Layer* layer, argument
307 AddAnimatedFilterToLayer(LayerImpl* layer, double duration, float start_brightness, float end_brightness) argument
[all...]
H A Dlayer_tree_pixel_test.cc124 scoped_refptr<SolidColorLayer> layer = SolidColorLayer::Create(); local
125 layer->SetIsDrawable(true);
126 layer->SetAnchorPoint(gfx::PointF());
127 layer->SetBounds(rect.size());
128 layer->SetPosition(rect.origin());
129 layer->SetBackgroundColor(color);
130 return layer;
155 scoped_refptr<SolidColorLayer> layer = CreateSolidColorLayer(rect, color); local
173 layer->AddChild(border_top);
174 layer
182 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL); local
[all...]
H A Danimation_test_common.h133 int AddOpacityTransitionToLayer(Layer* layer,
139 int AddOpacityTransitionToLayer(LayerImpl* layer,
145 int AddAnimatedTransformToLayer(Layer* layer,
150 int AddAnimatedTransformToLayer(LayerImpl* layer,
155 int AddAnimatedFilterToLayer(Layer* layer,
160 int AddAnimatedFilterToLayer(LayerImpl* layer,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerClipper.cpp72 // For transformed layers, the root layer was shifted to be us, so there is no need to
74 RenderLayer* parentLayer = clipRectsContext.rootLayer != m_renderer->layer() ? m_renderer->layer()->parent() : 0;
97 // FIXME: it's not clear how this layer not having clip rects guarantees that no descendants have any.
103 for (RenderLayer* layer = m_renderer->layer()->firstChild(); layer; layer = layer->nextSibling())
104 layer
[all...]
H A DRenderLayer.cpp228 // This is similar to root() but we check if an ancestor layer would
255 // to our parent layer.
268 // as canUseConvertToLayerCoords may be true for an ancestor layer.
289 // Clear the IsCompositingUpdateRoot flag once we've found the first compositing layer in this update.
320 for (RenderLayer* layer = this; layer; layer = layer->parent()) {
321 if (!layer->m_hasSelfPaintingLayerDescendantDirty && layer
1075 isFixedPositionedContainer(RenderLayer* layer) argument
1106 compositingContainer(const RenderLayer* layer) argument
1259 expandClipRectForDescendantsAndReflection(LayoutRect& clipRect, const RenderLayer* layer, const RenderLayer* rootLayer, TransparencyClipBoxBehavior transparencyBehavior, PaintBehavior paintBehavior) argument
1286 transparencyClipBox(const RenderLayer* layer, const RenderLayer* rootLayer, TransparencyClipBoxBehavior transparencyBehavior, TransparencyClipBoxMode transparencyMode, PaintBehavior paintBehavior) argument
1547 accumulateOffsetTowardsAncestor(const RenderLayer* layer, const RenderLayer* ancestorLayer, LayoutPoint& location) argument
1849 performOverlapTests(OverlapTestRequestMap& overlapTestRequests, const RenderLayer* rootLayer, const RenderLayer* layer) argument
1865 shouldDoSoftwarePaint(const RenderLayer* layer, bool paintingReflection) argument
1870 shouldSuppressPaintingLayer(RenderLayer* layer) argument
1881 paintForFixedRootBackground(const RenderLayer* layer, PaintLayerFlags paintFlags) argument
4189 showLayerTree(const WebCore::RenderLayer* layer) argument
[all...]
/external/chromium_org/ui/views/corewm/
H A Dvisibility_controller.cc9 #include "ui/compositor/layer.h"
53 animated = animated || (window->layer()->GetAnimator()->
55 window->layer()->GetTargetOpacity() == 0.0f);
58 // When a window is made visible, we always make its layer visible
59 // immediately. When a window is hidden, the layer must be left visible and
62 window->layer()->SetVisible(visible);
/external/libppp/src/
H A Dlink.h57 struct layer const *layer[LAYER_MAX]; /* i/o layers */ member in struct:link
74 extern int link_Stack(struct link *, struct layer *);
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc34 #include "ui/compositor/layer.h"
709 // Make sure StackChildAtTop moves both the window and layer to the front.
723 ASSERT_EQ(2u, parent.layer()->children().size());
724 EXPECT_EQ(child1.layer(), parent.layer()->children()[0]);
725 EXPECT_EQ(child2.layer(), parent.layer()->children()[1]);
731 ASSERT_EQ(2u, parent.layer()->children().size());
732 EXPECT_EQ(child1.layer(), parent.layer()
1993 ui::Layer* layer = w.layer(); local
3534 BuildLayerTreeDescription(const ui::Layer& layer) argument
3553 BuildRootLayerTreeDescription(const ui::Layer& layer) argument
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.cc15 #include "ui/compositor/layer.h"
58 SetPaintToLayer(view->layer() != NULL);
59 if (view->layer())
60 SetFillsBoundsOpaquely(view->layer()->fills_bounds_opaquely());
107 // Implicit animation observer that deletes itself and the layer at the end of
111 explicit AnimationObserverDeleteLayer(ui::Layer* layer) argument
112 : layer_(layer) {
162 // Keep the reference to layer as we need it after releasing it.
163 ui::Layer* layer = scoped_layer.get(); local
164 DCHECK(layer);
[all...]
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc8 #include "ui/compositor/layer.h"
33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer) argument
37 InitTransform(layer);
43 void ScreenRotation::InitTransform(ui::Layer* layer) { argument
51 // Use the target transform/bounds in case the layer is already animating.
52 const gfx::Transform& current_transform = layer->GetTargetTransform();
53 const gfx::Rect& bounds = layer->GetTargetBounds();
/external/chromium_org/cc/trees/
H A Dquad_culler.cc21 const LayerImpl* layer,
27 layer_(layer),
48 const LayerImpl* layer,
66 layer ? layer->layer_tree_impl() : NULL);
19 QuadCuller(QuadList* quad_list, SharedQuadStateList* shared_quad_state_list, const LayerImpl* layer, const OcclusionTrackerImpl& occlusion_tracker, bool show_culling_with_debug_border_quads, bool for_surface) argument
43 AppendQuadInternal( scoped_ptr<DrawQuad> draw_quad, gfx::Rect culled_rect, QuadList* quad_list, const OcclusionTrackerImpl& occlusion_tracker, const LayerImpl* layer, bool create_debug_border_quads) argument
H A Dlayer_sorter.cc63 : layer(layer_impl),
80 // Checks whether layer "a" draws on top of layer "b". The weight value returned
103 // Make a list of points that inside both layer quad projections.
106 // Check all four corners of one layer against the other layer's quad.
114 // Check all the edges of one layer for intersection with the other layer's
127 // Check the corresponding layer depth value for all overlap points to
128 // determine which layer i
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_compositor.h168 * set the blender used to render a layer
172 unsigned layer, void *blend, bool is_clearing);
175 * set the layer destination area
179 unsigned layer, struct u_rect *dst_area);
182 * set a video buffer as a layer to render
187 unsigned layer,
194 * set a paletted sampler as a layer to render
199 unsigned layer,
207 * set a rgba sampler as a layer to render
212 unsigned layer,
[all...]
/external/chromium_org/ui/app_list/views/
H A Dpulsing_block_view.cc11 #include "ui/compositor/layer.h"
27 void SchedulePulsingAnimation(ui::Layer* layer) { argument
28 DCHECK(layer);
40 const gfx::Rect local_bounds(layer->bounds().size());
70 layer->GetAnimator()->ScheduleTogether(animations);
97 SchedulePulsingAnimation(layer());
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h168 * set the blender used to render a layer
172 unsigned layer, void *blend, bool is_clearing);
175 * set the layer destination area
179 unsigned layer, struct u_rect *dst_area);
182 * set a video buffer as a layer to render
187 unsigned layer,
194 * set a paletted sampler as a layer to render
199 unsigned layer,
207 * set a rgba sampler as a layer to render
212 unsigned layer,
[all...]
/external/chromium_org/cc/debug/
H A Drasterize_and_record_benchmark.cc13 #include "cc/layers/layer.h"
100 void RasterizeAndRecordBenchmark::Run(Layer* layer) { argument
101 layer->RunMicroBenchmark(this);
104 void RasterizeAndRecordBenchmark::RunOnLayer(PictureLayer* layer) { argument
105 ContentLayerClient* painter = layer->client();
106 gfx::Size content_bounds = layer->content_bounds();
115 layer->visible_content_rect(), 1.f / layer->contents_scale_x());
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c60 int width; // width of highest layer
61 int height; // height of highest layer
69 int layer; member in struct:SvcInternal
89 // One encoded frame layer
123 // add layer data to list
132 // get accumulated size of layer data
143 // copy layer data to buffer
154 // free layer data list
486 // use SvcInternal value for number of layers to enable forcing single layer
600 // keyframe layer zer
665 vpx_svc_get_layer_resolution(const SvcContext *svc_ctx, int layer, unsigned int *width, unsigned int *height) argument
697 int layer, layer_index; local
[all...]
/external/chromium_org/ui/views/widget/
H A Dwindow_reorderer.cc33 // Sets |order| to the list of views whose layer / associated window's layer
36 // |hosts| are the views with an associated window whose layer is a child of
46 if (view->layer() && view->layer()->parent() == parent_layer) {
158 GetOrderOfViewsWithLayers(root_view_, parent_window_->layer(), hosted_windows,
169 ui::Layer* layer = view->layer(); local
176 layer = window->layer();
[all...]
/external/aac/libMpegTPDec/include/
H A Dtpdec_lib.h310 const UINT layer );
374 * \param layer The layer the bitstream belongs to.
382 const INT layer );
389 HANDLE_FDK_BITSTREAM transportDec_GetBitstream ( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
421 TRANSPORTDEC_ERROR transportDec_ReadAccessUnit ( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
429 INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
436 INT transportDec_GetAuBitsTotal( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
/external/chromium_org/ash/shelf/
H A Dapp_list_button.cc17 #include "ui/compositor/layer.h"
56 layer()->GetAnimator()->StopAnimating();
78 layer()->GetAnimator()->ScheduleAnimation(opacity_sequence.release());
82 layer()->GetAnimator()->StopAnimating();
84 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator());
87 layer()->SetOpacity(1.0f);
88 layer()->SetTransform(gfx::Transform());
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMouseRelatedEvent.cpp155 // Adjust layerLocation to be relative to the layer.
163 RenderLayer* layer; local
164 if (n && (layer = n->renderer()->enclosingLayer())) {
165 for (; layer; layer = layer->parent()) {
166 m_layerLocation -= toLayoutSize(layer->location());

Completed in 815 milliseconds

1234567891011>>