FreeRDP/libfreerdp/gdi
Martin Fleisz e059e3dea3 codec: Remove src format parameter from rfx_process_message
This parameter is not required. Default param is BGRX32
and if an other format is required rfx_codec_set_pixel_format
can be used.
2016-12-01 17:21:06 +01:00
..
test Replaced _VF formats with copy flags. 2016-10-14 10:36:52 +02:00
bitmap.c Replaced _VF formats with copy flags. 2016-10-14 10:36:52 +02:00
brush.c Inlined heavily used functions. 2016-10-11 14:47:26 +02:00
brush.h Inlined heavily used functions. 2016-10-11 14:47:26 +02:00
clipping.c Fixed GDI_RGN->null initialization. 2016-10-06 13:43:15 +02:00
clipping.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
CMakeLists.txt Bug fixes, refactoring. 2016-10-06 13:43:01 +02:00
dc.c Fixed GDI_RGN->null initialization. 2016-10-06 13:43:15 +02:00
drawing.c Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00
drawing.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
gdi.c codec: Remove src format parameter from rfx_process_message 2016-12-01 17:21:06 +01:00
gdi.h Inlined heavily used functions. 2016-10-11 14:47:26 +02:00
gfx.c codec: Remove src format parameter from rfx_process_message 2016-12-01 17:21:06 +01:00
graphics.c Replaced _VF formats with copy flags. 2016-10-14 10:36:52 +02:00
graphics.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
line.c Warning fixes. 2016-10-06 13:43:10 +02:00
line.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
pen.c 256 color support. 2016-10-06 13:42:59 +02:00
region.c Fixed GDI_RGN->null initialization. 2016-10-06 13:43:15 +02:00
shape.c Moved format size calculation out of loop. 2016-11-24 10:01:45 +01:00