Home
last modified time | relevance | path

Searched refs:TileMapKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/resources/
Dlayer_tiling_data.h74 typedef std::pair<int, int> TileMapKey; typedef
75 typedef base::ScopedPtrHashMap<TileMapKey, Tile> TileMap;
Dpicture_layer_tiling.cc68 TileMap::const_iterator iter = tiles_.find(TileMapKey(i, j)); in TileAt()
77 TileMapKey key(i, j); in CreateTile()
123 TileMapKey key = iter.index(); in CreateMissingTilesInLiveTilesRect()
164 std::vector<TileMapKey> new_tile_keys; in Invalidate()
177 TileMapKey key(iter.index()); in Invalidate()
584 TileMapKey key(iter.index()); in SetLiveTilesRect()
600 TileMapKey key(iter.index()); in SetLiveTilesRect()
Dpicture_layer_tiling.h192 typedef std::pair<int, int> TileMapKey; typedef
193 typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap;
Dlayer_tiling_data.cc126 std::vector<TileMapKey> invalid_tile_keys; in SetBounds()