Home
last modified time | relevance | path

Searched defs:DesktopRect (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper_unittest.cc38 const T<DesktopRect, Rect...>& rects) { in AssertUpdatedRegionIs()
53 const T<DesktopRect, Rect...>& rects) { in AssertUpdatedRegionCovers()
117 const T<DesktopRect, Rect...>& updated_region, in ExecuteDifferWrapperCase()
Ddesktop_geometry.h104 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {} in DesktopRect() function
158 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom) in DesktopRect() function
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h30 class DesktopRect; variable