Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {} in DesktopRect() function
132 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom) in DesktopRect() function
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h29 class DesktopRect; variable