Searched defs:new_layer_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc45 const gfx::Size& new_layer_bounds,
48 if (new_layer_bounds.IsEmpty()) {
50 layer_bounds_ = new_layer_bounds;
78 new_layer_bounds);
93 new_layer_bounds,
102 layer_bounds_ = new_layer_bounds;
44 SyncTilings(const PictureLayerTilingSet& other, const gfx::Size& new_layer_bounds, const Region& layer_invalidation, float minimum_contents_scale) argument
H A Dpicture_layer_tiling.cc171 const gfx::Size& new_layer_bounds) {
172 DCHECK(!new_layer_bounds.IsEmpty());
176 if (new_layer_bounds != layer_bounds_) {
178 gfx::ToCeiledSize(gfx::ScaleSize(new_layer_bounds, contents_scale_));
185 layer_bounds_ = new_layer_bounds;
169 UpdateTilesToCurrentPile( const Region& layer_invalidation, const gfx::Size& new_layer_bounds) argument

Completed in 169 milliseconds