OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PictureLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
picture_layer.cc
14
scoped_refptr<
PictureLayer
>
PictureLayer
::Create(ContentLayerClient* client) {
15
return make_scoped_refptr(new
PictureLayer
(client));
18
PictureLayer
::
PictureLayer
(ContentLayerClient* client)
26
PictureLayer
::~
PictureLayer
() {
29
bool
PictureLayer
::DrawsContent() const {
33
scoped_ptr<LayerImpl>
PictureLayer
::CreateLayerImpl(LayerTreeImpl* tree_impl) {
37
void
PictureLayer
::PushPropertiesTo(LayerImpl* base_layer)
[
all
...]
picture_layer.h
20
class CC_EXPORT
PictureLayer
: public Layer {
22
static scoped_refptr<
PictureLayer
> Create(ContentLayerClient* client);
45
explicit
PictureLayer
(ContentLayerClient* client);
46
virtual ~
PictureLayer
();
62
DISALLOW_COPY_AND_ASSIGN(
PictureLayer
);
Completed in 31 milliseconds