/external/chromium_org/cc/resources/ |
bitmap_content_layer_updater.cc | 59 gfx::Size tile_size,
|
tile.h | 27 gfx::Size tile_size,
|
picture_layer_tiling.cc | 40 gfx::Size tile_size = client_->CalculateTileSize(content_bounds); local 49 tiling_data_.SetMaxTextureSize(tile_size); 140 gfx::Size tile_size = client_->CalculateTileSize(content_bounds); local 141 if (tile_size != tiling_data_.max_texture_size()) { 143 tiling_data_.SetMaxTextureSize(tile_size); 399 gfx::Size tile_size = tiling_data_.max_texture_size(); local 401 max_tiles_for_interest_area * tile_size.width() * tile_size.height();
|
picture_layer_tiling.h | 66 gfx::Size tile_size() const { return tiling_data_.max_texture_size(); } function in class:cc::PictureLayerTiling
|
picture_layer_tiling_set_unittest.cc | 401 EXPECT_NE(target_->tiling_at(0)->tile_size().ToString(), 408 EXPECT_EQ(target_->tiling_at(0)->tile_size().ToString(),
|
picture_layer_tiling_set.cc | 79 DCHECK(this_tiling->tile_size() ==
|
picture_layer_tiling_unittest.cc | 60 void Initialize(gfx::Size tile_size, 63 client_.SetTileSize(tile_size); 669 gfx::Size tile_size(100, 100); 671 client_.SetTileSize(tile_size); [all...] |
/external/chromium_org/ui/app_list/views/ |
apps_grid_view.cc | 493 const gfx::Size tile_size = gfx::Size(kPreferredTileWidth, local 498 tile_size.width() * cols_ + insets.width(), 499 tile_size.height() * rows_per_page_ + 742 gfx::Size tile_size(kPreferredTileWidth, kPreferredTileHeight); 744 gfx::Rect grid_rect(gfx::Size(tile_size.width() * cols_, 745 tile_size.height() * rows_per_page_)); 795 gfx::Point(grid_rect.x() + col * tile_size.width() + x_offset, 796 grid_rect.y() + row * tile_size.height()), 797 tile_size); local [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.c | 528 const int tile_size = 1 << bits; local 529 const int ymax = (tile_size <= height - row_start) ? 530 tile_size : height - row_start; 531 const int xmax = (tile_size <= width - col_start) ? 532 tile_size : width - col_start; 583 const int tile_size = 1 << bits; local 584 const int ymax = (tile_size <= height - row_start) ? 585 tile_size : height - row_start; 586 const int xmax = (tile_size <= width - col_start) ? 587 tile_size : width - col_start [all...] |
/external/webp/src/dsp/ |
lossless.c | 528 const int tile_size = 1 << bits; local 529 const int ymax = (tile_size <= height - row_start) ? 530 tile_size : height - row_start; 531 const int xmax = (tile_size <= width - col_start) ? 532 tile_size : width - col_start; 583 const int tile_size = 1 << bits; local 584 const int ymax = (tile_size <= height - row_start) ? 585 tile_size : height - row_start; 586 const int xmax = (tile_size <= width - col_start) ? 587 tile_size : width - col_start [all...] |
/external/chromium_org/cc/layers/ |
picture_layer_impl.cc | 899 gfx::Size tile_size = CalculateTileSize(content_bounds); local [all...] |
tiled_layer_unittest.cc | 614 int viewport_width = 4 * FakeTiledLayer::tile_size().width(); 615 int viewport_height = 4 * FakeTiledLayer::tile_size().width(); 616 int layer_width = 5 * FakeTiledLayer::tile_size().width(); 617 int layer_height = 5 * FakeTiledLayer::tile_size().height(); [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
vp8l.c | 792 const int tile_size = 1 << enc->transform_bits_; local 794 const uint64_t argb_scratch_size = tile_size * width + width; [all...] |
/external/webp/src/enc/ |
vp8l.c | 792 const int tile_size = 1 << enc->transform_bits_; local 794 const uint64_t argb_scratch_size = tile_size * width + width; [all...] |