Searched refs:tile_bounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.h36 gfx::Rect tile_bounds(int i, int j) const { function in class:cc::LayerTilingData
H A Dpicture_pile_base.h43 gfx::Rect tile_bounds(int x, int y) const { return tiling_.TileBounds(x, y); } function in class:cc::PicturePileBase
H A Dpicture_layer_tiling.cc494 gfx::Rect tile_bounds = local
498 visible_rect_in_content_space.ManhattanInternalDistance(tile_bounds) *
515 gfx::Rect tile_bounds = local
519 visible_rect_in_content_space.ManhattanInternalDistance(tile_bounds) *
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc174 gfx::Rect tile_rect = tiler_->tile_bounds(i, j);
204 gfx::Rect tile_rect = tiler_->tile_bounds(i, j);
H A Dtiled_layer_impl_unittest.cc59 layer->TilingForTesting()->tile_bounds(i, j).origin(),
H A Dtiled_layer.cc371 tiler_->tile_bounds(i, j), visible_content_rect());
496 gfx::Rect tile_rect = tiler_->tile_bounds(i, j);
H A Dpicture_layer_impl_unittest.cc1414 gfx::Rect tile_bounds = iter.geometry_rect(); local
1415 if (pending_layer_->visible_content_rect().Intersects(tile_bounds)) {

Completed in 182 milliseconds