Searched refs:hDC (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | target_screen.cpp | 3105 HDC hDC = dc->GetSafeHdc(); in target_screen_to_bitmap() local 3110 HDC hdcMem = CreateCompatibleDC(hDC); in target_screen_to_bitmap() 3111 HBITMAP hbmMem = CreateCompatibleBitmap(hDC, rect.Width(), rect.Height()); in target_screen_to_bitmap() 3115 BitBlt(hdcMem, 0, 0, rect.Width(), rect.Height(), hDC, 0, 0, SRCCOPY); in target_screen_to_bitmap()
|
| D | express_dialog.cpp | 448 CDC* pDC = CDC::FromHandle(lpDIS->hDC); in DrawBitmap()
|