HomeSort by relevance Sort by last modified time
    Searched refs:LayerTreeImpl (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/cc/debug/
debug_colors.h 13 class LayerTreeImpl;
18 static int TiledContentLayerBorderWidth(const LayerTreeImpl* tree_impl);
21 static int ImageLayerBorderWidth(const LayerTreeImpl* tree_impl);
24 static int ContentLayerBorderWidth(const LayerTreeImpl* tree_impl);
27 static int MaskingLayerBorderWidth(const LayerTreeImpl* tree_impl);
30 static int ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl);
33 static int SurfaceLayerBorderWidth(const LayerTreeImpl* tree_impl);
36 static int SurfaceBorderWidth(const LayerTreeImpl* tree_impl);
39 static int SurfaceReplicaBorderWidth(const LayerTreeImpl* tree_impl);
42 static int HighResTileBorderWidth(const LayerTreeImpl* tree_impl)
    [all...]
debug_colors.cc 13 static float Scale(float width, const LayerTreeImpl* tree_impl) {
23 int DebugColors::TiledContentLayerBorderWidth(const LayerTreeImpl* tree_impl) {
31 int DebugColors::ImageLayerBorderWidth(const LayerTreeImpl* tree_impl) {
39 int DebugColors::ContentLayerBorderWidth(const LayerTreeImpl* tree_impl) {
47 int DebugColors::MaskingLayerBorderWidth(const LayerTreeImpl* tree_impl) {
55 int DebugColors::ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl) {
63 int DebugColors::SurfaceLayerBorderWidth(const LayerTreeImpl* tree_impl) {
71 int DebugColors::SurfaceBorderWidth(const LayerTreeImpl* tree_impl) {
79 int DebugColors::SurfaceReplicaBorderWidth(const LayerTreeImpl* tree_impl) {
89 int DebugColors::HighResTileBorderWidth(const LayerTreeImpl* tree_impl)
    [all...]
  /external/chromium_org/cc/test/
fake_content_layer_impl.h 16 LayerTreeImpl* tree_impl, int id) {
21 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
34 explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
fake_delegated_renderer_layer_impl.h 15 LayerTreeImpl* tree_impl, int id) {
20 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
32 FakeDelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
fake_content_layer_impl.cc 9 FakeContentLayerImpl::FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id)
16 LayerTreeImpl* tree_impl) {
fake_delegated_renderer_layer.cc 18 LayerTreeImpl* tree_impl) {
fake_delegated_renderer_layer.h 20 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
fake_picture_layer_impl.h 16 LayerTreeImpl* tree_impl, int id) {
22 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) {
28 LayerTreeImpl* tree_impl,
36 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
123 LayerTreeImpl* tree_impl,
126 FakePictureLayerImpl(LayerTreeImpl* tree_impl,
130 FakePictureLayerImpl(LayerTreeImpl* tree_impl, int id);
  /external/chromium_org/cc/input/
top_controls_manager_client.h 10 class LayerTreeImpl;
  /external/chromium_org/cc/layers/
picture_image_layer_impl.h 14 static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* tree_impl,
23 LayerTreeImpl* tree_impl) OVERRIDE;
26 PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
solid_color_layer_impl.h 16 static scoped_ptr<SolidColorLayerImpl> Create(LayerTreeImpl* tree_impl,
32 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
39 SolidColorLayerImpl(LayerTreeImpl* tree_impl, int id);
io_surface_layer_impl.h 18 static scoped_ptr<IOSurfaceLayerImpl> Create(LayerTreeImpl* tree_impl,
26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
39 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
nine_patch_layer_impl.h 26 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl,
60 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
71 NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);
solid_color_scrollbar_layer_impl.h 16 LayerTreeImpl* tree_impl,
26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
35 SolidColorScrollbarLayerImpl(LayerTreeImpl* tree_impl,
surface_layer_impl.h 17 static scoped_ptr<SurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, int id) {
25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
33 SurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
heads_up_display_layer.h 24 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
painted_scrollbar_layer_impl.h 15 class LayerTreeImpl;
21 LayerTreeImpl* tree_impl,
27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
50 PaintedScrollbarLayerImpl(LayerTreeImpl* tree_impl,
solid_color_layer.h 20 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
surface_layer.h 23 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
picture_image_layer_impl.cc 14 PictureImageLayerImpl::PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id)
26 LayerTreeImpl* tree_impl) {
picture_image_layer.h 24 LayerTreeImpl* tree_impl) OVERRIDE;
solid_color_layer.cc 12 LayerTreeImpl* tree_impl) {
texture_layer_impl.h 20 static scoped_ptr<TextureLayerImpl> Create(LayerTreeImpl* tree_impl, int id) {
25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* layer_tree_impl)
57 TextureLayerImpl(LayerTreeImpl* tree_impl, int id);
  /external/chromium_org/cc/trees/
tree_synchronizer.h 15 class LayerTreeImpl;
26 LayerTreeImpl* tree_impl);
30 LayerTreeImpl* tree_impl);
layer_tree_impl.cc 43 LayerTreeImpl* layer_tree)
68 LayerTreeImpl* layer_tree_impl_;
72 LayerTreeImpl::LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl)
103 LayerTreeImpl::~LayerTreeImpl() {
107 // the LayerTreeImpl pointer is still valid in the LayerImpl dtor.
112 void LayerTreeImpl::Shutdown() { root_layer_.reset(); }
114 void LayerTreeImpl::ReleaseResources() {
119 void LayerTreeImpl::SetRootLayer(scoped_ptr<LayerImpl> layer)
    [all...]

Completed in 124 milliseconds

1 2 3 4 5