Home
last modified time | relevance | path

Searched refs:dip_to_pixel_scale (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm76 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;
164 dip_to_pixel_scale == other.dip_to_pixel_scale &&
Ddesktop_configuration.h37 float dip_to_pixel_scale; member
70 float dip_to_pixel_scale; member
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm133 float dip_to_pixel_scale) {
162 return ScaleAndRoundCGRect(rect, dip_to_pixel_scale);
169 float dip_to_pixel_scale,
175 window_bounds.origin.x = pixel_bounds.left() / dip_to_pixel_scale;
176 window_bounds.origin.y = pixel_bounds.top() / dip_to_pixel_scale;
676 if (i > 0 && display_config.dip_to_pixel_scale !=
677 displays_to_capture[0].dip_to_pixel_scale) {
700 excluded_window_, display_config.dip_to_pixel_scale);
708 display_config.dip_to_pixel_scale,
781 dip_to_pixel_scale_ = config ? config->dip_to_pixel_scale : 1.0f;
[all …]
Dmouse_cursor_monitor_mac.mm116 scale = it->dip_to_pixel_scale;