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>
This graph shows which files directly or indirectly include this file:

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_ORDERcopy_cache_brush_order (rdpContext *context, const CACHE_BRUSH_ORDER *order)
 

Function Documentation

◆ brush_cache_free()

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

◆ brush_cache_get()

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

◆ brush_cache_new()

FREERDP_LOCAL 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_LOCAL void brush_cache_put ( rdpBrushCache *  brush,
UINT32  index,
void *  entry,
UINT32  bpp 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ brush_cache_register_callbacks()

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

◆ copy_cache_brush_order()

FREERDP_LOCAL CACHE_BRUSH_ORDER* copy_cache_brush_order ( rdpContext *  context,
const CACHE_BRUSH_ORDER order 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_cache_brush_order()

FREERDP_LOCAL void free_cache_brush_order ( rdpContext *  context,
CACHE_BRUSH_ORDER order 
)
Here is the call graph for this function:
Here is the caller graph for this function: