ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _MetadataItem |
struct | _MetadataHandlerVtbl |
Macros | |
#define | INTERFACE IMILBitmapSource |
#define | INTERFACE IMILBitmap |
#define | INTERFACE IMILBitmapScaler |
#define | THISCALLMETHOD_(type, method) type (__thiscall *method) |
#define | INTERFACE IMILUnknown1 |
#define | INTERFACE IMILUnknown2 |
Typedefs | |
typedef HRESULT(* | class_constructor) (REFIID, void **) |
typedef struct BmpDecoder | BmpDecoder |
typedef struct _MetadataItem | MetadataItem |
typedef struct _MetadataHandlerVtbl | MetadataHandlerVtbl |
Definition at line 126 of file wincodecs_private.h.
Definition at line 126 of file wincodecs_private.h.
Definition at line 126 of file wincodecs_private.h.
Definition at line 126 of file wincodecs_private.h.
Definition at line 126 of file wincodecs_private.h.
Definition at line 101 of file wincodecs_private.h.
typedef struct BmpDecoder BmpDecoder |
Definition at line 199 of file wincodecs_private.h.
Definition at line 142 of file wincodecs_private.h.
typedef struct _MetadataItem MetadataItem |
Definition at line 434 of file gifformat.c.
Referenced by GifDecoder_Block_GetReaderByIndex().
HRESULT BitmapClipper_Create | ( | IWICBitmapClipper ** | clipper | ) |
Definition at line 243 of file clipper.c.
Referenced by ImagingFactory_CreateBitmapClipper().
HRESULT BitmapImpl_Create | ( | UINT | uiWidth, |
UINT | uiHeight, | ||
UINT | stride, | ||
UINT | datasize, | ||
void * | view, | ||
UINT | offset, | ||
REFWICPixelFormatGUID | pixelFormat, | ||
WICBitmapCreateCacheOption | option, | ||
IWICBitmap ** | ppIBitmap | ||
) |
Definition at line 793 of file bitmap.c.
Referenced by create_bitmap_from_source_rect(), ImagingFactory_CreateBitmap(), ImagingFactory_CreateBitmapFromHBITMAP(), ImagingFactory_CreateBitmapFromHICON(), ImagingFactory_CreateBitmapFromMemory(), and WICCreateBitmapFromSectionEx().
HRESULT BitmapScaler_Create | ( | IWICBitmapScaler ** | scaler | ) |
Definition at line 515 of file scaler.c.
Referenced by ImagingFactory_CreateBitmapScaler().
Definition at line 1195 of file bmpdecode.c.
void BmpDecoder_FindIconMask | ( | BmpDecoder * | This, |
ULONG * | mask_offset, | ||
int * | topdown | ||
) |
Definition at line 1216 of file bmpdecode.c.
Referenced by ReadIcoDib().
void BmpDecoder_GetWICDecoder | ( | BmpDecoder * | This, |
IWICBitmapDecoder ** | ppDecoder | ||
) |
Definition at line 1210 of file bmpdecode.c.
Referenced by ReadIcoDib().
Definition at line 642 of file bmpencode.c.
HRESULT ColorContext_Create | ( | IWICColorContext ** | context | ) |
Definition at line 258 of file colorcontext.c.
Referenced by ImagingFactory_CreateColorContext().
HRESULT ColorTransform_Create | ( | IWICColorTransform ** | transform | ) |
Definition at line 174 of file colortransform.c.
Referenced by ImagingFactory_CreateColorTransformer().
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 208 of file clsfactory.c.
Referenced by BitmapDecoderInfo_CreateInstance(), BitmapEncoderInfo_CreateInstance(), FormatConverterInfo_CreateInstance(), and MetadataReaderInfo_CreateInstance().
HRESULT CreateComponentEnumerator | ( | DWORD | componentTypes, |
DWORD | options, | ||
IEnumUnknown ** | ppIEnumUnknown | ||
) |
Definition at line 2380 of file info.c.
Referenced by ComponentFactory_CreateMetadataReaderFromContainer(), find_decoder(), ImagingFactory_CreateComponentEnumerator(), ImagingFactory_CreateDecoder(), ImagingFactory_CreateEncoder(), and WICConvertBitmapSource().
HRESULT CreateComponentInfo | ( | REFCLSID | clsid, |
IWICComponentInfo ** | ppIInfo | ||
) |
Definition at line 2075 of file info.c.
Referenced by BmpEncoder_GetEncoderInfo(), create_bitmap_from_source_rect(), CreateComponentEnumerator(), get_decoder_info(), get_pixelformat_bpp(), GifEncoder_GetEncoderInfo(), ImagingFactory_CreateComponentInfo(), and MetadataHandler_GetMetadataHandlerInfo().
HRESULT CreatePropertyBag2 | ( | const PROPBAG2 * | options, |
UINT | count, | ||
IPropertyBag2 ** | property | ||
) |
Definition at line 281 of file propertybag.c.
Referenced by BmpEncoder_CreateNewFrame(), ComponentFactory_CreateEncoderPropertyBag(), and GifEncoder_CreateNewFrame().
Definition at line 249 of file wincodecs_private.h.
Referenced by BitmapClipper_CopyPixels(), BitmapClipper_Initialize(), BitmapImpl_CopyPixels(), BitmapImpl_Lock(), BitmapScaler_CopyPixels(), BmpFrameDecode_CopyPixels(), BmpFrameEncode_WriteSource(), ColorTransform_CopyPixels(), FlipRotator_CopyPixels(), FormatConverter_CopyPixels(), GifFrameDecode_CopyPixels(), IcoFrameDecode_CopyPixels(), and TgaDecoder_Frame_CopyPixels().
DECLARE_INTERFACE_ | ( | IMILBitmap | , |
IMILBitmapSource | |||
) |
Definition at line 60 of file wincodecs_private.h.
DECLARE_INTERFACE_ | ( | IMILBitmapScaler | , |
IMILBitmapSource | |||
) |
Definition at line 83 of file wincodecs_private.h.
DECLARE_INTERFACE_ | ( | IMILBitmapSource | , |
IUnknown | |||
) |
Definition at line 44 of file wincodecs_private.h.
DECLARE_INTERFACE_ | ( | IMILUnknown1 | , |
IUnknown | |||
) |
Definition at line 104 of file wincodecs_private.h.
DECLARE_INTERFACE_ | ( | IMILUnknown2 | , |
IUnknown | |||
) |
Definition at line 127 of file wincodecs_private.h.
DEFINE_GUID | ( | CLSID_WICIcnsEncoder | , |
0x312fb6f1 | , | ||
0xb767 | , | ||
0x409d | , | ||
0x8a | , | ||
0x6d | , | ||
0x0f | , | ||
0xc1 | , | ||
0x54 | , | ||
0xd4 | , | ||
0xf0 | , | ||
0x5c | |||
) |
DEFINE_GUID | ( | CLSID_WineTgaDecoder | , |
0xb11fc79a | , | ||
0x67cc | , | ||
0x43e6 | , | ||
0xa9 | , | ||
0xce | , | ||
0xe3 | , | ||
0xd5 | , | ||
0x49 | , | ||
0x45 | , | ||
0xd3 | , | ||
0x04 | |||
) |
DEFINE_GUID | ( | GUID_VendorWine | , |
0xddf46da1 | , | ||
0x7dc1 | , | ||
0x404e | , | ||
0x98 | , | ||
0xf2 | , | ||
0xef | , | ||
0xa4 | , | ||
0x8d | , | ||
0xfc | , | ||
0x95 | , | ||
0x0a | |||
) |
DEFINE_GUID | ( | GUID_WineContainerFormatTga | , |
0x0c44fda1 | , | ||
0xa5c5 | , | ||
0x4298 | , | ||
0x96 | , | ||
0x85 | , | ||
0x47 | , | ||
0x3f | , | ||
0xc1 | , | ||
0x7c | , | ||
0xd3 | , | ||
0x22 | |||
) |
DEFINE_GUID | ( | IID_IMILBitmap | , |
0xb1784d3f | , | ||
0x8115 | , | ||
0x4763 | , | ||
0x13 | , | ||
0xaa | , | ||
0x32 | , | ||
0xed | , | ||
0xdb | , | ||
0x68 | , | ||
0x29 | , | ||
0x4a | |||
) |
DEFINE_GUID | ( | IID_IMILBitmapLock | , |
0xa67b2b53 | , | ||
0x8fa1 | , | ||
0x4155 | , | ||
0x8f | , | ||
0x64 | , | ||
0x0c | , | ||
0x24 | , | ||
0x7a | , | ||
0x8f | , | ||
0x84 | , | ||
0xcd | |||
) |
DEFINE_GUID | ( | IID_IMILBitmapScaler | , |
0xa767b0f0 | , | ||
0x1c8c | , | ||
0x4aef | , | ||
0x56 | , | ||
0x8f | , | ||
0xad | , | ||
0xf9 | , | ||
0x6d | , | ||
0xcf | , | ||
0xd5 | , | ||
0xcb | |||
) |
DEFINE_GUID | ( | IID_IMILBitmapSource | , |
0x7543696a | , | ||
0xbc8d | , | ||
0x46b0 | , | ||
0x5f | , | ||
0x81 | , | ||
0x8d | , | ||
0x95 | , | ||
0x72 | , | ||
0x89 | , | ||
0x72 | , | ||
0xbe | |||
) |
DEFINE_GUID | ( | IID_IMILFormatConverter | , |
0x7e2a746f | , | ||
0x25c5 | , | ||
0x4851 | , | ||
0xb3 | , | ||
0xaf | , | ||
0x44 | , | ||
0x3b | , | ||
0x79 | , | ||
0x63 | , | ||
0x9e | , | ||
0xc0 | |||
) |
DEFINE_GUID | ( | IID_IMILPalette | , |
0xca8e206f | , | ||
0xf22c | , | ||
0x4af7 | , | ||
0x6f | , | ||
0xba | , | ||
0x7b | , | ||
0xed | , | ||
0x5e | , | ||
0xb1 | , | ||
0xc9 | , | ||
0x2f | |||
) |
Definition at line 1200 of file bmpdecode.c.
HRESULT FlipRotator_Create | ( | IWICBitmapFlipRotator ** | fliprotator | ) |
Definition at line 268 of file fliprotate.c.
Referenced by ImagingFactory_CreateBitmapFlipRotator().
Definition at line 1835 of file converter.c.
Referenced by ImagingFactory_CreateFormatConverter().
Definition at line 327 of file gifformat.c.
Referenced by GifFrameDecode_Block_GetReaderByIndex().
HRESULT get_decoder_info | ( | REFCLSID | clsid, |
IWICBitmapDecoderInfo ** | info | ||
) |
Definition at line 2162 of file info.c.
Definition at line 252 of file main.c.
Referenced by BitmapImpl_Create(), BitmapScaler_Initialize(), FormatConverter_CopyPalette(), FormatConverter_Initialize(), and WICCreateBitmapFromSectionEx().
Definition at line 528 of file gifformat.c.
Referenced by GifDecoder_Block_GetReaderByIndex(), and GifFrameDecode_Block_GetReaderByIndex().
Definition at line 1434 of file gifformat.c.
Definition at line 2375 of file gifformat.c.
Definition at line 239 of file wincodecs_private.h.
Definition at line 737 of file icnsformat.c.
Definition at line 759 of file icoformat.c.
HRESULT IcoDibDecoder_CreateInstance | ( | BmpDecoder ** | ppDecoder | ) |
Definition at line 1205 of file bmpdecode.c.
Referenced by ReadIcoDib().
Definition at line 1093 of file metadatahandler.c.
Definition at line 1470 of file imgfactory.c.
Referenced by PaletteImpl_InitializeFromBitmap(), and WICCreateImagingFactory_Proxy().
Definition at line 1550 of file jpegformat.c.
Definition at line 1556 of file jpegformat.c.
Definition at line 168 of file gifformat.c.
Referenced by GifDecoder_Block_GetReaderByIndex().
HRESULT MetadataQueryReader_CreateInstance | ( | IWICMetadataBlockReader * | mbr, |
const WCHAR * | root, | ||
IWICMetadataQueryReader ** | out | ||
) |
Definition at line 619 of file metadataquery.c.
Referenced by ComponentFactory_CreateQueryReaderFromBlockReader(), GifDecoder_GetMetadataQueryReader(), GifFrameDecode_GetMetadataQueryReader(), and mqr_GetMetadataByName().
HRESULT MetadataReader_Create | ( | const MetadataHandlerVtbl * | vtable, |
REFIID | iid, | ||
void ** | ppv | ||
) |
Definition at line 398 of file metadatahandler.c.
Referenced by APEReader_CreateInstance(), GCEReader_CreateInstance(), GifCommentReader_CreateInstance(), IfdMetadataReader_CreateInstance(), IMDReader_CreateInstance(), LSDReader_CreateInstance(), PngChrmReader_CreateInstance(), PngGamaReader_CreateInstance(), PngTextReader_CreateInstance(), and UnknownMetadataReader_CreateInstance().
HRESULT PaletteImpl_Create | ( | IWICPalette ** | palette | ) |
Definition at line 899 of file palette.c.
Referenced by BitmapImpl_SetPalette(), copypixels_to_32bppBGRA(), create_bitmap_from_source_rect(), FormatConverter_Initialize(), ImagingFactory_CreateBitmapFromHBITMAP(), and ImagingFactory_CreatePalette().
Definition at line 295 of file pngformat.c.
Definition at line 2194 of file pngformat.c.
Definition at line 217 of file pngformat.c.
Definition at line 155 of file pngformat.c.
Definition at line 2155 of file info.c.
Referenced by WIC_DllMain().
Definition at line 212 of file main.c.
Referenced by BmpFrameDecode_ReadRGB8(), copypixels_to_24bppBGR(), copypixels_to_24bppRGB(), and copypixels_to_32bppRGBA().
HRESULT stream_initialize_from_filehandle | ( | IWICStream * | iface, |
HANDLE | hfile | ||
) |
Definition at line 1039 of file stream.c.
Referenced by ImagingFactory_CreateDecoderFromFileHandle().
HRESULT StreamImpl_Create | ( | IWICStream ** | stream | ) |
Definition at line 1150 of file stream.c.
Referenced by IcoDecoder_GetFrame(), ImagingFactory_CreateDecoderFromFileHandle(), ImagingFactory_CreateDecoderFromFilename(), ImagingFactory_CreateStream(), and stream_initialize_from_filehandle().
Definition at line 942 of file tgaformat.c.
Definition at line 2373 of file tiffformat.c.
Definition at line 2379 of file tiffformat.c.
Definition at line 665 of file metadatahandler.c.
Referenced by ComponentFactory_CreateMetadataReaderFromContainer(), GifDecoder_Block_GetReaderByIndex(), and GifFrameDecode_Block_GetReaderByIndex().
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().