Searched refs:mm_width (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_screen_x11.cc | 51 int mm_width = WidthMMOfScreen(screen); in GetFallbackDisplayList() local 57 !ui::IsXDisplaySizeBlackListed(mm_width, mm_height)) { in GetFallbackDisplayList() 58 float device_scale_factor = GetDeviceScaleFactor(width, mm_width); in GetFallbackDisplayList() 347 if (i == 0 && !ui::IsXDisplaySizeBlackListed(output_info->mm_width, in BuildDisplaysFromXRandRInfo() 352 output_info->mm_width); in BuildDisplaysFromXRandRInfo()
|
/external/chromium_org/chromeos/display/ |
D | real_output_configurator_delegate.cc | 190 int mm_width = width * kPixelsToMmScale; in CreateFrameBuffer() local 192 XRRSetScreenSize(display_, window_, width, height, mm_width, mm_height); in CreateFrameBuffer() 277 output.width_mm = info->mm_width; in InitOutputSnapshot()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.h | 314 UI_EXPORT bool IsXDisplaySizeBlackListed(unsigned long mm_width,
|
D | x11_util.cc | 1347 bool IsXDisplaySizeBlackListed(unsigned long mm_width, in IsXDisplaySizeBlackListed() argument 1350 if (mm_width <= kInvalidDisplaySizeList[0][0] || in IsXDisplaySizeBlackListed() 1357 if (mm_width == size[0] && mm_height == size[1]) { in IsXDisplaySizeBlackListed()
|