Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc43 memory_dc_(NULL), in ScreenCapturerWinGdi()
62 if (memory_dc_) in ~ScreenCapturerWinGdi()
63 DeleteDC(memory_dc_); in ~ScreenCapturerWinGdi()
170 if (memory_dc_) { in PrepareCaptureResources()
171 DeleteDC(memory_dc_); in PrepareCaptureResources()
172 memory_dc_ = NULL; in PrepareCaptureResources()
198 if (memory_dc_) { in PrepareCaptureResources()
199 DeleteDC(memory_dc_); in PrepareCaptureResources()
200 memory_dc_ = NULL; in PrepareCaptureResources()
206 assert(memory_dc_ == NULL); in PrepareCaptureResources()
[all …]
Dscreen_capturer_win_gdi.h66 HDC memory_dc_; variable