ReactOS 0.4.16-dev-41-ge8c7597
|
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "enhmetafiledrv.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
BOOL | EMFDRV_PatBlt (PHYSDEV dev, struct bitblt_coords *dst, DWORD rop) |
BOOL | EMFDRV_StretchBlt (PHYSDEV devDst, struct bitblt_coords *dst, PHYSDEV devSrc, struct bitblt_coords *src, DWORD rop) |
INT | EMFDRV_StretchDIBits (PHYSDEV dev, INT xDst, INT yDst, INT widthDst, INT heightDst, INT xSrc, INT ySrc, INT widthSrc, INT heightSrc, const void *bits, BITMAPINFO *info, UINT wUsage, DWORD dwRop) |
INT | EMFDRV_SetDIBitsToDevice (PHYSDEV dev, INT xDst, INT yDst, DWORD width, DWORD height, INT xSrc, INT ySrc, UINT startscan, UINT lines, LPCVOID bits, BITMAPINFO *info, UINT wUsage) |
BOOL EMFDRV_PatBlt | ( | PHYSDEV | dev, |
struct bitblt_coords * | dst, | ||
DWORD | rop | ||
) |
Definition at line 30 of file bitblt.c.
INT EMFDRV_SetDIBitsToDevice | ( | PHYSDEV | dev, |
INT | xDst, | ||
INT | yDst, | ||
DWORD | width, | ||
DWORD | height, | ||
INT | xSrc, | ||
INT | ySrc, | ||
UINT | startscan, | ||
UINT | lines, | ||
LPCVOID | bits, | ||
BITMAPINFO * | info, | ||
UINT | wUsage | ||
) |
Definition at line 233 of file bitblt.c.
BOOL EMFDRV_StretchBlt | ( | PHYSDEV | devDst, |
struct bitblt_coords * | dst, | ||
PHYSDEV | devSrc, | ||
struct bitblt_coords * | src, | ||
DWORD | rop | ||
) |
Definition at line 67 of file bitblt.c.
INT EMFDRV_StretchDIBits | ( | PHYSDEV | dev, |
INT | xDst, | ||
INT | yDst, | ||
INT | widthDst, | ||
INT | heightDst, | ||
INT | xSrc, | ||
INT | ySrc, | ||
INT | widthSrc, | ||
INT | heightSrc, | ||
const void * | bits, | ||
BITMAPINFO * | info, | ||
UINT | wUsage, | ||
DWORD | dwRop | ||
) |
Definition at line 176 of file bitblt.c.