|
| WINE_DEFAULT_DEBUG_CHANNEL (wincodecs) |
|
static ImagingFactory * | impl_from_IWICComponentFactory (IWICComponentFactory *iface) |
|
static ImagingFactory * | impl_from_IWICImagingFactory2 (IWICImagingFactory2 *iface) |
|
static HRESULT WINAPI | ImagingFactory_QueryInterface (IWICImagingFactory2 *iface, REFIID iid, void **ppv) |
|
static ULONG WINAPI | ImagingFactory_AddRef (IWICImagingFactory2 *iface) |
|
static ULONG WINAPI | ImagingFactory_Release (IWICImagingFactory2 *iface) |
|
static HRESULT WINAPI | ImagingFactory_CreateDecoderFromFilename (IWICImagingFactory2 *iface, LPCWSTR wzFilename, const GUID *pguidVendor, DWORD dwDesiredAccess, WICDecodeOptions metadataOptions, IWICBitmapDecoder **ppIDecoder) |
|
static HRESULT | find_decoder (IStream *pIStream, const GUID *pguidVendor, WICDecodeOptions metadataOptions, IWICBitmapDecoder **decoder) |
|
static HRESULT WINAPI | ImagingFactory_CreateDecoderFromStream (IWICImagingFactory2 *iface, IStream *pIStream, const GUID *pguidVendor, WICDecodeOptions metadataOptions, IWICBitmapDecoder **ppIDecoder) |
|
static HRESULT WINAPI | ImagingFactory_CreateDecoderFromFileHandle (IWICImagingFactory2 *iface, ULONG_PTR hFile, const GUID *pguidVendor, WICDecodeOptions metadataOptions, IWICBitmapDecoder **ppIDecoder) |
|
static HRESULT WINAPI | ImagingFactory_CreateComponentInfo (IWICImagingFactory2 *iface, REFCLSID clsidComponent, IWICComponentInfo **ppIInfo) |
|
static HRESULT WINAPI | ImagingFactory_CreateDecoder (IWICImagingFactory2 *iface, REFGUID guidContainerFormat, const GUID *pguidVendor, IWICBitmapDecoder **ppIDecoder) |
|
static HRESULT WINAPI | ImagingFactory_CreateEncoder (IWICImagingFactory2 *iface, REFGUID guidContainerFormat, const GUID *pguidVendor, IWICBitmapEncoder **ppIEncoder) |
|
static HRESULT WINAPI | ImagingFactory_CreatePalette (IWICImagingFactory2 *iface, IWICPalette **ppIPalette) |
|
static HRESULT WINAPI | ImagingFactory_CreateFormatConverter (IWICImagingFactory2 *iface, IWICFormatConverter **ppIFormatConverter) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapScaler (IWICImagingFactory2 *iface, IWICBitmapScaler **ppIBitmapScaler) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapClipper (IWICImagingFactory2 *iface, IWICBitmapClipper **ppIBitmapClipper) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapFlipRotator (IWICImagingFactory2 *iface, IWICBitmapFlipRotator **ppIBitmapFlipRotator) |
|
static HRESULT WINAPI | ImagingFactory_CreateStream (IWICImagingFactory2 *iface, IWICStream **ppIWICStream) |
|
static HRESULT WINAPI | ImagingFactory_CreateColorContext (IWICImagingFactory2 *iface, IWICColorContext **ppIColorContext) |
|
static HRESULT WINAPI | ImagingFactory_CreateColorTransformer (IWICImagingFactory2 *iface, IWICColorTransform **ppIColorTransform) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmap (IWICImagingFactory2 *iface, UINT uiWidth, UINT uiHeight, REFWICPixelFormatGUID pixelFormat, WICBitmapCreateCacheOption option, IWICBitmap **ppIBitmap) |
|
static HRESULT | create_bitmap_from_source_rect (IWICBitmapSource *piBitmapSource, const WICRect *rect, WICBitmapCreateCacheOption option, IWICBitmap **ppIBitmap) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapFromSource (IWICImagingFactory2 *iface, IWICBitmapSource *piBitmapSource, WICBitmapCreateCacheOption option, IWICBitmap **ppIBitmap) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapFromSourceRect (IWICImagingFactory2 *iface, IWICBitmapSource *piBitmapSource, UINT x, UINT y, UINT width, UINT height, IWICBitmap **ppIBitmap) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapFromMemory (IWICImagingFactory2 *iface, UINT width, UINT height, REFWICPixelFormatGUID format, UINT stride, UINT size, BYTE *buffer, IWICBitmap **bitmap) |
|
static BOOL | get_16bpp_format (HBITMAP hbm, WICPixelFormatGUID *format) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapFromHBITMAP (IWICImagingFactory2 *iface, HBITMAP hbm, HPALETTE hpal, WICBitmapAlphaChannelOption option, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ImagingFactory_CreateBitmapFromHICON (IWICImagingFactory2 *iface, HICON hicon, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ImagingFactory_CreateComponentEnumerator (IWICImagingFactory2 *iface, DWORD componentTypes, DWORD options, IEnumUnknown **ppIEnumUnknown) |
|
static HRESULT WINAPI | ImagingFactory_CreateFastMetadataEncoderFromDecoder (IWICImagingFactory2 *iface, IWICBitmapDecoder *pIDecoder, IWICFastMetadataEncoder **ppIFastEncoder) |
|
static HRESULT WINAPI | ImagingFactory_CreateFastMetadataEncoderFromFrameDecode (IWICImagingFactory2 *iface, IWICBitmapFrameDecode *pIFrameDecoder, IWICFastMetadataEncoder **ppIFastEncoder) |
|
static HRESULT WINAPI | ImagingFactory_CreateQueryWriter (IWICImagingFactory2 *iface, REFGUID guidMetadataFormat, const GUID *pguidVendor, IWICMetadataQueryWriter **ppIQueryWriter) |
|
static HRESULT WINAPI | ImagingFactory_CreateQueryWriterFromReader (IWICImagingFactory2 *iface, IWICMetadataQueryReader *pIQueryReader, const GUID *pguidVendor, IWICMetadataQueryWriter **ppIQueryWriter) |
|
static HRESULT WINAPI | ImagingFactory_CreateImageEncoder (IWICImagingFactory2 *iface, ID2D1Device *device, IWICImageEncoder **encoder) |
|
static HRESULT WINAPI | ComponentFactory_QueryInterface (IWICComponentFactory *iface, REFIID iid, void **ppv) |
|
static ULONG WINAPI | ComponentFactory_AddRef (IWICComponentFactory *iface) |
|
static ULONG WINAPI | ComponentFactory_Release (IWICComponentFactory *iface) |
|
static HRESULT WINAPI | ComponentFactory_CreateDecoderFromFilename (IWICComponentFactory *iface, LPCWSTR filename, const GUID *vendor, DWORD desired_access, WICDecodeOptions options, IWICBitmapDecoder **decoder) |
|
static HRESULT WINAPI | ComponentFactory_CreateDecoderFromStream (IWICComponentFactory *iface, IStream *stream, const GUID *vendor, WICDecodeOptions options, IWICBitmapDecoder **decoder) |
|
static HRESULT WINAPI | ComponentFactory_CreateDecoderFromFileHandle (IWICComponentFactory *iface, ULONG_PTR hFile, const GUID *vendor, WICDecodeOptions options, IWICBitmapDecoder **decoder) |
|
static HRESULT WINAPI | ComponentFactory_CreateComponentInfo (IWICComponentFactory *iface, REFCLSID component, IWICComponentInfo **info) |
|
static HRESULT WINAPI | ComponentFactory_CreateDecoder (IWICComponentFactory *iface, REFGUID format, const GUID *vendor, IWICBitmapDecoder **decoder) |
|
static HRESULT WINAPI | ComponentFactory_CreateEncoder (IWICComponentFactory *iface, REFGUID format, const GUID *vendor, IWICBitmapEncoder **encoder) |
|
static HRESULT WINAPI | ComponentFactory_CreatePalette (IWICComponentFactory *iface, IWICPalette **palette) |
|
static HRESULT WINAPI | ComponentFactory_CreateFormatConverter (IWICComponentFactory *iface, IWICFormatConverter **converter) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapScaler (IWICComponentFactory *iface, IWICBitmapScaler **scaler) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapClipper (IWICComponentFactory *iface, IWICBitmapClipper **clipper) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapFlipRotator (IWICComponentFactory *iface, IWICBitmapFlipRotator **fliprotator) |
|
static HRESULT WINAPI | ComponentFactory_CreateStream (IWICComponentFactory *iface, IWICStream **stream) |
|
static HRESULT WINAPI | ComponentFactory_CreateColorContext (IWICComponentFactory *iface, IWICColorContext **context) |
|
static HRESULT WINAPI | ComponentFactory_CreateColorTransformer (IWICComponentFactory *iface, IWICColorTransform **transformer) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmap (IWICComponentFactory *iface, UINT width, UINT height, REFWICPixelFormatGUID pixel_format, WICBitmapCreateCacheOption option, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapFromSource (IWICComponentFactory *iface, IWICBitmapSource *source, WICBitmapCreateCacheOption option, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapFromSourceRect (IWICComponentFactory *iface, IWICBitmapSource *source, UINT x, UINT y, UINT width, UINT height, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapFromMemory (IWICComponentFactory *iface, UINT width, UINT height, REFWICPixelFormatGUID format, UINT stride, UINT size, BYTE *buffer, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapFromHBITMAP (IWICComponentFactory *iface, HBITMAP hbm, HPALETTE hpal, WICBitmapAlphaChannelOption option, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ComponentFactory_CreateBitmapFromHICON (IWICComponentFactory *iface, HICON hicon, IWICBitmap **bitmap) |
|
static HRESULT WINAPI | ComponentFactory_CreateComponentEnumerator (IWICComponentFactory *iface, DWORD component_types, DWORD options, IEnumUnknown **enumerator) |
|
static HRESULT WINAPI | ComponentFactory_CreateFastMetadataEncoderFromDecoder (IWICComponentFactory *iface, IWICBitmapDecoder *decoder, IWICFastMetadataEncoder **encoder) |
|
static HRESULT WINAPI | ComponentFactory_CreateFastMetadataEncoderFromFrameDecode (IWICComponentFactory *iface, IWICBitmapFrameDecode *frame_decode, IWICFastMetadataEncoder **encoder) |
|
static HRESULT WINAPI | ComponentFactory_CreateQueryWriter (IWICComponentFactory *iface, REFGUID format, const GUID *vendor, IWICMetadataQueryWriter **writer) |
|
static HRESULT WINAPI | ComponentFactory_CreateQueryWriterFromReader (IWICComponentFactory *iface, IWICMetadataQueryReader *reader, const GUID *vendor, IWICMetadataQueryWriter **writer) |
|
static HRESULT WINAPI | ComponentFactory_CreateMetadataReader (IWICComponentFactory *iface, REFGUID format, const GUID *vendor, DWORD options, IStream *stream, IWICMetadataReader **reader) |
|
static HRESULT WINAPI | ComponentFactory_CreateMetadataReaderFromContainer (IWICComponentFactory *iface, REFGUID format, const GUID *vendor, DWORD options, IStream *stream, IWICMetadataReader **reader) |
|
static HRESULT WINAPI | ComponentFactory_CreateMetadataWriter (IWICComponentFactory *iface, REFGUID format, const GUID *vendor, DWORD options, IWICMetadataWriter **writer) |
|
static HRESULT WINAPI | ComponentFactory_CreateMetadataWriterFromReader (IWICComponentFactory *iface, IWICMetadataReader *reader, const GUID *vendor, IWICMetadataWriter **writer) |
|
static HRESULT WINAPI | ComponentFactory_CreateQueryReaderFromBlockReader (IWICComponentFactory *iface, IWICMetadataBlockReader *block_reader, IWICMetadataQueryReader **query_reader) |
|
static HRESULT WINAPI | ComponentFactory_CreateQueryWriterFromBlockWriter (IWICComponentFactory *iface, IWICMetadataBlockWriter *block_writer, IWICMetadataQueryWriter **query_writer) |
|
static HRESULT WINAPI | ComponentFactory_CreateEncoderPropertyBag (IWICComponentFactory *iface, PROPBAG2 *options, UINT count, IPropertyBag2 **property) |
|
HRESULT | ImagingFactory_CreateInstance (REFIID iid, void **ppv) |
|
HRESULT WINAPI | WICCreateBitmapFromSectionEx (UINT width, UINT height, REFWICPixelFormatGUID format, HANDLE section, UINT stride, UINT offset, WICSectionAccessLevel wicaccess, IWICBitmap **bitmap) |
|
HRESULT WINAPI | WICCreateBitmapFromSection (UINT width, UINT height, REFWICPixelFormatGUID format, HANDLE section, UINT stride, UINT offset, IWICBitmap **bitmap) |
|