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

  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 155 gfx::Rect(pile_->tiling().TileBoundsWithBorder(0, 0).right(),
156 pile_->tiling().TileBoundsWithBorder(0, 0).bottom() - 1,
289 gfx::Rect tile01_borders = pile_->tiling().TileBoundsWithBorder(0, 1);
290 gfx::Rect tile02_borders = pile_->tiling().TileBoundsWithBorder(0, 2);
layer_tiling_data.cc 88 gfx::Rect tile_rect = tiling_data_.TileBoundsWithBorder(tile->i(), tile->j());
picture_pile_impl_unittest.cc 843 bitmap_rects[0].Intersects(pile->tiling().TileBoundsWithBorder(1, 0)));
846 bitmap_rects[1].Intersects(pile->tiling().TileBoundsWithBorder(0, 0)));
849 bitmap_rects[1].Intersects(pile->tiling().TileBoundsWithBorder(2, 0)));
852 bitmap_rects[2].Intersects(pile->tiling().TileBoundsWithBorder(1, 0)));
picture_layer_tiling.cc 101 gfx::Rect paint_rect = tiling_data_.TileBoundsWithBorder(i, j);
341 gfx::Rect rect = tiling_->tiling_data_.TileBoundsWithBorder(tile_i_, tile_j_);
348 tiling_->tiling_data_.TileBoundsWithBorder(tile_i_, tile_j_).origin();
  /external/chromium_org/cc/base/
tiling_data.cc 150 gfx::Rect rect_top_left(TileBoundsWithBorder(index_x, index_y));
151 gfx::Rect rect_bottom_right(TileBoundsWithBorder(index_right, index_bottom));
207 gfx::Rect TilingData::TileBoundsWithBorder(int i, int j) const {
334 top_left_tile = tiling_data_->TileBoundsWithBorder(index_x_, index_y_);
tiling_data.h 59 gfx::Rect TileBoundsWithBorder(int i, int j) const;
tiling_data_unittest.cc     [all...]

Completed in 335 milliseconds