Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc147 DesktopRect window_region_rect_; member in webrtc::__anon4678f0710111::CroppingWindowCapturerWin
204 if (!GetWindowRect(selected, &window_region_rect_)) { in ShouldUseScreenCapturer()
226 region_rect.Translate(window_region_rect_.left(), in ShouldUseScreenCapturer()
227 window_region_rect_.top()); in ShouldUseScreenCapturer()
237 window_region_rect_.IntersectWith(region_rect); in ShouldUseScreenCapturer()
268 window_rect.IntersectWith(window_region_rect_); in GetWindowRectInVirtualScreen()