Searched refs:TileBounds (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_pile_unittest.cc174 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(
[all...]
H A Dlayer_tiling_data.h37 return tiling_data_.TileBounds(i, j);
H A Dpicture_pile_impl_unittest.cc827 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(
[all...]
H A Dpicture_pile_base.h44 gfx::Rect tile_bounds(int x, int y) const { return tiling_.TileBounds(x, y); }
H A Dpicture_pile.cc439 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()));
H A Dpicture_layer_tiling_unittest.cc222 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(
[all...]
H A Dpicture_pile_base.cc179 gfx::Rect tile = tiling_.TileBounds(key.first, key.second);
H A Dpicture_layer_tiling.cc394 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()
/external/chromium_org/cc/base/
H A Dtiling_data.cc140 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 { function in class:cc::TilingData
329 top_left_tile = tiling_data_->TileBounds(index_x_, index_y_);
H A Dtiling_data_unittest.cc805 gfx::Rect at_origin_result(data.TileBounds(0, 0));
815 gfx::UnionRects(data.TileBounds(2, 2), data.TileBounds(2, 3)));
822 gfx::UnionRects(data.TileBounds(1, 2), data.TileBounds(3, 4)));
824 gfx::UnionRects(data.TileBounds(1, 2), data.TileBounds(3, 4)));
847 gfx::Rect inner_rect_src(data2.TileBounds(1, 1));
849 gfx::Rect inner_rect_result(data2.TileBounds(1, 1));
860 gfx::Rect at_origin_result(data.TileBounds(
[all...]
H A Dtiling_data.h58 gfx::Rect TileBounds(int i, int j) const;
/external/chromium_org/cc/test/
H A Dfake_picture_pile_impl.cc83 gfx::Rect bounds(tiling().TileBounds(x, y));

Completed in 204 milliseconds