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

  /external/chromium_org/ui/display/util/
display_util.cc 36 const float kInchInMm = 25.4f;
63 const unsigned int dpi = (kInchInMm * screen_size_in_pixels.width() /
  /external/chromium_org/ash/display/
display_change_observer_chromeos.cc 51 const float kInchInMm = 25.4f;
205 FindDeviceScaleFactor((kInchInMm * mode_info->size().width() /
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 39 const float kInchInMm = 25.4f;
41 float screen_inches = screen_mm / kInchInMm;

Completed in 552 milliseconds