Go to the source code of this file.
Defines |
| #define | MAX_CELL_SIZE 0x1000 /* pixels */ |
Functions |
| void | pstcache_touch_bitmap (uint8 cache_id, uint16 cache_idx, uint32 stamp) |
| BOOL | pstcache_load_bitmap (uint8 cache_id, uint16 cache_idx) |
| 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) |
| BOOL | pstcache_init (uint8 cache_id) |
Variables |
| int | g_server_depth |
| BOOL | g_bitmap_cache |
| BOOL | g_bitmap_cache_persist_enable |
| BOOL | g_bitmap_cache_precache |
| int | g_pstcache_fd [8] |
| int | g_pstcache_Bpp |
| BOOL | g_pstcache_enumerated = False |
| uint8 | zero_key [] = { 0, 0, 0, 0, 0, 0, 0, 0 } |