Lines Matching refs:Tile
409 void TileManager::Release(Tile* tile) { in Release()
416 void TileManager::DidChangeTilePriority(Tile* tile) { in DidChangeTilePriority()
428 for (std::vector<Tile*>::iterator it = released_tiles_.begin(); in FreeResourcesForReleasedTiles()
431 Tile* tile = *it; in FreeResourcesForReleasedTiles()
441 std::vector<Tile*>::iterator it = released_tiles_.begin(); in CleanUpReleasedTiles()
443 Tile* tile = *it; in CleanUpReleasedTiles()
525 Tile* tile = it->second; in DidFinishRunningTasks()
572 Tile* tile = it->second; in GetTilesWithAssignedBins()
794 Tile* tile = *it; in AssignGpuMemoryToTiles()
920 void TileManager::FreeResourceForTile(Tile* tile, RasterMode mode) { in FreeResourceForTile()
933 void TileManager::FreeResourcesForTile(Tile* tile) { in FreeResourcesForTile()
939 void TileManager::FreeUnusedResourcesForTile(Tile* tile) { in FreeUnusedResourcesForTile()
957 Tile* tile) { in FreeResourcesForTileAndNotifyClientIfTileWasReadyToDraw()
980 Tile* tile = *it; in ScheduleTasks()
1017 Tile* tile, in CreateImageDecodeTask()
1029 scoped_refptr<RasterTask> TileManager::CreateRasterTask(Tile* tile) { in CreateRasterTask()
1101 Tile::Id tile_id, in OnRasterTaskCompleted()
1108 Tile* tile = tiles_[tile_id]; in OnRasterTaskCompleted()
1141 scoped_refptr<Tile> TileManager::CreateTile(PicturePileImpl* picture_pile, in CreateTile()
1148 scoped_refptr<Tile> tile = make_scoped_refptr(new Tile(this, in CreateTile()