Searched refs:memory_dc_ (Results 1 – 2 of 2) sorted by relevance
43 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 …]
66 HDC memory_dc_; variable