Searched refs:ImageLayerUpdater (Results 1 – 4 of 4) sorted by relevance
11 ImageLayerUpdater::Resource::Resource(ImageLayerUpdater* updater, in Resource()15 ImageLayerUpdater::Resource::~Resource() {} in ~Resource()17 void ImageLayerUpdater::Resource::Update(ResourceUpdateQueue* queue, in Update()26 scoped_refptr<ImageLayerUpdater> ImageLayerUpdater::Create() { in Create()27 return make_scoped_refptr(new ImageLayerUpdater()); in Create()30 scoped_ptr<LayerUpdater::Resource> ImageLayerUpdater::CreateResource( in CreateResource()36 void ImageLayerUpdater::UpdateTexture(ResourceUpdateQueue* queue, in UpdateTexture()59 void ImageLayerUpdater::SetBitmap(const SkBitmap& bitmap) { in SetBitmap()64 bool ImageLayerUpdater::UsingBitmap(const SkBitmap& bitmap) const { in UsingBitmap()
16 class CC_EXPORT ImageLayerUpdater : public LayerUpdater {20 Resource(ImageLayerUpdater* updater,30 ImageLayerUpdater* updater_;35 static scoped_refptr<ImageLayerUpdater> Create();50 ImageLayerUpdater() {} in ImageLayerUpdater() function51 virtual ~ImageLayerUpdater() {} in ~ImageLayerUpdater()55 DISALLOW_COPY_AND_ASSIGN(ImageLayerUpdater);
14 class ImageLayerUpdater; variable50 scoped_refptr<ImageLayerUpdater> updater_;
63 updater_ = ImageLayerUpdater::Create(); in CreateUpdaterIfNeeded()