Lines Matching full:bounds
101 gfx::Rect bounds = window->bounds();
106 float scale_x = static_cast<float>(target_bounds.width()) / bounds.width();
107 float scale_y = static_cast<float>(target_bounds.height()) / bounds.height();
116 gfx::Point(target_bounds.x() - bounds.x(),
117 target_bounds.y() - bounds.y())));
329 const gfx::Rect old_bounds(old_layer_owner->root()->bounds());
330 const gfx::Rect new_bounds(window->bounds());
366 // version of the window with the original bounds at the original position.
383 // its newly set bounds.
447 transform.Translate(-layer->bounds().width() * (scale - 1.0f) / 2,
448 -layer->bounds().height() * (scale - 1.0f) / 2);