Home | History | Annotate | Download | only in layers

Lines Matching refs:tiling

112       const PictureLayerTiling* tiling,
115 iter(tiling, tiling->contents_scale(), tiling->ContentRect());
270 const PictureLayerTiling* tiling = tilings->tiling_at(i);
273 tiling->contents_scale());
275 iter(tiling,
276 tiling->contents_scale(),
277 tiling->ContentRect());
333 const PictureLayerTiling* tiling = tilings->tiling_at(i);
336 tiling->contents_scale());
338 iter(tiling,
339 tiling->contents_scale(),
340 tiling->ContentRect());
347 std::vector<Tile*> pending_tiles = tiling->AllTilesForTesting();
371 for (int x = 0; x < active_pile->tiling().num_tiles_x(); ++x) {
372 for (int y = 0; y < active_pile->tiling().num_tiles_y(); ++y) {
391 const PictureLayerTiling* tiling = tilings->tiling_at(i);
394 iter(tiling,
395 tiling->contents_scale(),
396 tiling->ContentRect());
402 iter.full_tile_geometry_rect(), 1.f / tiling->contents_scale());
577 // Create a 1.2 scale tiling. Now we have 1.0 and 1.2 tilings. Ideal = 1.2.
598 // The high resolution tiling is between target and ideal, so is not
599 // removed. The low res tiling for the old ideal=1.0 scale is removed.
638 // Our 1.0 tiling now falls outside the range between our ideal scale and our
735 // generate a low res tiling.
964 PictureLayerTiling* tiling = pending_layer_->AddTiling(1.f);
966 EXPECT_EQ(tiling->resolution(), HIGH_RESOLUTION);
971 tiling,
997 tiling,