HomeSort by relevance Sort by last modified time
    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 421 milliseconds