Searched refs:UpdatableTile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtiled_layer.h17 class UpdatableTile;
86 bool TileOnlyNeedsPartialUpdate(UpdatableTile* tile);
87 bool TileNeedsBufferedUpdate(UpdatableTile* tile);
125 UpdatableTile* TileAt(int i, int j) const;
126 UpdatableTile* CreateTile(int i, int j);
H A Dtiled_layer.cc35 class UpdatableTile : public LayerTilingData::Tile { class in namespace:cc
37 static scoped_ptr<UpdatableTile> Create(
39 return make_scoped_ptr(new UpdatableTile(updater_resource.Pass()));
77 explicit UpdatableTile(scoped_ptr<LayerUpdater::Resource> updater_resource) function in class:cc::UpdatableTile
85 DISALLOW_COPY_AND_ASSIGN(UpdatableTile);
196 std::vector<UpdatableTile*> invalid_tiles;
203 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second);
226 for (std::vector<UpdatableTile*>::const_iterator iter = invalid_tiles.begin();
245 UpdatableTile* til
[all...]

Completed in 123 milliseconds