HomeSort by relevance Sort by last modified time
    Searched refs:child_layer_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.cc 49 child_layer_ = cc::SolidColorLayer::Create();
50 child_layer_->SetBounds(gfx::Size(100, 100));
51 child_layer_->SetBackgroundColor(SK_ColorGREEN);
52 child_layer_->SetIsDrawable(true);
55 child_layer_->SetTransform(child_transform);
56 root_layer->AddChild(child_layer_);
70 child_layer_->SetTransform(child_transform);
compositor_host.h 51 scoped_refptr<cc::Layer> child_layer_; member in class:mojo::examples::CompositorHost
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 468 child_layer_ = FakePictureLayer::Create(&fake_content_layer_client_);
469 child_layer_->set_did_scroll_callback(
472 child_layer_->SetBounds(gfx::Size(110, 110));
478 child_layer_->SetPosition(gfx::Point(5, 5));
481 child_layer_->SetPosition(gfx::Point(60, 5));
484 child_layer_->SetIsDrawable(true);
485 child_layer_->SetScrollClipLayerId(root_layer->id());
486 child_layer_->SetBounds(root_scroll_layer_->bounds());
487 root_scroll_layer_->AddChild(child_layer_);
490 expected_scroll_layer_ = child_layer_;
642 scoped_refptr<Layer> child_layer_; member in class:cc::__anon7455::LayerTreeHostScrollTestCaseWithChild
    [all...]
layer_tree_host_unittest.cc 553 child_layer_ = FakeContentLayer::Create(&client_);
554 child_layer_->SetBounds(gfx::Size(25, 25));
555 parent_layer_->AddChild(child_layer_);
584 EXPECT_RECT_EQ(gfx::Rect(child_layer_->bounds()), root_damage_rect);
621 scoped_refptr<FakeContentLayer> child_layer_; member in class:cc::__anon7445::LayerTreeHostTestUndrawnLayersDamageLater
645 child_layer_ = Layer::Create();
646 child_layer_->SetBounds(gfx::Size(15, 15));
647 parent_layer_->AddChild(child_layer_);
691 scoped_refptr<Layer> child_layer_; member in class:cc::__anon7445::LayerTreeHostTestUndrawnLayersPushContentBoundsLater
1049 child_layer_(ContentLayer::Create(&client_)) {
1141 scoped_refptr<ContentLayer> child_layer_; member in class:cc::__anon7445::LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers
4087 scoped_refptr<SolidColorLayer> child_layer_; member in class:cc::__anon7445::LayerTreeHostTestPushHiddenLayer
5026 Layer* child_layer_; member in class:cc::LayerTreeHostTestContinuousPainting
    [all...]

Completed in 793 milliseconds