Home
last modified time | relevance | path

Searched refs:GetScreenRect (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc36 DesktopRect GetScreenRect();
124 DesktopRect rect = GetScreenRect(); in Capture()
133 DesktopRect MouseCursorMonitorWin::GetScreenRect() { in GetScreenRect() function in webrtc::MouseCursorMonitorWin
Dcropping_window_capturer_win.cc204 DesktopRect screen_rect(GetScreenRect(kFullDesktopScreenId, L"")); in GetWindowRectInVirtualScreen()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capture_utils.h31 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key);
Dscreen_capture_utils.cc57 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key) { in GetScreenRect() function
Dscreen_capturer_win_gdi.cc227 GetScreenRect(current_screen_id_, current_device_key_); in CaptureImage()
Dscreen_capturer_win_magnifier.cc117 DesktopRect rect = GetScreenRect(current_screen_id_, current_device_key_); in Capture()