Home
last modified time | relevance | path

Searched refs:cache_bitmap_v2 (Results 1 – 3 of 3) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dorders.c2137 CACHE_BITMAP_V2_ORDER* cache_bitmap_v2; in update_read_cache_bitmap_v2_order() local
2144 if (!cache_bitmap_v2) in update_read_cache_bitmap_v2_order()
2168 cache_bitmap_v2->bitmapHeight = cache_bitmap_v2->bitmapWidth; in update_read_cache_bitmap_v2_order()
2198 cache_bitmap_v2->bitmapLength = cache_bitmap_v2->cbCompMainBodySize; in update_read_cache_bitmap_v2_order()
2202 if (cache_bitmap_v2->bitmapLength == 0) in update_read_cache_bitmap_v2_order()
2211 cache_bitmap_v2->bitmapDataStream = malloc(cache_bitmap_v2->bitmapLength); in update_read_cache_bitmap_v2_order()
2216 Stream_Read(s, cache_bitmap_v2->bitmapDataStream, cache_bitmap_v2->bitmapLength); in update_read_cache_bitmap_v2_order()
2218 return cache_bitmap_v2; in update_read_cache_bitmap_v2_order()
2280 cache_bitmap_v2->bitmapLength = cache_bitmap_v2->cbCompMainBodySize; in update_write_cache_bitmap_v2_order()
2286 Stream_Write(s, cache_bitmap_v2->bitmapDataStream, cache_bitmap_v2->bitmapLength); in update_write_cache_bitmap_v2_order()
[all …]
H A Dorders.h241 FREERDP_LOCAL int update_approximate_cache_bitmap_v2_order(CACHE_BITMAP_V2_ORDER* cache_bitmap_v2,
H A Dupdate.c1626 static BOOL update_send_cache_bitmap_v2(rdpContext* context, CACHE_BITMAP_V2_ORDER* cache_bitmap_v2) in update_send_cache_bitmap_v2() argument
1637 orderType = cache_bitmap_v2->compressed ? ORDER_TYPE_BITMAP_COMPRESSED_V2 in update_send_cache_bitmap_v2()
1641 cache_bitmap_v2->flags |= CBR2_NO_BITMAP_COMPRESSION_HDR; in update_send_cache_bitmap_v2()
1645 cache_bitmap_v2, cache_bitmap_v2->compressed, &extraFlags)); in update_send_cache_bitmap_v2()
1658 if (!update_write_cache_bitmap_v2_order(s, cache_bitmap_v2, cache_bitmap_v2->compressed, in update_send_cache_bitmap_v2()