|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "objbase.h"#include "wincodecs_private.h"#include "wine/asm.h"#include "wine/debug.h"#include "initguid.h"
Go to the source code of this file.
Classes | |
| struct | BitmapImpl |
| struct | BitmapLockImpl |
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef struct BitmapImpl | BitmapImpl |
| typedef struct BitmapLockImpl | BitmapLockImpl |
Variables | |
| static const IWICBitmapLockVtbl | BitmapLockImpl_Vtbl |
| static const IWICBitmapVtbl | BitmapImpl_Vtbl |
| struct { | |
| const GUID * WIC_format | |
| int enum_format | |
| } | pixel_fmt_map [] |
| static const IMILBitmapVtbl | IMILBitmapImpl_Vtbl |
| static const IMILUnknown1Vtbl | IMILUnknown1Impl_Vtbl |
| static const IMILUnknown2Vtbl | IMILUnknown2Impl_Vtbl |
| typedef struct BitmapImpl BitmapImpl |
| typedef struct BitmapLockImpl BitmapLockImpl |
|
static |
Definition at line 89 of file bitmap.c.
Referenced by BitmapImpl_Lock().
|
static |
Definition at line 271 of file bitmap.c.
|
static |
|
static |
Definition at line 361 of file bitmap.c.
| HRESULT BitmapImpl_Create | ( | UINT | uiWidth, |
| UINT | uiHeight, | ||
| UINT | stride, | ||
| UINT | datasize, | ||
| void * | view, | ||
| UINT | offset, | ||
| REFWICPixelFormatGUID | pixelFormat, | ||
| WICBitmapCreateCacheOption | option, | ||
| IWICBitmap ** | ppIBitmap | ||
| ) |
Definition at line 790 of file bitmap.c.
Referenced by create_bitmap_from_source_rect(), ImagingFactory_CreateBitmap(), ImagingFactory_CreateBitmapFromHBITMAP(), ImagingFactory_CreateBitmapFromHICON(), ImagingFactory_CreateBitmapFromMemory(), and WICCreateBitmapFromSectionEx().
|
static |
|
static |
|
static |
|
static |
Definition at line 371 of file bitmap.c.
|
static |
Definition at line 238 of file bitmap.c.
|
static |
|
static |
Definition at line 108 of file bitmap.c.
Referenced by BitmapLockImpl_Release().
|
static |
Definition at line 425 of file bitmap.c.
|
static |
|
static |
Definition at line 147 of file bitmap.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| DEFINE_GUID | ( | IID_CMetaBitmapRenderTarget | , |
| 0x0ccd7824 | , | ||
| 0xdc16 | , | ||
| 0x4d09 | , | ||
| 0xbc | , | ||
| 0xa8 | , | ||
| 0x6b | , | ||
| 0x09 | , | ||
| 0xc4 | , | ||
| 0xef | , | ||
| 0x55 | , | ||
| 0x35 | |||
| ) |
|
static |
|
static |
Definition at line 539 of file bitmap.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| void WINAPI IMILUnknown1Impl_unknown1 | ( | IMILUnknown1 * | iface, |
| void * | arg | ||
| ) |
|
static |
| HRESULT WINAPI IMILUnknown1Impl_unknown3 | ( | IMILUnknown1 * | iface, |
| void * | arg | ||
| ) |
|
static |
|
static |
|
static |
|
static |
| HRESULT WINAPI IMILUnknown1Impl_unknown8 | ( | IMILUnknown1 * | iface | ) |
|
static |
|
inlinestatic |
Definition at line 74 of file bitmap.c.
Referenced by IMILBitmapImpl_AddRef(), IMILBitmapImpl_CopyPalette(), IMILBitmapImpl_CopyPixels(), IMILBitmapImpl_GetPixelFormat(), IMILBitmapImpl_GetResolution(), IMILBitmapImpl_GetSize(), IMILBitmapImpl_Lock(), IMILBitmapImpl_QueryInterface(), IMILBitmapImpl_Release(), IMILBitmapImpl_SetPalette(), IMILBitmapImpl_SetResolution(), and IMILBitmapImpl_unknown1().
|
inlinestatic |
Definition at line 79 of file bitmap.c.
Referenced by IMILUnknown1Impl_AddRef(), and IMILUnknown1Impl_Release().
|
inlinestatic |
Definition at line 69 of file bitmap.c.
Referenced by BitmapImpl_AddRef(), BitmapImpl_CopyPalette(), BitmapImpl_CopyPixels(), BitmapImpl_GetPixelFormat(), BitmapImpl_GetResolution(), BitmapImpl_GetSize(), BitmapImpl_Lock(), BitmapImpl_QueryInterface(), BitmapImpl_Release(), BitmapImpl_SetPalette(), and BitmapImpl_SetResolution().
|
inlinestatic |
Definition at line 84 of file bitmap.c.
Referenced by BitmapLockImpl_AddRef(), BitmapLockImpl_GetDataPointer(), BitmapLockImpl_GetPixelFormat(), BitmapLockImpl_GetSize(), BitmapLockImpl_GetStride(), BitmapLockImpl_QueryInterface(), and BitmapLockImpl_Release().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wincodecs | ) |
|
static |
Definition at line 468 of file bitmap.c.
Referenced by BitmapImpl_Create().
|
static |
Definition at line 228 of file bitmap.c.
Referenced by BitmapImpl_Lock().
|
static |
Definition at line 636 of file bitmap.c.
Referenced by BitmapImpl_Create().
|
static |
Definition at line 726 of file bitmap.c.
Referenced by BitmapImpl_Create().
|
static |
Definition at line 780 of file bitmap.c.
Referenced by BitmapImpl_Create().
| const struct { ... } pixel_fmt_map[] |
Referenced by IMILBitmapImpl_GetPixelFormat().
Definition at line 512 of file bitmap.c.
Referenced by IMILBitmapImpl_GetPixelFormat().