Home
last modified time | relevance | path

Searched refs:ExpandRectIgnoringBordersToTileBounds (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/base/
Dtiling_data_unittest.cc780 empty_total_size.ExpandRectIgnoringBordersToTileBounds(gfx::Rect())); in TEST()
782 empty_total_size.ExpandRectIgnoringBordersToTileBounds( in TEST()
785 empty_total_size.ExpandRectIgnoringBordersToTileBounds( in TEST()
790 empty_max_texture_size.ExpandRectIgnoringBordersToTileBounds( in TEST()
793 empty_max_texture_size.ExpandRectIgnoringBordersToTileBounds( in TEST()
796 empty_max_texture_size.ExpandRectIgnoringBordersToTileBounds( in TEST()
800 TEST(TilingDataTest, ExpandRectIgnoringBordersToTileBounds) { in TEST() argument
808 data.ExpandRectIgnoringBordersToTileBounds(at_origin_src)); in TEST()
818 data.ExpandRectIgnoringBordersToTileBounds(rect_src)); in TEST()
826 data.ExpandRectIgnoringBordersToTileBounds(border_rect_src)); in TEST()
[all …]
Dtiling_data.h55 gfx::Rect ExpandRectIgnoringBordersToTileBounds(const gfx::Rect& rect) const;
Dtiling_data.cc129 gfx::Rect TilingData::ExpandRectIgnoringBordersToTileBounds( in ExpandRectIgnoringBordersToTileBounds() function in cc::TilingData
/external/chromium_org/cc/resources/
Dpicture_layer_tiling.cc272 tiling_data_.ExpandRectIgnoringBordersToTileBounds(live_tiles_rect_); in DoInvalidate()