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

  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 102 MacDesktopConfiguration desktop_config;
114 desktop_config.dip_to_pixel_scale = display_config.dip_to_pixel_scale;
120 InvertRectYOrigin(desktop_config.displays[0].bounds,
125 desktop_config.displays[0].dip_to_pixel_scale;
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
128 desktop_config.displays[0].pixel_bounds.top() * scaling_factor,
129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor,
130 desktop_config.displays[0].pixel_bounds.bottom() * scaling_factor);
135 desktop_config.displays.push_back(display_config);
140 desktop_config.dip_to_pixel_scale)
    [all...]
full_screen_chrome_window_detector.cc 53 bool IsWindowFullScreen(const MacDesktopConfiguration& desktop_config,
64 desktop_config.displays.begin();
65 it != desktop_config.displays.end(); ++it) {
138 MacDesktopConfiguration desktop_config = MacDesktopConfiguration::GetCurrent( local
170 if (IsWindowFullScreen(desktop_config, window)) {

Completed in 80 milliseconds