Searched refs:root_bounds_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Droot_window_transformers.cc207 root_bounds_ = gfx::Rect(source_display_info.bounds_in_native().size());
211 bool letterbox = root_bounds_.width() * mirror_display_rect.height() >
212 root_bounds_.height() * mirror_display_rect.width();
215 (static_cast<float>(root_bounds_.width()) /
220 root_bounds_.height() * inverted_scale) / 2);
227 (static_cast<float>(root_bounds_.height()) /
232 root_bounds_.width() * inverted_scale) / 2);
251 return root_bounds_;
261 gfx::Rect root_bounds_; member in class:ash::__anon1883::MirrorRootWindowTransformer

Completed in 185 milliseconds