Searched refs:hdcMem (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | studiox_screen_driver.c | 100 HDC hdcMem; in guix_canvas_flush() local 153 hdcMem = CreateCompatibleDC(win_device); in guix_canvas_flush() 155 hOld = SelectObject(hdcMem, hbmMem); in guix_canvas_flush() 158 StretchDIBits(hdcMem, Left + xpos, Top + ypos, copy_width, copy_height, in guix_canvas_flush() 175 SetPixel(hdcMem, row, col, RGB(128, 128, 128)); in guix_canvas_flush() 184 SelectObject(hdcMem, GetStockObject(DC_PEN)); in guix_canvas_flush() 185 SetDCPenColor(hdcMem, RGB(128, 128, 128)); in guix_canvas_flush() 190 MoveToEx(hdcMem, col, row, NULL); in guix_canvas_flush() 193 LineTo(hdcMem, col, row); in guix_canvas_flush() 197 MoveToEx(hdcMem, col, row, NULL); in guix_canvas_flush() [all …]
|
| D | target_screen.cpp | 3110 HDC hdcMem = CreateCompatibleDC(hDC); in target_screen_to_bitmap() local 3113 SelectObject(hdcMem, hbmMem); in target_screen_to_bitmap() 3115 BitBlt(hdcMem, 0, 0, rect.Width(), rect.Height(), hDC, 0, 0, SRCCOPY); in target_screen_to_bitmap() 3139 …GetDIBits(hdcMem, hbmMem, 0, info.gx_bmp_header.biHeight, lpBits, (LPBITMAPINFO)&info, DIB_RGB_COL… in target_screen_to_bitmap() 3167 DeleteDC(hdcMem); in target_screen_to_bitmap()
|