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

  /external/chromium_org/cc/resources/
layer_tiling_data.h 74 typedef std::pair<int, int> TileMapKey;
75 typedef base::ScopedPtrHashMap<TileMapKey, Tile> TileMap;
picture_layer_tiling.h 192 typedef std::pair<int, int> TileMapKey;
193 typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap;
picture_layer_tiling.cc 68 TileMap::const_iterator iter = tiles_.find(TileMapKey(i, j));
77 TileMapKey key(i, j);
123 TileMapKey key = iter.index();
164 std::vector<TileMapKey> new_tile_keys;
177 TileMapKey key(iter.index());
584 TileMapKey key(iter.index());
600 TileMapKey key(iter.index());
layer_tiling_data.cc 126 std::vector<TileMapKey> invalid_tile_keys;

Completed in 26 milliseconds