|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
| #define | MAX_CELL_SIZE 0x1000 /* pixels */ |
| #define | IS_PERSISTENT(id) (id < 8 && g_pstcache_fd[id] > 0) |
Functions | |
| void | pstcache_touch_bitmap (uint8 cache_id, uint16 cache_idx, uint32 stamp) |
| RD_BOOL | pstcache_load_bitmap (uint8 cache_id, uint16 cache_idx) |
| RD_BOOL | pstcache_save_bitmap (uint8 cache_id, uint16 cache_idx, uint8 *key, uint8 width, uint8 height, uint16 length, uint8 *data) |
| int | pstcache_enumerate (uint8 id, HASH_KEY *keylist) |
| RD_BOOL | pstcache_init (uint8 cache_id) |
Variables | |
| int | g_server_depth |
| RD_BOOL | g_bitmap_cache |
| RD_BOOL | g_bitmap_cache_persist_enable |
| RD_BOOL | g_bitmap_cache_precache |
| int | g_pstcache_fd [8] |
| int | g_pstcache_Bpp |
| RD_BOOL | g_pstcache_enumerated = False |
| uint8 | zero_key [] = { 0, 0, 0, 0, 0, 0, 0, 0 } |
| #define IS_PERSISTENT | ( | id | ) | (id < 8 && g_pstcache_fd[id] > 0) |
Definition at line 24 of file pstcache.c.
Definition at line 22 of file pstcache.c.
Definition at line 107 of file pstcache.c.
Referenced by rdp_enum_bmpcache2().
Definition at line 163 of file pstcache.c.
Referenced by rdp_out_bmpcache2_caps().
Definition at line 53 of file pstcache.c.
Referenced by cache_get_bitmap(), and pstcache_enumerate().
| RD_BOOL pstcache_save_bitmap | ( | uint8 | cache_id, |
| uint16 | cache_idx, | ||
| uint8 * | key, | ||
| uint8 | width, | ||
| uint8 | height, | ||
| uint16 | length, | ||
| uint8 * | data | ||
| ) |
Definition at line 82 of file pstcache.c.
Referenced by process_bmpcache2().
Definition at line 39 of file pstcache.c.
Referenced by cache_evict_bitmap(), and cache_save_state().
|
extern |
Definition at line 39 of file uimain.c.
Referenced by pstcache_enumerate(), and pstcache_init().
|
extern |
Definition at line 37 of file uimain.c.
Referenced by pstcache_enumerate(), pstcache_init(), and pstcache_load_bitmap().
|
extern |
Definition at line 38 of file uimain.c.
Referenced by pstcache_enumerate().
| int g_pstcache_Bpp |
Definition at line 32 of file pstcache.c.
Referenced by pstcache_enumerate(), pstcache_init(), pstcache_load_bitmap(), pstcache_save_bitmap(), and pstcache_touch_bitmap().
Definition at line 33 of file pstcache.c.
Referenced by pstcache_enumerate(), and pstcache_init().
| int g_pstcache_fd[8] |
Definition at line 31 of file pstcache.c.
Referenced by pstcache_enumerate(), pstcache_init(), pstcache_load_bitmap(), pstcache_save_bitmap(), and pstcache_touch_bitmap().
|
extern |
Definition at line 41 of file uimain.c.
Referenced by pstcache_enumerate(), and pstcache_init().
| uint8 zero_key[] = { 0, 0, 0, 0, 0, 0, 0, 0 } |
Definition at line 34 of file pstcache.c.
Referenced by pstcache_enumerate().