Home
last modified time | relevance | path

Searched refs:win_device (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_show_canvas.c33 HDC win_device; in win32_16srgb_bitmap_header_create() local
61 HDC win_device; in win32_565bgr_bitmap_header_create() local
89 HDC win_device; in win32_1555xrgb_bitmap_header_create() local
117 HDC win_device; in win32_4444argb_bitmap_header_create() local
145 HDC win_device; in win32_24srgb_bitmap_header_create() local
441 HDC win_device; in show_frame() local
559 win_device = GetDC(hwnd); in show_frame()
560 SetMapMode(win_device, MM_TEXT); in show_frame()
562 StretchDIBits(win_device, 0, 0, width, height, in show_frame()
569 ReleaseDC(hwnd, win_device); in show_frame()
/GUIX-v6.2.1/guix_studio/
Dstudiox_screen_driver.c86 VOID guix_canvas_flush(HDC win_device, int xpos, int ypos, in guix_canvas_flush() argument
128 SetMapMode(win_device, MM_TEXT); in guix_canvas_flush()
153 hdcMem = CreateCompatibleDC(win_device); in guix_canvas_flush()
154 hbmMem = CreateCompatibleBitmap(win_device, canvas_width, canvas_height); in guix_canvas_flush()
243 …BitBlt(win_device, Left + xpos, Top + ypos, copy_width, copy_height, hdcMem, Left + xpos, Top + yp… in guix_canvas_flush()
253 StretchDIBits(win_device, Left + xpos, Top + ypos, copy_width, copy_height, in guix_canvas_flush()
264 void guix_bitmap_flush(HDC win_device, int xpos, int ypos, int Width, in guix_bitmap_flush() argument
269 SetMapMode(win_device, MM_TEXT); in guix_bitmap_flush()
273 StretchDIBits(win_device, xpos, ypos, Width, Height, in guix_bitmap_flush()
Dstudiox_screen_driver.h46 VOID guix_canvas_flush(HDC win_device, int xpos, int ypos, GX_CANVAS* canvas, GX_RECTANGLE* dirty, …
47 VOID guix_bitmap_flush(HDC win_device, int xpos, int ypos, int width, VOID* memptr, GX_BMP_INFO* bm…
/GUIX-v6.2.1/ports/win32/src/
Dgx_win32_display_driver.c1288 HDC win_device; in gx_win32_display_buffer_toggle() local
1315 win_device = GetDC(driver_instance->win32_driver_winhandle); in gx_win32_display_buffer_toggle()
1316 SetMapMode(win_device, MM_TEXT); in gx_win32_display_buffer_toggle()
1339 StretchDIBits(win_device, Left, Top, Width, Height, in gx_win32_display_buffer_toggle()
1347 ReleaseDC(driver_instance -> win32_driver_winhandle, win_device); in gx_win32_display_buffer_toggle()