Home | History | Annotate | Download | only in resources

Lines Matching refs:layer_bounds

52     const gfx::Size& layer_bounds,
55 layer_bounds,
60 const gfx::Size& layer_bounds,
63 layer_bounds_(layer_bounds),
71 gfx::ToCeiledSize(gfx::ScaleSize(layer_bounds, contents_scale));
75 gfx::ScaleSize(layer_bounds, contents_scale)).IsEmpty()) <<
77 " Layer bounds: " << layer_bounds.ToString() <<
141 void PictureLayerTiling::SetLayerBounds(const gfx::Size& layer_bounds) {
142 if (layer_bounds_ == layer_bounds)
145 DCHECK(!layer_bounds.IsEmpty());
148 layer_bounds_ = layer_bounds;