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

  /external/chromium_org/cc/resources/
layer_tiling_data.h 71 typedef std::pair<int, int> TileMapKey;
72 typedef base::ScopedPtrHashMap<TileMapKey, Tile> TileMap;
picture_layer_tiling.h 159 TileMap::const_iterator iter = tiles_.find(TileMapKey(i, j));
293 typedef std::pair<int, int> TileMapKey;
294 typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap;

Completed in 46 milliseconds