Searched refs:mm_height (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/display/
H A Ddisplay_util_x11.h24 // |mm_width| and |mm_height| are given in millimeters.
26 unsigned long mm_height);
H A Ddisplay_util_x11.cc39 bool ShouldIgnoreSize(unsigned long mm_width, unsigned long mm_height) { argument
42 mm_height <= kInvalidDisplaySizeList[0][1]) {
48 if (mm_width == size[0] && mm_height == size[1]) {
H A Ddisplay_change_observer_x11.cc142 if (!ShouldIgnoreSize(output_info->mm_width, output_info->mm_height) &&
/external/chromium_org/chromeos/display/
H A Dreal_output_configurator_delegate.cc296 int mm_height = height * kPixelsToMmScale; local
297 XRRSetScreenSize(display_, window_, width, height, mm_width, mm_height);

Completed in 275 milliseconds