HomeSort by relevance Sort by last modified time
    Searched refs:letterbox (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/base/
video_util.cc 268 gfx::Size letterbox(bounds.width(), bounds.height());
270 letterbox.set_height(static_cast<int>(y / content.width()));
272 letterbox.set_width(static_cast<int>(x / content.height()));
274 result.ClampToCenteredSize(letterbox);
  /external/chromium_org/ash/display/
root_window_transformers.cc 221 bool letterbox = root_bounds_.width() * mirror_display_rect.height() > local
223 if (letterbox) {
  /external/chromium_org/ui/surface/
accelerated_surface_win.cc 596 gfx::Rect letterbox = media::ComputeLetterboxRegion(gfx::Rect(dst_size), local
598 if (letterbox != gfx::Rect(dst_size)) {
599 TRACE_EVENT0("gpu", "Letterbox");
605 if (!gpu_ops->ResizeBilinear(back_buffer, src_subrect, resized, letterbox))
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 311 milliseconds