HomeSort by relevance Sort by last modified time
    Searched refs:UpdatableTile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
tiled_layer.h 17 class UpdatableTile;
85 bool TileOnlyNeedsPartialUpdate(UpdatableTile* tile);
86 bool TileNeedsBufferedUpdate(UpdatableTile* tile);
124 UpdatableTile* TileAt(int i, int j) const;
125 UpdatableTile* CreateTile(int i, int j);
tiled_layer.cc 34 class UpdatableTile : public LayerTilingData::Tile {
36 static scoped_ptr<UpdatableTile> Create(
38 return make_scoped_ptr(new UpdatableTile(updater_resource.Pass()));
76 explicit UpdatableTile(scoped_ptr<LayerUpdater::Resource> updater_resource)
84 DISALLOW_COPY_AND_ASSIGN(UpdatableTile);
197 std::vector<UpdatableTile*> invalid_tiles;
204 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second);
228 for (std::vector<UpdatableTile*>::const_iterator iter = invalid_tiles.begin();
247 UpdatableTile* tile = TileAt(i, j)
    [all...]

Completed in 35 milliseconds