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

/external/chromium_org/cc/layers/
H A Dnine_patch_layer.h20 class CC_EXPORT NinePatchLayer : public UIResourceLayer { class in namespace:cc
22 static scoped_refptr<NinePatchLayer> Create();
43 NinePatchLayer();
44 virtual ~NinePatchLayer();
55 DISALLOW_COPY_AND_ASSIGN(NinePatchLayer);
H A Dnine_patch_layer.cc17 scoped_refptr<NinePatchLayer> NinePatchLayer::Create() {
18 return make_scoped_refptr(new NinePatchLayer());
21 NinePatchLayer::NinePatchLayer() : fill_center_(false) {} function in class:cc::NinePatchLayer
23 NinePatchLayer::~NinePatchLayer() {}
25 scoped_ptr<LayerImpl> NinePatchLayer::CreateLayerImpl(
30 void NinePatchLayer::SetBorder(const gfx::Rect& border) {
37 void NinePatchLayer
[all...]

Completed in 55 milliseconds