OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NinePatchLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
nine_patch_layer.h
20
class CC_EXPORT
NinePatchLayer
: public UIResourceLayer {
22
static scoped_refptr<
NinePatchLayer
> Create();
43
NinePatchLayer
();
44
virtual ~
NinePatchLayer
();
55
DISALLOW_COPY_AND_ASSIGN(
NinePatchLayer
);
nine_patch_layer.cc
17
scoped_refptr<
NinePatchLayer
>
NinePatchLayer
::Create() {
18
return make_scoped_refptr(new
NinePatchLayer
());
21
NinePatchLayer
::
NinePatchLayer
() : fill_center_(false) {}
23
NinePatchLayer
::~
NinePatchLayer
() {}
25
scoped_ptr<LayerImpl>
NinePatchLayer
::CreateLayerImpl(
30
void
NinePatchLayer
::SetBorder(gfx::Rect border) {
37
void
NinePatchLayer
::SetAperture(gfx::Rect aperture)
[
all
...]
Completed in 47 milliseconds