OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageLayerUpdater
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/resources/
image_layer_updater.h
16
class CC_EXPORT
ImageLayerUpdater
: public LayerUpdater {
20
Resource(
ImageLayerUpdater
* updater,
30
ImageLayerUpdater
* updater_;
35
static scoped_refptr<
ImageLayerUpdater
> Create();
50
ImageLayerUpdater
() {}
51
virtual ~
ImageLayerUpdater
() {}
55
DISALLOW_COPY_AND_ASSIGN(
ImageLayerUpdater
);
image_layer_updater.cc
11
ImageLayerUpdater
::Resource::Resource(
ImageLayerUpdater
* updater,
15
ImageLayerUpdater
::Resource::~Resource() {}
17
void
ImageLayerUpdater
::Resource::Update(ResourceUpdateQueue* queue,
26
scoped_refptr<
ImageLayerUpdater
>
ImageLayerUpdater
::Create() {
27
return make_scoped_refptr(new
ImageLayerUpdater
());
30
scoped_ptr<LayerUpdater::Resource>
ImageLayerUpdater
::CreateResource(
36
void
ImageLayerUpdater
::UpdateTexture(ResourceUpdateQueue* queue,
59
void
ImageLayerUpdater
::SetBitmap(const SkBitmap& bitmap)
[
all
...]
/external/chromium_org/cc/layers/
image_layer.h
14
class
ImageLayerUpdater
;
50
scoped_refptr<
ImageLayerUpdater
> updater_;
image_layer.cc
63
updater_ =
ImageLayerUpdater
::Create();
Completed in 1255 milliseconds