FreeRDP
|
#include <freerdp/api.h>
#include <freerdp/types.h>
#include <freerdp/update.h>
#include <winpr/wlog.h>
#include <winpr/stream.h>
Data Structures | |
struct | GLYPH_CACHE |
struct | FRAGMENT_CACHE_ENTRY |
struct | FRAGMENT_CACHE |
struct | rdpGlyphCache |
Functions | |
FREERDP_API void | glyph_cache_register_callbacks (rdpUpdate *update) |
FREERDP_API rdpGlyphCache * | glyph_cache_new (rdpContext *context) |
FREERDP_API void | glyph_cache_free (rdpGlyphCache *glyph) |
FREERDP_API void glyph_cache_free | ( | rdpGlyphCache * | glyph | ) |
FREERDP_API rdpGlyphCache* glyph_cache_new | ( | rdpContext * | context | ) |
FREERDP_API void glyph_cache_register_callbacks | ( | rdpUpdate * | update | ) |