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

  /external/chromium_org/cc/layers/
nine_patch_layer.h 19 class CC_EXPORT NinePatchLayer : public Layer {
21 static scoped_refptr<NinePatchLayer> Create();
39 NinePatchLayer();
40 virtual ~NinePatchLayer();
57 DISALLOW_COPY_AND_ASSIGN(NinePatchLayer);
nine_patch_layer.cc 15 scoped_refptr<NinePatchLayer> NinePatchLayer::Create() {
16 return make_scoped_refptr(new NinePatchLayer());
19 NinePatchLayer::NinePatchLayer()
22 NinePatchLayer::~NinePatchLayer() {}
24 scoped_ptr<LayerImpl> NinePatchLayer::CreateLayerImpl(
29 void NinePatchLayer::SetTexturePriorities(
50 void NinePatchLayer::SetBitmap(const SkBitmap& bitmap, gfx::Rect aperture)
    [all...]

Completed in 51 milliseconds