|
FreeRDP
|
#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) |
| FREERDP_API void brush_cache_free | ( | rdpBrushCache * | brush | ) |

| FREERDP_API void* brush_cache_get | ( | rdpBrushCache * | brush, |
| UINT32 | index, | ||
| UINT32 * | bpp | ||
| ) |

| FREERDP_API rdpBrushCache* brush_cache_new | ( | rdpContext * | context | ) |


| FREERDP_API void brush_cache_put | ( | rdpBrushCache * | brush, |
| UINT32 | index, | ||
| void * | entry, | ||
| UINT32 | bpp | ||
| ) |

| FREERDP_API void brush_cache_register_callbacks | ( | rdpUpdate * | update | ) |

