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 38 const float kInchInMm = 25.4f;
138 (kInchInMm * mode_info->size().width() /
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 40 const float kInchInMm = 25.4f;
42 float screen_inches = screen_mm / kInchInMm;

Completed in 718 milliseconds