Searched defs:NinePatchLayerImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl.h22 class CC_EXPORT NinePatchLayerImpl : public LayerImpl { class in namespace:cc
24 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl,
26 return make_scoped_ptr(new NinePatchLayerImpl(tree_impl, id));
28 virtual ~NinePatchLayerImpl();
47 NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);
61 DISALLOW_COPY_AND_ASSIGN(NinePatchLayerImpl);
H A Dnine_patch_layer_impl.cc15 NinePatchLayerImpl::NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id) function in class:cc::NinePatchLayerImpl
19 NinePatchLayerImpl::~NinePatchLayerImpl() {}
21 ResourceProvider::ResourceId NinePatchLayerImpl::ContentsResourceId() const {
25 scoped_ptr<LayerImpl> NinePatchLayerImpl::CreateLayerImpl(
27 return NinePatchLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
30 void NinePatchLayerImpl::PushPropertiesTo(LayerImpl* layer) {
32 NinePatchLayerImpl* layer_impl = static_cast<NinePatchLayerImpl*>(laye
[all...]

Completed in 59 milliseconds