Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dwindow_capturer_mac.mm136 DesktopVector sys_pos = pos;
139 sys_pos = pos.add(configuration.bounds.top_left());
141 return window_finder_.GetWindowUnderPoint(sys_pos) != window_id_;
/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.cc133 DesktopVector sys_pos = pos.add(GetFullscreenRect().top_left()); in IsOccluded() local
135 reinterpret_cast<HWND>(window_finder_.GetWindowUnderPoint(sys_pos)); in IsOccluded()