Searched refs:bitmap_decompress (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dbitmap.c893 bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp) function
H A Dproto.h43 RD_BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp);
H A Dorders.c1001 if (bitmap_decompress(bmpdata, width, height, data, size, Bpp))
1063 if (!bitmap_decompress(bmpdata, width, height, data, bufsize, Bpp))
H A Drdp.c1335 if (bitmap_decompress(bmpdata, width, height, data, size, Bpp))

Completed in 51 milliseconds