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 34 const int kDefaultDPI = 96;
142 webrtc::DesktopVector(kDefaultDPI, kDefaultDPI));
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 79 const int kDefaultDPI = 96;
877 int x_dpi = kDefaultDPI;
878 int y_dpi = kDefaultDPI;
900 client_resolution.set_dips_width((width * kDefaultDPI) / x_dpi);
901 client_resolution.set_dips_height((height * kDefaultDPI) / y_dpi);
    [all...]

Completed in 178 milliseconds