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 74 typedef std::pair<int, int> TileMapKey;
75 typedef ScopedPtrHashMap<TileMapKey, Tile> TileMap;
picture_layer_tiling.h 176 typedef std::pair<int, int> TileMapKey;
177 typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap;

Completed in 4354 milliseconds