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

  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 174 expected_invalidation.Union(pile_->tiling().TileBounds(1, 1));
343 gfx::Rect(pile_->tiling().TileBounds(3, 4).x(),
344 pile_->tiling().TileBounds(3, 4).y() + 10,
349 pile_->tiling().TileBounds(2, 4), pile_->tiling().TileBounds(3, 4))))
398 gfx::Rect tile01_noborders = pile_->tiling().TileBounds(0, 1);
399 gfx::Rect tile02_noborders = pile_->tiling().TileBounds(0, 2);
637 gfx::Rect bottom_row = gfx::UnionRects(pile_->tiling().TileBounds(0, 5),
638 pile_->tiling().TileBounds(5, 5));
683 pile_->tiling().TileBounds(0, 5), pile_->tiling().TileBounds(5, 5))
    [all...]
layer_tiling_data.h 37 return tiling_data_.TileBounds(i, j);
picture_pile_impl_unittest.cc 827 gfx::Rect bitmap_rects[] = {pile->tiling().TileBounds(0, 0),
828 pile->tiling().TileBounds(1, 0),
829 pile->tiling().TileBounds(2, 0), };
841 EXPECT_FALSE(bitmap_rects[0].Intersects(pile->tiling().TileBounds(1, 0)));
844 EXPECT_FALSE(bitmap_rects[1].Intersects(pile->tiling().TileBounds(0, 0)));
847 EXPECT_FALSE(bitmap_rects[1].Intersects(pile->tiling().TileBounds(2, 0)));
850 EXPECT_FALSE(bitmap_rects[2].Intersects(pile->tiling().TileBounds(1, 0)));
859 pile->tiling().TileBounds(0, 0), 1.f, pile.get());
869 pile->tiling().TileBounds(1, 0), 1.f, pile.get());
882 pile->tiling().TileBounds(2, 0), 1.f, pile.get())
    [all...]
picture_pile_base.h 44 gfx::Rect tile_bounds(int x, int y) const { return tiling_.TileBounds(x, y); }
picture_pile.cc 439 DCHECK(tiling_.TileBounds(key.first, key.second)
442 tiling_.TileBounds(key.first, key.second)));
464 gfx::Rect tile = tiling_.TileBounds(key.first, key.second);
478 invalidation->Union(tiling_.TileBounds(it.index_x(), it.index_y()));
picture_layer_tiling_unittest.cc 222 int right = tiling_->TilingDataForTesting().TileBounds(2, 2).x();
223 int bottom = tiling_->TilingDataForTesting().TileBounds(2, 2).y();
258 int right = tiling_->TilingDataForTesting().TileBounds(2, 2).x();
259 int bottom = tiling_->TilingDataForTesting().TileBounds(2, 3).y();
292 tiling_->TilingDataForTesting().TileBounds(2, 0)));
294 tiling_->TilingDataForTesting().TileBounds(0, 3)));
324 int right = tiling_->TilingDataForTesting().TileBounds(2, 3).x();
325 int bottom = tiling_->TilingDataForTesting().TileBounds(2, 3).y();
347 int left = tiling_->TilingDataForTesting().TileBounds(0, 0).right();
348 int top = tiling_->TilingDataForTesting().TileBounds(0, 0).bottom()
    [all...]
picture_pile_base.cc 179 gfx::Rect tile = tiling_.TileBounds(key.first, key.second);
picture_layer_tiling.cc 394 gfx::Rect content_rect = tiling_->tiling_data_.TileBounds(tile_i_, tile_j_);
628 tiling_data_.TileBounds(iter.index_x(), iter.index_y());
651 tiling_data_.TileBounds(iter.index_x(), iter.index_y());
737 DCHECK(tiling_data_.TileBounds(it->first.first, it->first.second)
741 << tiling_data_.TileBounds(it->first.first, it->first.second).ToString()
    [all...]
  /external/chromium_org/cc/base/
tiling_data.cc 140 gfx::Rect rect_top_left(TileBounds(index_x, index_y));
141 gfx::Rect rect_bottom_right(TileBounds(index_right, index_bottom));
156 gfx::Rect rect_top_left(TileBounds(index_x, index_y));
157 gfx::Rect rect_bottom_right(TileBounds(index_right, index_bottom));
162 gfx::Rect TilingData::TileBounds(int i, int j) const {
329 top_left_tile = tiling_data_->TileBounds(index_x_, index_y_);
tiling_data_unittest.cc     [all...]
tiling_data.h 58 gfx::Rect TileBounds(int i, int j) const;
  /external/chromium_org/cc/test/
fake_picture_pile_impl.cc 83 gfx::Rect bounds(tiling().TileBounds(x, y));

Completed in 390 milliseconds