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

  /external/chromium_org/cc/layers/
picture_layer.cc 15 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) {
16 return make_scoped_refptr(new PictureLayer(client));
19 PictureLayer::PictureLayer(ContentLayerClient* client)
26 PictureLayer::~PictureLayer() {
29 bool PictureLayer::DrawsContent() const {
33 scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
37 void PictureLayer::PushPropertiesTo(LayerImpl* base_layer)
    [all...]
picture_layer.h 19 class CC_EXPORT PictureLayer : public Layer {
21 static scoped_refptr<PictureLayer> Create(ContentLayerClient* client);
39 explicit PictureLayer(ContentLayerClient* client);
40 virtual ~PictureLayer();
53 DISALLOW_COPY_AND_ASSIGN(PictureLayer);
picture_image_layer.cc 16 PictureImageLayer::PictureImageLayer() : PictureLayer(this) {}
28 return !bitmap_.isNull() && PictureLayer::DrawsContent();
picture_image_layer.h 16 class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
picture_layer_impl.h 131 friend class PictureLayer;
  /external/chromium_org/cc/test/
fake_picture_layer.cc 12 : PictureLayer(client),
30 bool updated = PictureLayer::Update(queue, occlusion);
36 PictureLayer::PushPropertiesTo(layer);
fake_picture_layer.h 14 class FakePictureLayer : public PictureLayer {
layer_tree_json_parser.cc 66 } else if (layer_type == "PictureLayer") {
67 new_layer = PictureLayer::Create(content_client);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.cc 19 using cc::PictureLayer;
31 layer_ = make_scoped_ptr(new WebLayerImpl(PictureLayer::Create(this)));
40 static_cast<PictureLayer*>(layer_->layer())->ClearClient();
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_on_demand_raster.cc 97 scoped_refptr<PictureLayer> layer = PictureLayer::Create(&client);
layer_tree_host_unittest_context.cc     [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 224 milliseconds