OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
169
typedef std::pair<int, int>
TileMapKey
;
170
typedef base::hash_map<
TileMapKey
, scoped_refptr<Tile> > TileMap;
Completed in 71 milliseconds