ReactOS 0.4.16-dev-297-gc569aee
|
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "wincodecs_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wincodecs) | |
BOOL WINAPI | WIC_DllMain (HINSTANCE, DWORD, LPVOID) |
HRESULT WINAPI | DllCanUnloadNow (void) |
HRESULT | copy_pixels (UINT bpp, const BYTE *srcbuffer, UINT srcwidth, UINT srcheight, INT srcstride, const WICRect *rc, UINT dststride, UINT dstbuffersize, BYTE *dstbuffer) |
HRESULT | configure_write_source (IWICBitmapFrameEncode *iface, IWICBitmapSource *source, const WICRect *prc, const WICPixelFormatGUID *format, INT width, INT height, double xres, double yres) |
HRESULT | write_source (IWICBitmapFrameEncode *iface, IWICBitmapSource *source, const WICRect *prc, const WICPixelFormatGUID *format, UINT bpp, INT width, INT height) |
void | reverse_bgr8 (UINT bytesperpixel, LPBYTE bits, UINT width, UINT height, INT stride) |
void | convert_rgba_to_bgra (UINT bytesperpixel, LPBYTE bits, UINT width, UINT height, INT stride) |
HRESULT | get_pixelformat_bpp (const GUID *pixelformat, UINT *bpp) |
HRESULT configure_write_source | ( | IWICBitmapFrameEncode * | iface, |
IWICBitmapSource * | source, | ||
const WICRect * | prc, | ||
const WICPixelFormatGUID * | format, | ||
INT | width, | ||
INT | height, | ||
double | xres, | ||
double | yres | ||
) |
Definition at line 123 of file main.c.
Referenced by BmpFrameEncode_WriteSource(), and GifFrameEncode_WriteSource().
Definition at line 231 of file main.c.
Referenced by copypixels_to_32bppBGRA().
HRESULT copy_pixels | ( | UINT | bpp, |
const BYTE * | srcbuffer, | ||
UINT | srcwidth, | ||
UINT | srcheight, | ||
INT | srcstride, | ||
const WICRect * | rc, | ||
UINT | dststride, | ||
UINT | dstbuffersize, | ||
BYTE * | dstbuffer | ||
) |
Definition at line 58 of file main.c.
Definition at line 252 of file main.c.
Referenced by BitmapImpl_Create(), BitmapScaler_Initialize(), FormatConverter_CopyPalette(), FormatConverter_Initialize(), and WICCreateBitmapFromSectionEx().
Definition at line 212 of file main.c.
Referenced by BmpFrameDecode_ReadRGB8(), copypixels_to_24bppBGR(), copypixels_to_24bppRGB(), and copypixels_to_32bppRGBA().
Definition at line 35 of file main.c.
Referenced by WIC_DllMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wincodecs | ) |
HRESULT write_source | ( | IWICBitmapFrameEncode * | iface, |
IWICBitmapSource * | source, | ||
const WICRect * | prc, | ||
const WICPixelFormatGUID * | format, | ||
UINT | bpp, | ||
INT | width, | ||
INT | height | ||
) |
Definition at line 155 of file main.c.
Referenced by BmpFrameEncode_WriteSource(), and GifFrameEncode_WriteSource().