Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp3105 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()
Dexpress_dialog.cpp448 CDC* pDC = CDC::FromHandle(lpDIS->hDC); in DrawBitmap()