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

/external/chromium_org/cc/test/
H A Dfake_picture_layer_tiling_client.cc42 scoped_refptr<Tile> FakePictureLayerTilingClient::CreateTile( function in class:cc::FakePictureLayerTilingClient
47 return tile_manager_->CreateTile(pile_.get(), tile_size_, rect, 1, 0, 0, 0);
H A Dfake_picture_layer_tiling_client.h24 virtual scoped_refptr<Tile> CreateTile(
/external/chromium_org/cc/resources/
H A Dprioritized_tile_set_unittest.cc72 scoped_refptr<Tile> CreateTile() { function in class:cc::__anon2767::PrioritizedTileSetTest
73 return tile_manager_->CreateTile(picture_pile_.get(),
115 scoped_refptr<Tile> tile = CreateTile();
138 scoped_refptr<Tile> tile = CreateTile();
172 scoped_refptr<Tile> tile = CreateTile();
208 scoped_refptr<Tile> tile = CreateTile();
245 scoped_refptr<Tile> tile = CreateTile();
278 scoped_refptr<Tile> tile = CreateTile();
314 scoped_refptr<Tile> tile = CreateTile();
350 scoped_refptr<Tile> tile = CreateTile();
[all...]
H A Dpicture_layer_tiling.h38 virtual scoped_refptr<Tile> CreateTile(
301 Tile* CreateTile(int i, int j, const PictureLayerTiling* twin_tiling);
H A Dpicture_layer_tiling.cc117 Tile* PictureLayerTiling::CreateTile(int i, function in class:cc::PictureLayerTiling
144 scoped_refptr<Tile> tile = client_->CreateTile(this, tile_rect);
163 CreateTile(key.first, key.second, twin_tiling);
234 CreateTile(after_right, j, twin_tiling);
239 CreateTile(i, after_bottom, twin_tiling);
308 CreateTile(new_tile_keys[i].first, new_tile_keys[i].second, twin_tiling);
717 CreateTile(key.first, key.second, twin_tiling);
H A Dtile_manager.h110 scoped_refptr<Tile> CreateTile(PicturePileImpl* picture_pile,
H A Dtile_manager.cc1141 scoped_refptr<Tile> TileManager::CreateTile(PicturePileImpl* picture_pile, function in class:cc::TileManager
H A Dtile_manager_unittest.cc109 scoped_refptr<Tile> tile = tile_manager_->CreateTile(picture_pile_.get(),
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.h66 DrawableTile* CreateTile(int i, int j);
H A Dtiled_layer_impl.cc85 DrawableTile* TiledLayerImpl::CreateTile(int i, int j) { function in class:cc::TiledLayerImpl
288 tile = CreateTile(i, j);
296 tile = CreateTile(i, j);
H A Dtiled_layer.h126 UpdatableTile* CreateTile(int i, int j);
H A Dpicture_layer_impl.h121 virtual scoped_refptr<Tile> CreateTile(
H A Dtiled_layer.cc272 UpdatableTile* TiledLayer::CreateTile(int i, int j) { function in class:cc::TiledLayer
593 CreateTile(i, j);
H A Dpicture_layer_impl.cc610 scoped_refptr<Tile> PictureLayerImpl::CreateTile(PictureLayerTiling* tiling, function in class:cc::PictureLayerImpl
627 return layer_tree_impl()->tile_manager()->CreateTile(
/external/chromium_org/cc/debug/
H A Drasterize_and_record_benchmark_impl.cc97 virtual scoped_refptr<Tile> CreateTile(
100 return base_client_->CreateTile(tiling, content_rect);
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.cc166 hr = tile_factory->CreateTile(id.Get(),

Completed in 5587 milliseconds