FreeRDP
|
#include <freerdp/api.h>
#include <freerdp/types.h>
#include <freerdp/freerdp.h>
#include <freerdp/update.h>
#include <winpr/stream.h>
Functions | |
FREERDP_LOCAL void * | brush_cache_get (rdpBrushCache *brush, UINT32 index, UINT32 *bpp) |
FREERDP_LOCAL void | brush_cache_put (rdpBrushCache *brush, UINT32 index, void *entry, UINT32 bpp) |
FREERDP_LOCAL void | brush_cache_register_callbacks (rdpUpdate *update) |
FREERDP_LOCAL void | brush_cache_free (rdpBrushCache *brush) |
FREERDP_LOCAL rdpBrushCache * | brush_cache_new (rdpContext *context) |
FREERDP_LOCAL void | free_cache_brush_order (rdpContext *context, CACHE_BRUSH_ORDER *order) |
FREERDP_LOCAL CACHE_BRUSH_ORDER * | copy_cache_brush_order (rdpContext *context, const CACHE_BRUSH_ORDER *order) |
FREERDP_LOCAL void brush_cache_free | ( | rdpBrushCache * | brush | ) |
FREERDP_LOCAL void* brush_cache_get | ( | rdpBrushCache * | brush, |
UINT32 | index, | ||
UINT32 * | bpp | ||
) |
FREERDP_LOCAL rdpBrushCache* brush_cache_new | ( | rdpContext * | context | ) |
FREERDP_LOCAL void brush_cache_put | ( | rdpBrushCache * | brush, |
UINT32 | index, | ||
void * | entry, | ||
UINT32 | bpp | ||
) |
FREERDP_LOCAL void brush_cache_register_callbacks | ( | rdpUpdate * | update | ) |
FREERDP_LOCAL CACHE_BRUSH_ORDER* copy_cache_brush_order | ( | rdpContext * | context, |
const CACHE_BRUSH_ORDER * | order | ||
) |
FREERDP_LOCAL void free_cache_brush_order | ( | rdpContext * | context, |
CACHE_BRUSH_ORDER * | order | ||
) |