Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc213 DesktopRect region_rect; in ShouldUseScreenCapturer() local
216 GetWindowRegionTypeWithBoundary(selected, &region_rect); in ShouldUseScreenCapturer()
226 region_rect.Translate(window_region_rect_.left(), in ShouldUseScreenCapturer()
237 window_region_rect_.IntersectWith(region_rect); in ShouldUseScreenCapturer()
238 content_rect.IntersectWith(region_rect); in ShouldUseScreenCapturer()