Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc179 DesktopRect screen_rect = in CaptureImage() local
181 if (screen_rect.is_empty()) { in CaptureImage()
186 DesktopSize size = screen_rect.size(); in CaptureImage()
191 !queue_.current_frame()->size().equals(screen_rect.size())) { in CaptureImage()
204 screen_rect.top_left().subtract(GetFullscreenRect().top_left())); in CaptureImage()
216 bool result = (BitBlt(memory_dc_, 0, 0, screen_rect.width(), in CaptureImage()
217 screen_rect.height(), desktop_dc_, screen_rect.left(), in CaptureImage()
218 screen_rect.top(), SRCCOPY | CAPTUREBLT) != FALSE); in CaptureImage()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc271 DesktopRect screen_rect(GetFullscreenRect()); in GetWindowRectInVirtualScreen() local
272 window_rect.IntersectWith(screen_rect); in GetWindowRectInVirtualScreen()
273 window_rect.Translate(-screen_rect.left(), -screen_rect.top()); in GetWindowRectInVirtualScreen()
Ddesktop_frame_generator.cc37 const DesktopRect screen_rect = DesktopRect::MakeSize(frame->size()); in SetUpdatedRegion() local
46 rect.IntersectWith(screen_rect); in SetUpdatedRegion()