|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "vfw.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | tagWINE_HDD |
Macros | |
| #define | CHANGED(x) (whdd->x != x) |
Typedefs | |
| typedef struct tagWINE_HDD | WINE_HDD |
Variables | |
| static WINE_HDD * | HDD_FirstHdd |
| static UINT_PTR | HDD_HandleRef = 1 |
| typedef struct tagWINE_HDD WINE_HDD |
| BOOL VFWAPI DrawDibBegin | ( | HDRAWDIB | hdd, |
| HDC | hdc, | ||
| INT | dxDst, | ||
| INT | dyDst, | ||
| LPBITMAPINFOHEADER | lpbi, | ||
| INT | dxSrc, | ||
| INT | dySrc, | ||
| UINT | wFlags | ||
| ) |
Definition at line 175 of file drawdib.c.
Referenced by DrawDibDraw().
Definition at line 101 of file drawdib.c.
Referenced by test_DrawDib_sizeimage().
| BOOL VFWAPI DrawDibDraw | ( | HDRAWDIB | hdd, |
| HDC | hdc, | ||
| INT | xDst, | ||
| INT | yDst, | ||
| INT | dxDst, | ||
| INT | dyDst, | ||
| LPBITMAPINFOHEADER | lpbi, | ||
| LPVOID | lpBits, | ||
| INT | xSrc, | ||
| INT | ySrc, | ||
| INT | dxSrc, | ||
| INT | dySrc, | ||
| UINT | wFlags | ||
| ) |
Definition at line 308 of file drawdib.c.
Referenced by test_DrawDib_sizeimage().
Definition at line 129 of file drawdib.c.
Referenced by DrawDibBegin(), and DrawDibClose().
Definition at line 80 of file drawdib.c.
Referenced by test_DrawDib_sizeimage().
| DWORD VFWAPI DrawDibProfileDisplay | ( | LPBITMAPINFOHEADER | lpbi | ) |
Definition at line 488 of file drawdib.c.
Definition at line 441 of file drawdib.c.
| BOOL VFWAPI DrawDibTime | ( | HDRAWDIB | hdd, |
| LPDRAWDIBTIME | lpddtime | ||
| ) |
Definition at line 67 of file drawdib.c.
Referenced by DrawDibBegin(), DrawDibClose(), DrawDibDraw(), DrawDibEnd(), DrawDibGetPalette(), DrawDibOpen(), DrawDibRealize(), and DrawDibSetPalette().
|
static |
Definition at line 56 of file drawdib.c.
Referenced by DrawDibBegin(), and DrawDibDraw().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvideo | ) |
|
static |
Definition at line 65 of file drawdib.c.
Referenced by DrawDibClose(), DrawDibOpen(), and MSVIDEO_GetHddPtr().
|
static |
Definition at line 75 of file drawdib.c.
Referenced by DrawDibOpen().