Home | History | Annotate | Download | only in wm

Lines Matching refs:total_bounds

469   gfx::Rect total_bounds = ScreenAsh::ConvertRectToScreen(root_window,
477 total_bounds.width() > total_bounds.height() ? kMinCardsMajor : 1,
478 total_bounds.width() * windows.size() /
479 (kCardAspectRatio * total_bounds.height())))));
482 static_cast<int>(total_bounds.width() / columns),
483 static_cast<int>(total_bounds.height() * kCardAspectRatio / rows)));
487 int x_offset = total_bounds.x() + ((windows.size() >= columns ? 0 :
489 (total_bounds.width() - columns * window_size.width())) / 2;
490 int y_offset = total_bounds.y() + (total_bounds.height() -