|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#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.
Data Structures |
| struct | WINE_HDD |
Defines |
| #define | CHANGED(x) (whdd->x != x) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msvideo) |
| static int | num_colours (const BITMAPINFOHEADER *lpbi) |
| static WINE_HDD * | MSVIDEO_GetHddPtr (HDRAWDIB hd) |
| HDRAWDIB VFWAPI | DrawDibOpen (void) |
| BOOL VFWAPI | DrawDibClose (HDRAWDIB hdd) |
| BOOL VFWAPI | DrawDibEnd (HDRAWDIB hdd) |
| BOOL VFWAPI | DrawDibBegin (HDRAWDIB hdd, HDC hdc, INT dxDst, INT dyDst, LPBITMAPINFOHEADER lpbi, INT dxSrc, INT dySrc, UINT wFlags) |
| 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) |
| BOOL VFWAPI | DrawDibStart (HDRAWDIB hdd, DWORD rate) |
| BOOL VFWAPI | DrawDibStop (HDRAWDIB hdd) |
| BOOL VFWAPI | DrawDibChangePalette (HDRAWDIB hdd, int iStart, int iLen, LPPALETTEENTRY lppe) |
| BOOL VFWAPI | DrawDibSetPalette (HDRAWDIB hdd, HPALETTE hpal) |
| LPVOID VFWAPI | DrawDibGetBuffer (HDRAWDIB hdd, LPBITMAPINFOHEADER lpbi, DWORD dwSize, DWORD dwFlags) |
| HPALETTE VFWAPI | DrawDibGetPalette (HDRAWDIB hdd) |
| UINT VFWAPI | DrawDibRealize (HDRAWDIB hdd, HDC hdc, BOOL fBackground) |
| BOOL VFWAPI | DrawDibTime (HDRAWDIB hdd, LPDRAWDIBTIME lpddtime) |
| DWORD VFWAPI | DrawDibProfileDisplay (LPBITMAPINFOHEADER lpbi) |
Variables |
| static WINE_HDD * | HDD_FirstHdd |
| static UINT_PTR | HDD_HandleRef = 1 |
Generated on Sat May 26 2012 05:13:40 for ReactOS by
1.7.6.1
|