HomeSort by relevance Sort by last modified time
    Searched defs:tile_bounds (Results 1 - 4 of 4) 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 44 gfx::Rect tile_bounds(int x, int y) const { return tiling_.TileBounds(x, y); } function in class:cc::PicturePileBase
picture_layer_tiling.cc 627 gfx::Rect tile_bounds = local
631 visible_rect_in_content_space.ManhattanInternalDistance(tile_bounds) *
650 gfx::Rect tile_bounds = local
654 visible_rect_in_content_space.ManhattanInternalDistance(tile_bounds) *
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 1501 gfx::Rect tile_bounds = iter.geometry_rect(); local
    [all...]

Completed in 349 milliseconds