Searched refs:PictureLayer (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_layer.cc15 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) {
16 return make_scoped_refptr(new PictureLayer(client));
19 PictureLayer::PictureLayer(ContentLayerClient* client) function in class:cc::PictureLayer
28 PictureLayer::~PictureLayer() {
31 bool PictureLayer::DrawsContent() const {
35 scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
39 void PictureLayer
[all...]
H A Dpicture_layer.h20 class CC_EXPORT PictureLayer : public Layer { class in namespace:cc
22 static scoped_refptr<PictureLayer> Create(ContentLayerClient* client);
49 explicit PictureLayer(ContentLayerClient* client);
50 virtual ~PictureLayer();
69 DISALLOW_COPY_AND_ASSIGN(PictureLayer);
H A Dpicture_layer_unittest.cc36 scoped_refptr<PictureLayer> layer = PictureLayer::Create(&client);
74 scoped_refptr<PictureLayer> layer = PictureLayer::Create(&client);
89 scoped_refptr<PictureLayer> layer = PictureLayer::Create(&client);
H A Dpicture_image_layer.h16 class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
H A Dpicture_image_layer.cc16 PictureImageLayer::PictureImageLayer() : PictureLayer(this) {}
28 return !bitmap_.isNull() && PictureLayer::DrawsContent();
H A Dpicture_layer_impl.h214 friend class PictureLayer;
/external/chromium_org/cc/test/
H A Dfake_picture_layer.cc12 : PictureLayer(client),
29 bool updated = PictureLayer::Update(queue, occlusion);
35 PictureLayer::PushPropertiesTo(layer);
H A Dfake_picture_layer.h14 class FakePictureLayer : public PictureLayer {
H A Dlayer_tree_json_parser.cc84 } else if (layer_type == "PictureLayer") {
85 new_layer = PictureLayer::Create(content_client);
/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_content_layer_impl.cc17 using cc::PictureLayer;
24 layer_ = make_scoped_ptr(new WebLayerImpl(PictureLayer::Create(this)));
33 static_cast<PictureLayer*>(layer_->layer())->ClearClient();
/external/chromium_org/cc/debug/
H A Dmicro_benchmark.h21 class PictureLayer;
36 virtual void RunOnLayer(PictureLayer* layer);
H A Dinvalidation_benchmark.h28 virtual void RunOnLayer(PictureLayer* layer) OVERRIDE;
H A Dmicro_benchmark.cc38 void MicroBenchmark::RunOnLayer(PictureLayer* layer) {}
H A Dpicture_record_benchmark.h27 virtual void RunOnLayer(PictureLayer* layer) OVERRIDE;
H A Drasterize_and_record_benchmark.h34 virtual void RunOnLayer(PictureLayer* layer) OVERRIDE;
H A Dinvalidation_benchmark.cc74 void InvalidationBenchmark::RunOnLayer(PictureLayer* layer) {
H A Dpicture_record_benchmark.cc90 void PictureRecordBenchmark::RunOnLayer(PictureLayer* layer) {
H A Drasterize_and_record_benchmark.cc99 void RasterizeAndRecordBenchmark::RunOnLayer(PictureLayer* layer) {
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_on_demand_raster.cc101 scoped_refptr<PictureLayer> layer = PictureLayer::Create(&client);
H A Dlayer_tree_host_unittest.cc2215 root_layer = PictureLayer::Create(&client_);
2411 scoped_refptr<Layer> layer = PictureLayer::Create(&client_);
2702 // PictureLayer can only be used with impl side painting enabled.
4649 scoped_refptr<PictureLayer> layer = PictureLayer::Create(&layer_client_);
4657 PictureLayer* layer = static_cast<PictureLayer*>(root->child_at(0));
4705 scoped_refptr<PictureLayer> layer = PictureLayer::Create(&layer_client_);
4713 PictureLayer* laye
[all...]
H A Dlayer_tree_host_unittest_context.cc921 scoped_refptr<PictureLayer> picture = PictureLayer::Create(&client_);
/external/chromium_org/ui/compositor/
H A Dlayer.cc515 new_layer = cc::PictureLayer::Create(this);
572 new_layer = cc::PictureLayer::Create(this);
932 content_layer_ = cc::PictureLayer::Create(this);

Completed in 264 milliseconds