ReactOS 0.4.16-dev-297-gc569aee
|
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wingdi.h"
#include "objbase.h"
#include "wincodecs_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | bmp_pixelformat |
struct | BmpFrameEncode |
struct | BmpEncoder |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct BmpFrameEncode | BmpFrameEncode |
typedef struct BmpEncoder | BmpEncoder |
Variables | |
static const struct bmp_pixelformat | formats [] |
static const WCHAR | wszEnableV5Header32bppBGRA [] = {'E','n','a','b','l','e','V','5','H','e','a','d','e','r','3','2','b','p','p','B','G','R','A',0} |
static const IWICBitmapFrameEncodeVtbl | BmpFrameEncode_Vtbl |
static const IWICBitmapEncoderVtbl | BmpEncoder_Vtbl |
#define COBJMACROS |
Definition at line 24 of file bmpencode.c.
typedef struct BmpEncoder BmpEncoder |
typedef struct BmpFrameEncode BmpFrameEncode |
|
static |
Definition at line 461 of file bmpencode.c.
|
static |
Definition at line 609 of file bmpencode.c.
Definition at line 642 of file bmpencode.c.
|
static |
Definition at line 558 of file bmpencode.c.
|
static |
Definition at line 501 of file bmpencode.c.
|
static |
Definition at line 513 of file bmpencode.c.
|
static |
Definition at line 619 of file bmpencode.c.
|
static |
Definition at line 488 of file bmpencode.c.
|
static |
Definition at line 438 of file bmpencode.c.
|
static |
Definition at line 471 of file bmpencode.c.
|
static |
Definition at line 531 of file bmpencode.c.
|
static |
Definition at line 538 of file bmpencode.c.
|
static |
Definition at line 552 of file bmpencode.c.
|
static |
Definition at line 546 of file bmpencode.c.
|
static |
Definition at line 112 of file bmpencode.c.
|
static |
Definition at line 248 of file bmpencode.c.
Referenced by BmpFrameEncode_WritePixels().
|
static |
Definition at line 325 of file bmpencode.c.
|
static |
Definition at line 402 of file bmpencode.c.
|
static |
Definition at line 139 of file bmpencode.c.
|
static |
Definition at line 89 of file bmpencode.c.
|
static |
Definition at line 122 of file bmpencode.c.
|
static |
Definition at line 211 of file bmpencode.c.
|
static |
Definition at line 218 of file bmpencode.c.
|
static |
Definition at line 183 of file bmpencode.c.
|
static |
Definition at line 169 of file bmpencode.c.
|
static |
Definition at line 155 of file bmpencode.c.
|
static |
Definition at line 241 of file bmpencode.c.
|
static |
Definition at line 263 of file bmpencode.c.
|
static |
Definition at line 302 of file bmpencode.c.
|
inlinestatic |
Definition at line 433 of file bmpencode.c.
Referenced by BmpEncoder_AddRef(), BmpEncoder_Commit(), BmpEncoder_CreateNewFrame(), BmpEncoder_Initialize(), BmpEncoder_QueryInterface(), BmpEncoder_Release(), and BmpEncoder_SetPalette().
|
inlinestatic |
Definition at line 84 of file bmpencode.c.
Referenced by BmpFrameEncode_AddRef(), BmpFrameEncode_Commit(), BmpFrameEncode_Initialize(), BmpFrameEncode_QueryInterface(), BmpFrameEncode_Release(), BmpFrameEncode_SetPalette(), BmpFrameEncode_SetPixelFormat(), BmpFrameEncode_SetResolution(), BmpFrameEncode_SetSize(), BmpFrameEncode_WritePixels(), and BmpFrameEncode_WriteSource().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wincodecs | ) |
|
static |
Definition at line 626 of file bmpencode.c.
Referenced by BmpEncoder_CreateInstance().
|
static |
Definition at line 409 of file bmpencode.c.
Referenced by BmpEncoder_CreateNewFrame().
|
static |
Definition at line 49 of file bmpencode.c.
Referenced by BmpFrameEncode_SetPixelFormat().