Home
last modified time | relevance | path

Searched refs:GetWindowContentRect (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.h56 bool GetWindowContentRect(HWND window, DesktopRect* result);
Dwindow_capture_utils.cc90 bool GetWindowContentRect(HWND window, DesktopRect* result) { in GetWindowContentRect() function
308 if (!GetWindowContentRect(hwnd, &content_rect)) { in AreWindowsOverlapping()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc209 if (!GetWindowContentRect(selected, &content_rect)) { in ShouldUseScreenCapturer()