Searched refs:UIResourceLayerImpl (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/cc/layers/ |
D | ui_resource_layer_impl.cc | 17 UIResourceLayerImpl::UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id) in UIResourceLayerImpl() function in cc::UIResourceLayerImpl 28 UIResourceLayerImpl::~UIResourceLayerImpl() {} in ~UIResourceLayerImpl() 30 scoped_ptr<LayerImpl> UIResourceLayerImpl::CreateLayerImpl( in CreateLayerImpl() 32 return UIResourceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); in CreateLayerImpl() 35 void UIResourceLayerImpl::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo() 37 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer); in PushPropertiesTo() 45 void UIResourceLayerImpl::SetUIResourceId(UIResourceId uid) { in SetUIResourceId() 52 void UIResourceLayerImpl::SetImageBounds(const gfx::Size& image_bounds) { in SetImageBounds() 65 void UIResourceLayerImpl::SetUV(const gfx::PointF& top_left, in SetUV() 74 void UIResourceLayerImpl::SetVertexOpacity(const float vertex_opacity[4]) { in SetVertexOpacity() [all …]
|
D | ui_resource_layer_impl.h | 23 class CC_EXPORT UIResourceLayerImpl : public LayerImpl { 25 static scoped_ptr<UIResourceLayerImpl> Create(LayerTreeImpl* tree_impl, in Create() 27 return make_scoped_ptr(new UIResourceLayerImpl(tree_impl, id)); in Create() 29 virtual ~UIResourceLayerImpl(); 55 UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id); 69 DISALLOW_COPY_AND_ASSIGN(UIResourceLayerImpl);
|
D | ui_resource_layer_impl_unittest.cc | 23 scoped_ptr<UIResourceLayerImpl> GenerateUIResourceLayer( in GenerateUIResourceLayer() 30 scoped_ptr<UIResourceLayerImpl> layer = in GenerateUIResourceLayer() 31 UIResourceLayerImpl::Create(host_impl->active_tree(), 1); in GenerateUIResourceLayer() 46 void QuadSizeTest(scoped_ptr<UIResourceLayerImpl> layer, in QuadSizeTest() 69 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl, in TEST() 87 void OpaqueBoundsTest(scoped_ptr<UIResourceLayerImpl> layer, in OpaqueBoundsTest() 111 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl, in TEST() 138 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer( in TEST() 164 UIResourceLayerImpl* ui_resource_layer_impl = in TEST() 165 impl.AddChildToRoot<UIResourceLayerImpl>(); in TEST()
|
D | ui_resource_layer.cc | 72 return UIResourceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); in CreateLayerImpl() 151 UIResourceLayerImpl* layer_impl = static_cast<UIResourceLayerImpl*>(layer); in PushPropertiesTo()
|
D | nine_patch_layer_impl.h | 24 class CC_EXPORT NinePatchLayerImpl : public UIResourceLayerImpl {
|
D | nine_patch_layer_impl.cc | 18 : UIResourceLayerImpl(tree_impl, id), in NinePatchLayerImpl() 29 UIResourceLayerImpl::PushPropertiesTo(layer); in PushPropertiesTo()
|