Home | History | Annotate | Download | only in layers

Lines Matching full:bounds

43   if (layer_impl->bounds().IsEmpty()) {
45 // Using layer_impl because either bounds() or paint_properties().bounds
52 // If update called, then pile size must match bounds pushed to impl layer.
53 DCHECK_EQ(layer_impl->bounds().ToString(),
81 // Clamp invalidation to the layer bounds.
82 rect.Intersect(gfx::Rect(bounds()));
98 gfx::Rect layer_rect = gfx::Rect(paint_properties().bounds);
122 visible_layer_rect = gfx::Rect(bounds());
188 int width = bounds().width();
189 int height = bounds().height();