HomeSort by relevance Sort by last modified time
    Searched refs:tile_bounds (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/resources/
layer_tiling_data.h 36 gfx::Rect tile_bounds(int i, int j) const { function in class:cc::LayerTilingData
picture_pile_base.h 38 gfx::Rect tile_bounds(int x, int y) const { return tiling_.TileBounds(x, y); } function in class:cc::PicturePileBase
picture_layer_tiling.cc 425 gfx::Rect tile_bounds = local
428 tile_bounds,
432 tile_bounds,
538 gfx::Rect tile_bounds = local
541 tile_bounds,
547 tile_bounds,
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 166 gfx::Rect tile_rect = tiler_->tile_bounds(i, j);
193 gfx::Rect tile_rect = tiler_->tile_bounds(i, j);
tiled_layer_impl_unittest.cc 61 layer->TilingForTesting()->tile_bounds(i, j).origin(),
tiled_layer.cc 379 tiler_->tile_bounds(i, j), visible_content_rect());
510 gfx::Rect tile_rect = tiler_->tile_bounds(i, j);
    [all...]
picture_layer_impl.cc 588 gfx::Rect layer_rect = pile_->tile_bounds(x, y);
    [all...]
  /external/chromium_org/cc/trees/
quad_culler_unittest.cc 81 ? tiler->tile_bounds(i, j)
82 : gfx::IntersectRects(tiler->tile_bounds(i, j), layer_opaque_rect);
    [all...]

Completed in 1306 milliseconds