Searched refs:layer_impl (Results 1 - 25 of 38) sorted by path

12

/external/chromium_org/cc/
H A Dcc.target.darwin-arm.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.darwin-arm64.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.darwin-mips.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.darwin-mips64.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.darwin-x86.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.darwin-x86_64.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.linux-arm.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.linux-arm64.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.linux-mips.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.linux-mips64.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.linux-x86.mk91 cc/layers/layer_impl.cc \
H A Dcc.target.linux-x86_64.mk91 cc/layers/layer_impl.cc \
/external/chromium_org/cc/layers/
H A Dlayer_impl.h555 LayerImpl(LayerTreeImpl* layer_impl, int id);
H A Dnine_patch_layer.cc55 NinePatchLayerImpl* layer_impl = static_cast<NinePatchLayerImpl*>(layer); local
58 layer_impl->SetUIResourceId(0);
62 layer_impl->SetLayout(image_aperture_, border_, fill_center_);
H A Dnine_patch_layer_impl.cc30 NinePatchLayerImpl* layer_impl = static_cast<NinePatchLayerImpl*>(layer); local
32 layer_impl->SetLayout(image_aperture_, border_, fill_center_);
H A Dpicture_layer.cc37 PictureLayerImpl* layer_impl = static_cast<PictureLayerImpl*>(base_layer); local
39 if (layer_impl->bounds().IsEmpty()) {
41 // Using layer_impl because either bounds() or paint_properties().bounds
42 // may disagree and either one could have been pushed to layer_impl.
49 DCHECK_EQ(layer_impl->bounds().ToString(), pile_->tiling_size().ToString());
52 // Unlike other properties, invalidation must always be set on layer_impl.
54 layer_impl->invalidation_.Clear();
55 layer_impl->invalidation_.Swap(&pile_invalidation_);
56 layer_impl->UpdatePile(PicturePileImpl::CreateFromOther(pile_.get()));
H A Dpicture_layer_impl.cc99 PictureLayerImpl* layer_impl = static_cast<PictureLayerImpl*>(base_layer); local
107 if (layer_impl->tilings_)
108 layer_impl->tilings_->DidBecomeRecycled();
114 layer_impl->twin_layer_ = NULL;
117 layer_impl->UpdatePile(pile_);
121 layer_impl->tilings_.swap(tilings_);
122 layer_impl->tilings_->SetClient(layer_impl);
134 layer_impl->raster_page_scale_ = raster_page_scale_;
135 layer_impl
[all...]
H A Dpicture_layer_unittest.cc61 scoped_ptr<FakePictureLayerImpl> layer_impl = local
64 layer->PushPropertiesTo(layer_impl.get());
65 EXPECT_FALSE(layer_impl->CanHaveTilings());
66 EXPECT_TRUE(layer_impl->bounds() == gfx::Size(0, 0));
67 EXPECT_EQ(gfx::Size(), layer_impl->pile()->tiling_size());
68 EXPECT_FALSE(layer_impl->pile()->HasRecordings());
H A Dsolid_color_layer_impl_unittest.cc132 scoped_ptr<SolidColorLayerImpl> layer_impl = local
135 layer->PushPropertiesTo(layer_impl.get());
138 EXPECT_TRUE(layer_impl->contents_opaque());
142 layer_impl->draw_properties().opacity = 1;
148 layer_impl->AppendQuads(render_pass.get(), occlusion_tracker, &data);
159 scoped_ptr<SolidColorLayerImpl> layer_impl = local
162 layer->PushPropertiesTo(layer_impl.get());
165 EXPECT_FALSE(layer_impl->contents_opaque());
169 layer_impl->draw_properties().opacity = 1;
175 layer_impl
[all...]
H A Dsurface_layer.cc36 SurfaceLayerImpl* layer_impl = static_cast<SurfaceLayerImpl*>(layer); local
38 layer_impl->SetSurfaceId(surface_id_);
H A Dsurface_layer_impl.cc35 SurfaceLayerImpl* layer_impl = static_cast<SurfaceLayerImpl*>(layer); local
37 layer_impl->SetSurfaceId(surface_id_);
H A Dtiled_layer_unittest.cc173 FakeTiledLayerImpl* layer_impl) {
176 layer->PushPropertiesTo(layer_impl);
267 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
276 UpdateAndPush(layer, layer_impl);
279 EXPECT_TRUE(layer_impl->HasResourceIdForTileAt(0, 0));
280 EXPECT_TRUE(layer_impl->HasResourceIdForTileAt(0, 1));
285 UpdateAndPush(layer, layer_impl);
289 EXPECT_TRUE(layer_impl->HasResourceIdForTileAt(0, 0));
290 EXPECT_FALSE(layer_impl->HasResourceIdForTileAt(0, 1));
298 scoped_ptr<FakeTiledLayerImpl> layer_impl local
172 LayerPushPropertiesTo(FakeTiledLayer* layer, FakeTiledLayerImpl* layer_impl) argument
317 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
358 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
397 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
437 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
577 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
600 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
704 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
751 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
780 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
813 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
851 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
943 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
1114 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
1130 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
1145 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
1161 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
1170 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
1186 scoped_ptr<FakeTiledLayerImpl> layer_impl = local
[all...]
H A Dui_resource_layer.cc151 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer); local
154 layer_impl->SetUIResourceId(0);
160 layer_impl->SetUIResourceId(ui_resource_holder_->id());
161 layer_impl->SetImageBounds(image_size);
162 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
163 layer_impl->SetVertexOpacity(vertex_opacity_);
H A Dui_resource_layer_impl.cc37 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer); local
39 layer_impl->SetUIResourceId(ui_resource_id_);
40 layer_impl->SetImageBounds(image_bounds_);
41 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
42 layer_impl->SetVertexOpacity(vertex_opacity_);
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.cc38 scoped_ptr<LayerImpl> layer_impl = TreeSynchronizer::SynchronizeTrees( local
40 TreeSynchronizer::PushProperties(root_layer(), layer_impl.get());
42 active_tree()->SetRootLayer(layer_impl.Pass());

Completed in 2288 milliseconds

12