Searched refs:CreateTile (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_picture_layer_tiling_client.cc30 scoped_refptr<Tile> FakePictureLayerTilingClient::CreateTile( function in class:cc::FakePictureLayerTilingClient
35 return tile_manager_->CreateTile(
H A Dfake_picture_layer_tiling_client.h24 virtual scoped_refptr<Tile> CreateTile(
/external/chromium_org/cc/resources/
H A Dprioritized_tile_set_unittest.cc70 scoped_refptr<Tile> CreateTile() { function in class:cc::__anon4213::PrioritizedTileSetTest
71 return tile_manager_->CreateTile(picture_pile_.get(),
103 scoped_refptr<Tile> tile = CreateTile();
126 scoped_refptr<Tile> tile = CreateTile();
158 scoped_refptr<Tile> tile = CreateTile();
192 scoped_refptr<Tile> tile = CreateTile();
227 scoped_refptr<Tile> tile = CreateTile();
258 scoped_refptr<Tile> tile = CreateTile();
292 scoped_refptr<Tile> tile = CreateTile();
326 scoped_refptr<Tile> tile = CreateTile();
[all...]
H A Dpicture_layer_tiling.h29 virtual scoped_refptr<Tile> CreateTile(
199 void CreateTile(int i, int j, const PictureLayerTiling* twin_tiling);
H A Dtile_manager_perftest.cc112 tile_manager_->CreateTile(picture_pile_.get(),
H A Dpicture_layer_tiling.cc74 void PictureLayerTiling::CreateTile(int i, function in class:cc::PictureLayerTiling
99 scoped_refptr<Tile> tile = client_->CreateTile(this, tile_rect);
127 CreateTile(key.first, key.second, twin_tiling);
188 CreateTile(new_tile_keys[i].first, new_tile_keys[i].second, twin_tiling);
601 CreateTile(key.first, key.second, twin_tiling);
H A Dtile_manager.h68 scoped_refptr<Tile> CreateTile(PicturePileImpl* picture_pile,
H A Dtile_manager_unittest.cc82 scoped_refptr<Tile> tile = tile_manager_->CreateTile(picture_pile_.get(),
H A Dtile_manager.cc966 scoped_refptr<Tile> TileManager::CreateTile(PicturePileImpl* picture_pile, function in class:cc::TileManager
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.h66 DrawableTile* CreateTile(int i, int j);
H A Dtiled_layer_impl.cc77 DrawableTile* TiledLayerImpl::CreateTile(int i, int j) { function in class:cc::TiledLayerImpl
270 tile = CreateTile(i, j);
279 tile = CreateTile(i, j);
H A Dtiled_layer.h124 UpdatableTile* CreateTile(int i, int j);
H A Dpicture_layer_impl.h56 virtual scoped_refptr<Tile> CreateTile(PictureLayerTiling* tiling,
H A Dpicture_layer_impl.cc466 scoped_refptr<Tile> PictureLayerImpl::CreateTile(PictureLayerTiling* tiling, function in class:cc::PictureLayerImpl
476 return layer_tree_impl()->tile_manager()->CreateTile(
H A Dtiled_layer.cc273 UpdatableTile* TiledLayer::CreateTile(int i, int j) { function in class:cc::TiledLayer
639 CreateTile(i, j);
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.cc165 hr = tile_factory->CreateTile(id.Get(),

Completed in 286 milliseconds