Lines Matching refs:layer_bounds

57       const gfx::Size& layer_bounds,
61 layer_bounds,
69 const gfx::Size& layer_bounds,
71 : PictureLayerTiling(contents_scale, layer_bounds, client) { }
81 const gfx::Size& layer_bounds) {
84 layer_bounds,
313 gfx::Size layer_bounds(200, 200);
316 tiling = TestablePictureLayerTiling::Create(1.0f, layer_bounds, &client);
378 gfx::Size layer_bounds(200, 200);
381 tiling = TestablePictureLayerTiling::Create(1.0f, layer_bounds, &client);
436 gfx::Size layer_bounds(1500, 1500);
445 tiling = TestablePictureLayerTiling::Create(0.25f, layer_bounds, &client);
594 tiling = TestablePictureLayerTiling::Create(0.2f, layer_bounds, &client);
843 gfx::Size layer_bounds(800, 800);
850 tiling = TestablePictureLayerTiling::Create(1.0f, layer_bounds, &client);
953 gfx::Size layer_bounds(1000, 1000);
957 tiling = TestablePictureLayerTiling::Create(1.f, layer_bounds, &client);
1026 gfx::Size layer_bounds(200, 200);
1030 tiling = TestablePictureLayerTiling::Create(1.0f, layer_bounds, &client);
1076 gfx::Size layer_bounds(1099, 801);
1077 Initialize(gfx::Size(100, 100), 1.f, layer_bounds);
1078 VerifyTilesExactlyCoverRect(1.f, gfx::Rect(layer_bounds));
1079 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, false));
1083 gfx::Rect(layer_bounds), // visible content rect
1086 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, true));
1093 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, false));
1097 gfx::Size layer_bounds(1099, 801);
1098 Initialize(gfx::Size(100, 100), 1.f, layer_bounds);
1099 VerifyTilesExactlyCoverRect(1.f, gfx::Rect(layer_bounds));
1100 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, false));
1106 gfx::Rect(layer_bounds), // visible content rect
1109 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, true));
1116 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, true));
1120 gfx::Size layer_bounds(1099, 801);
1121 Initialize(gfx::Size(100, 100), 1.f, layer_bounds);
1122 VerifyTilesExactlyCoverRect(1.f, gfx::Rect(layer_bounds));
1123 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, false));
1128 EXPECT_FALSE(viewport_rect.Intersects(gfx::Rect(layer_bounds)));
1134 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, true));
1150 gfx::Size layer_bounds(10000, 10000);
1151 Initialize(gfx::Size(100, 100), 1.f, layer_bounds);
1152 VerifyTilesExactlyCoverRect(1.f, gfx::Rect(layer_bounds));
1153 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, false));
1163 gfx::Rect(layer_bounds),
1176 gfx::Size layer_bounds(10000, 10000);
1177 Initialize(gfx::Size(100, 100), 1.f, layer_bounds);
1178 VerifyTilesExactlyCoverRect(1.f, gfx::Rect(layer_bounds));
1179 VerifyTiles(1.f, gfx::Rect(layer_bounds), base::Bind(&TileExists, false));
1184 gfx::Rect(layer_bounds), // visible content rect
1190 gfx::Rect(layer_bounds),
1199 gfx::Size layer_bounds(1099, 801);
1204 PictureLayerTilingSet active_set(&client_, layer_bounds);
1210 gfx::Rect(layer_bounds),
1215 gfx::Rect(layer_bounds), // visible content rect
1222 gfx::Rect(layer_bounds),
1226 PictureLayerTilingSet pending_set(&client_, layer_bounds);
1228 pending_set.SyncTilings(active_set, layer_bounds, invalidation, 0.f);
1233 gfx::Rect(layer_bounds),
1240 gfx::Rect(layer_bounds), // visible content rect
1246 gfx::Rect(layer_bounds),