Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc185 HDC window_dc = GetWindowDC(window_); in Capture() local
186 if (!window_dc) { in Capture()
193 DesktopFrameWin::Create(cropped_rect.size(), NULL, window_dc)); in Capture()
195 ReleaseDC(window_, window_dc); in Capture()
200 HDC mem_dc = CreateCompatibleDC(window_dc); in Capture()
228 window_dc, in Capture()
236 ReleaseDC(window_, window_dc); in Capture()