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

  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 17 const int kDefaultDPI = 96;
53 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
145 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
desktop_resizer_linux.cc 60 const int kDefaultDPI = 96;
198 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
219 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
261 kDefaultDPI);
263 kDefaultDPI);
desktop_resizer_win.cc 14 const int kDefaultDPI = 96;
184 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
resizing_host_observer_unittest.cc 30 const int kDefaultDPI = 96;
34 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
client_session.cc 33 const int kDefaultDPI = 96;
122 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 68 const int kDefaultDPI = 96;
775 int x_dpi = kDefaultDPI;
776 int y_dpi = kDefaultDPI;
798 client_resolution.set_dips_width((width * kDefaultDPI) / x_dpi);
799 client_resolution.set_dips_height((height * kDefaultDPI) / y_dpi);
    [all...]

Completed in 51 milliseconds