Home
last modified time | relevance | path

Searched refs:Bitmap_Alloc (Results 1 – 5 of 5) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/cache/
H A Dbitmap.c105 bitmap = Bitmap_Alloc(context); in update_gdi_cache_bitmap()
139 bitmap = Bitmap_Alloc(context); in update_gdi_cache_bitmap_v2()
182 bitmap = Bitmap_Alloc(context); in update_gdi_cache_bitmap_v3()
H A Doffscreen.c68 bitmap = Bitmap_Alloc(context); in update_gdi_create_offscreen_bitmap()
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dgraphics.h75 FREERDP_API rdpBitmap* Bitmap_Alloc(rdpContext* context);
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dgraphics.c32 rdpBitmap* Bitmap_Alloc(rdpContext* context) in Bitmap_Alloc() function
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dgdi.c479 rdpBitmap* bmp = Bitmap_Alloc(context); in gdi_bitmap_update()