Searched defs:landscape_width (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc127 int landscape_width = std::max(display_width, display_height); local
132 if (portrait_width > 768 || landscape_width > 1280)
134 if (portrait_width > 1200 || landscape_width > 1920)

Completed in 141 milliseconds