Searched refs:cache_get_bitmap (Results 1 – 6 of 6) sorted by relevance
/reactos/base/applications/mstsc/ |
H A D | cache.c | 195 cache_get_bitmap(uint8 id, uint16 idx) in cache_get_bitmap() function
|
H A D | orders.c | 447 bitmap = cache_get_bitmap(os->cache_id, os->cache_idx); in process_memblt() 506 bitmap = cache_get_bitmap(os->cache_id, os->cache_idx); in process_triblt()
|
H A D | proto.h | 33 RD_HBITMAP cache_get_bitmap(uint8 id, uint16 idx);
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | cache.c | 180 cache_get_bitmap(RDPCLIENT * This, uint8 id, uint16 idx) in cache_get_bitmap() function
|
H A D | orders.c | 430 bitmap = cache_get_bitmap(This, os->cache_id, os->cache_idx); in process_memblt() 492 bitmap = cache_get_bitmap(This, os->cache_id, os->cache_idx); in process_triblt()
|
H A D | proto.h | 34 HBITMAP cache_get_bitmap(RDPCLIENT * This, uint8 id, uint16 idx);
|