HomeSort by relevance Sort by last modified time
    Searched defs:PictureLayerImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
picture_layer_impl.h 25 class CC_EXPORT PictureLayerImpl
29 static scoped_ptr<PictureLayerImpl> Create(LayerTreeImpl* tree_impl, int id) {
30 return make_scoped_ptr(new PictureLayerImpl(tree_impl, id));
32 virtual ~PictureLayerImpl();
78 PictureLayerImpl(LayerTreeImpl* tree_impl, int id);
81 void SyncFromActiveLayer(const PictureLayerImpl* other);
103 PictureLayerImpl* twin_layer_;
132 DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl);
picture_layer_impl.cc 32 PictureLayerImpl::PictureLayerImpl(LayerTreeImpl* tree_impl, int id)
51 PictureLayerImpl::~PictureLayerImpl() {}
53 const char* PictureLayerImpl::LayerTypeAsString() const {
54 return "cc::PictureLayerImpl";
57 scoped_ptr<LayerImpl> PictureLayerImpl::CreateLayerImpl(
59 return PictureLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
62 void PictureLayerImpl::CreateTilingSetIfNeeded() {
68 void PictureLayerImpl::PushPropertiesTo(LayerImpl* base_layer)
    [all...]

Completed in 44 milliseconds