Home
last modified time | relevance | path

Searched refs:GX_BMP_INFO (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/ports/win32/inc/
Dgx_win32_display_driver.h80 } GX_BMP_INFO; typedef
86 GX_BMP_INFO win32_driver_bmpinfo;
/GUIX-v6.2.1/guix_studio/
Dstudiox_screen_driver.h47 VOID guix_bitmap_flush(HDC win_device, int xpos, int ypos, int width, VOID* memptr, GX_BMP_INFO* bm…
Dtarget_screen.cpp3077 GX_BMP_INFO info; in canvas_to_bitmap()
3090 …ile_header.bfSize = canvas->gx_canvas_memory_size + sizeof(BITMAPFILEHEADER) + sizeof(GX_BMP_INFO); in canvas_to_bitmap()
3091 file_header.bfOffBits = sizeof(BITMAPFILEHEADER) + sizeof(GX_BMP_INFO); in canvas_to_bitmap()
3093 p_file->Write(&info, sizeof(GX_BMP_INFO)); in canvas_to_bitmap()
3117 GX_BMP_INFO info; in target_screen_to_bitmap()
3157 …le_header.bfSize = info.gx_bmp_header.biSizeImage + sizeof(BITMAPFILEHEADER) + sizeof(GX_BMP_INFO); in target_screen_to_bitmap()
3158 file_header.bfOffBits = sizeof(BITMAPFILEHEADER)+sizeof(GX_BMP_INFO); in target_screen_to_bitmap()
3161 p_file->Write(&info, sizeof(GX_BMP_INFO)); in target_screen_to_bitmap()
Dresource_item.h122 GX_BMP_INFO m_bitmap;
Drich_text_edit_dlg.h106 GX_BMP_INFO m_bitmap;
Dstring_table_edit_dlg.h24 GX_BMP_INFO m_bitmap;
Dstudiox_screen_driver.c265 VOID *memptr, GX_BMP_INFO *bmpinfo) in guix_bitmap_flush()