Searched defs:final_size (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.c966 uint16 bufsize, pad2, row_size, final_size; local
969 pad2 = row_size = final_size = 0xffff; /* Shut the compiler up */
990 /* in_uint8s(s, 4); *//* row_size, final_size */
992 in_uint16_le(s, final_size);
997 DEBUG(("BMPCACHE(cx=%d,cy=%d,id=%d,idx=%d,bpp=%d,size=%d,pad1=%d,bufsize=%d,pad2=%d,rs=%d,fs=%d)\n", width, height, cache_id, cache_idx, bpp, size, pad1, bufsize, pad2, row_size, final_size));
H A Dorders.h327 uint16 final_size; member in struct:_RDP_BMPCACHE_ORDER

Completed in 52 milliseconds