Searched refs:reverse_bgr8 (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | main.c | 212 void reverse_bgr8(UINT bytesperpixel, LPBYTE bits, UINT width, UINT height, INT stride) in reverse_bgr8() function
|
H A D | wincodecs_private.h | 186 extern void reverse_bgr8(UINT bytesperpixel, LPBYTE bits, UINT width, UINT height, INT stride) DECL…
|
H A D | converter.c | 928 reverse_bgr8(4, pbBuffer, prc->Width, prc->Height, cbStride); in copypixels_to_32bppRGBA() 1044 reverse_bgr8(3, pbBuffer, prc->Width, prc->Height, cbStride); in copypixels_to_24bppBGR() 1219 reverse_bgr8(3, pbBuffer, prc->Width, prc->Height, cbStride); in copypixels_to_24bppRGB()
|
H A D | bmpdecode.c | 434 reverse_bgr8(This->bitsperpixel/8, This->imagedatastart, in BmpFrameDecode_ReadRGB8()
|
H A D | jpegformat.c | 425 reverse_bgr8(3, This->image_data, in JpegDecoder_Initialize()
|
H A D | tiffformat.c | 1237 reverse_bgr8(sample_count, This->cached_tile, This->decode_info.tile_width, in TiffFrameDecode_ReadTile()
|