Searched defs:window_dc (Results 1 - 1 of 1) sorted by relevance

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

Completed in 132 milliseconds