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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 76 display_config.dip_to_pixel_scale = [screen backingScaleFactor];
90 dip_to_pixel_scale(1.0f) {
94 : dip_to_pixel_scale(1.0f) {
114 desktop_config.dip_to_pixel_scale = display_config.dip_to_pixel_scale;
124 float scaling_factor = display_config.dip_to_pixel_scale /
125 desktop_config.displays[0].dip_to_pixel_scale;
139 if (display_config.dip_to_pixel_scale ==
140 desktop_config.dip_to_pixel_scale) {
158 left.dip_to_pixel_scale == right.dip_to_pixel_scale
    [all...]
desktop_configuration.h 37 float dip_to_pixel_scale; member in struct:webrtc::MacDisplayConfiguration
70 float dip_to_pixel_scale; member in struct:webrtc::MacDesktopConfiguration
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 134 float dip_to_pixel_scale) {
163 return ScaleAndRoundCGRect(rect, dip_to_pixel_scale);
170 float dip_to_pixel_scale,
176 window_bounds.origin.x = pixel_bounds.left() / dip_to_pixel_scale;
177 window_bounds.origin.y = pixel_bounds.top() / dip_to_pixel_scale;
750 if (i > 0 && display_config.dip_to_pixel_scale !=
751 displays_to_capture[0].dip_to_pixel_scale) {
774 excluded_window_, display_config.dip_to_pixel_scale);
782 display_config.dip_to_pixel_scale,
855 dip_to_pixel_scale_ = config ? config->dip_to_pixel_scale : 1.0f
    [all...]
mouse_cursor_monitor_mac.mm 110 scale = it->dip_to_pixel_scale;
  /external/chromium_org/remoting/host/
input_injector_mac.cc 263 mouse_pos_.set(mouse_pos_.x() / desktop_config.dip_to_pixel_scale,
264 mouse_pos_.y() / desktop_config.dip_to_pixel_scale);

Completed in 582 milliseconds