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

  /external/chromium_org/ash/display/
display_util_x11.h 24 // |mm_width| and |mm_height| are given in millimeters.
25 ASH_EXPORT bool ShouldIgnoreSize(unsigned long mm_width,
display_util_x11.cc 39 bool ShouldIgnoreSize(unsigned long mm_width, unsigned long mm_height) {
41 if (mm_width <= kInvalidDisplaySizeList[0][0] ||
48 if (mm_width == size[0] && mm_height == size[1]) {
display_change_observer_x11.cc 142 if (!ShouldIgnoreSize(output_info->mm_width, output_info->mm_height) &&
143 (kInchInMm * mode->width / output_info->mm_width) >
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 295 int mm_width = width * kPixelsToMmScale; local
297 XRRSetScreenSize(display_, window_, width, height, mm_width, mm_height);

Completed in 133 milliseconds