Home
last modified time | relevance | path

Searched refs:gdi_create_bitmap (Results 1 – 3 of 3) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dgraphics.h29 FREERDP_LOCAL HGDI_BITMAP gdi_create_bitmap(rdpGdi* gdi, UINT32 width, UINT32 height, UINT32 format,
H A Dgraphics.c42 HGDI_BITMAP gdi_create_bitmap(rdpGdi* gdi, UINT32 nWidth, UINT32 nHeight, UINT32 SrcFormat, in gdi_create_bitmap() function
90 gdi_create_bitmap(gdi, bitmap->width, bitmap->height, format, bitmap->data); in gdi_Bitmap_New()
H A Dgdi.c442 bitmap->bitmap = gdi_create_bitmap(gdi, width, height, bpp, data); in gdi_bitmap_new_ex()