OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TileMap
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h
105
typedef HashMap<Tile::Coordinate, RefPtr<Tile> >
TileMap
;
106
TileMap
m_tiles;
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.h
163
typedef HashMap<TiledDrawingAreaTile::Coordinate, RefPtr<TiledDrawingAreaTile> >
TileMap
;
164
TileMap
m_tiles;
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h
152
// FIXME: The mapped value in
TileMap
should really be an OwnPtr, as the
155
typedef HashMap<TileMapKey, RefPtr<Tile>, DefaultHash<TileMapKey>::Hash, TileMapKeyTraits>
TileMap
;
156
TileMap
m_tiles;
Completed in 43 milliseconds