Home
last modified time | relevance | path

Searched refs:cache_get_bitmap (Results 1 – 6 of 6) sorted by relevance

/reactos/base/applications/mstsc/
H A Dcache.c195 cache_get_bitmap(uint8 id, uint16 idx) in cache_get_bitmap() function
H A Dorders.c447 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 Dproto.h33 RD_HBITMAP cache_get_bitmap(uint8 id, uint16 idx);
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dcache.c180 cache_get_bitmap(RDPCLIENT * This, uint8 id, uint16 idx) in cache_get_bitmap() function
H A Dorders.c430 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 Dproto.h34 HBITMAP cache_get_bitmap(RDPCLIENT * This, uint8 id, uint16 idx);