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/asm.h"
#include "wine/debug.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 95 of file bitmap.c.
Referenced by BitmapImpl_Lock().
|
static |
Definition at line 274 of file bitmap.c.
|
static |
|
static |
Definition at line 364 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 793 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 374 of file bitmap.c.
|
static |
Definition at line 244 of file bitmap.c.
|
static |
|
static |
Definition at line 114 of file bitmap.c.
Referenced by BitmapLockImpl_Release().
|
static |
Definition at line 428 of file bitmap.c.
|
static |
|
static |
Definition at line 153 of file bitmap.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 542 of file bitmap.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
DECLSPEC_HIDDEN void WINAPI IMILUnknown1Impl_unknown1 | ( | IMILUnknown1 * | iface, |
void * | arg | ||
) |
|
static |
DECLSPEC_HIDDEN HRESULT WINAPI IMILUnknown1Impl_unknown3 | ( | IMILUnknown1 * | iface, |
void * | arg | ||
) |
|
static |
|
static |
|
static |
|
static |
DECLSPEC_HIDDEN HRESULT WINAPI IMILUnknown1Impl_unknown8 | ( | IMILUnknown1 * | iface | ) |
|
static |
|
inlinestatic |
Definition at line 75 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 80 of file bitmap.c.
Referenced by IMILUnknown1Impl_AddRef(), and IMILUnknown1Impl_Release().
|
inlinestatic |
|
inlinestatic |
Definition at line 70 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 90 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 471 of file bitmap.c.
Referenced by BitmapImpl_Create().
|
static |
Definition at line 234 of file bitmap.c.
Referenced by BitmapImpl_Lock().
|
static |
Definition at line 639 of file bitmap.c.
Referenced by BitmapImpl_Create().
|
static |
Definition at line 729 of file bitmap.c.
Referenced by BitmapImpl_Create().
|
static |
Definition at line 783 of file bitmap.c.
Referenced by BitmapImpl_Create().
const struct { ... } pixel_fmt_map[] |
Referenced by IMILBitmapImpl_GetPixelFormat().
Definition at line 515 of file bitmap.c.
Referenced by IMILBitmapImpl_GetPixelFormat().