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

/external/chromium_org/media/base/
H A Dvideo_util.cc269 gfx::Size letterbox(bounds.width(), bounds.height());
271 letterbox.set_height(static_cast<int>(y / content.width()));
273 letterbox.set_width(static_cast<int>(x / content.height()));
275 result.ClampToCenteredSize(letterbox);
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc213 bool letterbox = root_bounds_.width() * mirror_display_rect.height() > local
215 if (letterbox) {
/external/chromium_org/ui/surface/
H A Daccelerated_surface_win.cc591 gfx::Rect letterbox = media::ComputeLetterboxRegion(gfx::Rect(dst_size), local
593 if (letterbox != gfx::Rect(dst_size)) {
600 if (!gpu_ops->ResizeBilinear(back_buffer, src_subrect, resized, letterbox))

Completed in 371 milliseconds