Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc174 RECT region_rect; in ShouldUseScreenCapturer() local
175 GetRgnBox(scoped_hrgn.Get(), &region_rect); in ShouldUseScreenCapturer()
177 DesktopRect::MakeLTRB(region_rect.left, in ShouldUseScreenCapturer()
178 region_rect.top, in ShouldUseScreenCapturer()
179 region_rect.right, in ShouldUseScreenCapturer()
180 region_rect.bottom); in ShouldUseScreenCapturer()