FreeRDP
include/freerdp/cache/brush.h File Reference
#include <freerdp/api.h>
#include <freerdp/types.h>
#include <freerdp/freerdp.h>
#include <freerdp/update.h>
#include <winpr/stream.h>
#include <freerdp/cache/cache.h>

Functions

FREERDP_API void * brush_cache_get (rdpBrushCache *brush, UINT32 index, UINT32 *bpp)
 
FREERDP_API void brush_cache_put (rdpBrushCache *brush, UINT32 index, void *entry, UINT32 bpp)
 
FREERDP_API void brush_cache_register_callbacks (rdpUpdate *update)
 
FREERDP_API rdpBrushCache * brush_cache_new (rdpContext *context)
 
FREERDP_API void brush_cache_free (rdpBrushCache *brush)
 

Function Documentation

◆ brush_cache_free()

FREERDP_API void brush_cache_free ( rdpBrushCache *  brush)
Here is the caller graph for this function:

◆ brush_cache_get()

FREERDP_API void* brush_cache_get ( rdpBrushCache *  brush,
UINT32  index,
UINT32 *  bpp 
)
Here is the caller graph for this function:

◆ brush_cache_new()

FREERDP_API rdpBrushCache* brush_cache_new ( rdpContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ brush_cache_put()

FREERDP_API void brush_cache_put ( rdpBrushCache *  brush,
UINT32  index,
void *  entry,
UINT32  bpp 
)
Here is the caller graph for this function:

◆ brush_cache_register_callbacks()

FREERDP_API void brush_cache_register_callbacks ( rdpUpdate *  update)
Here is the call graph for this function:
Here is the caller graph for this function: