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

/external/chromium_org/media/base/
H A Dvideo_util.cc283 gfx::Size letterbox(bounds.width(), bounds.height());
285 letterbox.set_height(static_cast<int>(y / content.width()));
287 letterbox.set_width(static_cast<int>(x / content.height()));
289 result.ClampToCenteredSize(letterbox);
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc211 bool letterbox = root_bounds_.width() * mirror_display_rect.height() > local
213 if (letterbox) {

Completed in 78 milliseconds