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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 51 int mm_width = WidthMMOfScreen(screen); local
57 !ui::IsXDisplaySizeBlackListed(mm_width, mm_height)) {
58 float device_scale_factor = GetDeviceScaleFactor(width, mm_width);
347 if (i == 0 && !ui::IsXDisplaySizeBlackListed(output_info->mm_width,
352 output_info->mm_width);
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 190 int mm_width = width * kPixelsToMmScale; local
192 XRRSetScreenSize(display_, window_, width, height, mm_width, mm_height);
277 output.width_mm = info->mm_width;
  /external/chromium_org/ui/base/x/
x11_util.h 314 UI_EXPORT bool IsXDisplaySizeBlackListed(unsigned long mm_width,
x11_util.cc     [all...]

Completed in 129 milliseconds