ReactOS
0.4.15-dev-1619-g69dffed
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "gdi_private.h"
Go to the source code of this file.
Classes | |
struct | METAFILEDRV_PDEVICE |
Macros | |
#define | HANDLE_LIST_INC 20 |
#define HANDLE_LIST_INC 20 |
Definition at line 42 of file metafiledrv.h.
Definition at line 39 of file objects.c.
Referenced by MFDRV_CreateBrushIndirect(), MFDRV_CreateFontIndirect(), MFDRV_CreatePalette(), MFDRV_CreatePenIndirect(), and MFDRV_CreateRegion().
BOOL MFDRV_Arc | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 53 of file graphics.c.
BOOL MFDRV_Chord | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 75 of file graphics.c.
Definition at line 149 of file objects.c.
Referenced by MFDRV_FillRgn(), MFDRV_FrameRgn(), and MFDRV_SelectBrush().
Definition at line 98 of file objects.c.
Referenced by DeleteObject().
Definition at line 85 of file graphics.c.
Definition at line 78 of file dc.c.
Definition at line 244 of file graphics.c.
Definition at line 407 of file graphics.c.
BOOL MFDRV_ExtTextOut | ( | PHYSDEV | dev, |
INT | x, | ||
INT | y, | ||
UINT | flags, | ||
const RECT * | lprect, | ||
LPCWSTR | str, | ||
UINT | count, | ||
const INT * | lpDx | ||
) |
Definition at line 75 of file text.c.
Definition at line 376 of file graphics.c.
Definition at line 391 of file graphics.c.
Definition at line 73 of file dc.c.
Definition at line 363 of file graphics.c.
Definition at line 44 of file graphics.c.
Definition at line 518 of file init.c.
Referenced by MFDRV_CloseMetaFile(), and MFDRV_SaveDC().
Definition at line 532 of file init.c.
Referenced by MFDRV_ExtSelectClipRgn(), MFDRV_InvertRgn(), MFDRV_PaintRgn(), MFDRV_RestoreDC(), MFDRV_SetBkMode(), MFDRV_SetMapMode(), MFDRV_SetPolyFillMode(), MFDRV_SetRelAbs(), MFDRV_SetROP2(), MFDRV_SetStretchBltMode(), and MFDRV_SetTextCharacterExtra().
Definition at line 548 of file init.c.
Referenced by MFDRV_FillRgn(), MFDRV_LineTo(), MFDRV_MoveTo(), MFDRV_OffsetClipRgn(), MFDRV_OffsetViewportOrgEx(), MFDRV_OffsetWindowOrgEx(), MFDRV_SetBkColor(), MFDRV_SetMapperFlags(), MFDRV_SetTextAlign(), MFDRV_SetTextColor(), MFDRV_SetTextJustification(), MFDRV_SetViewportExtEx(), MFDRV_SetViewportOrgEx(), MFDRV_SetWindowExtEx(), and MFDRV_SetWindowOrgEx().
BOOL MFDRV_MetaParam4 | ( | PHYSDEV | dev, |
short | func, | ||
short | param1, | ||
short | param2, | ||
short | param3, | ||
short | param4 | ||
) |
Definition at line 566 of file init.c.
Referenced by MFDRV_Ellipse(), MFDRV_ExcludeClipRect(), MFDRV_ExtFloodFill(), MFDRV_FrameRgn(), MFDRV_IntersectClipRect(), MFDRV_Rectangle(), MFDRV_ScaleViewportExtEx(), MFDRV_ScaleWindowExtEx(), and MFDRV_SetPixel().
BOOL MFDRV_MetaParam6 | ( | PHYSDEV | dev, |
short | func, | ||
short | param1, | ||
short | param2, | ||
short | param3, | ||
short | param4, | ||
short | param5, | ||
short | param6 | ||
) |
Definition at line 587 of file init.c.
Referenced by MFDRV_PatBlt(), and MFDRV_RoundRect().
BOOL MFDRV_MetaParam8 | ( | PHYSDEV | dev, |
short | func, | ||
short | param1, | ||
short | param2, | ||
short | param3, | ||
short | param4, | ||
short | param5, | ||
short | param6, | ||
short | param7, | ||
short | param8 | ||
) |
Definition at line 609 of file init.c.
Referenced by MFDRV_Arc(), MFDRV_Chord(), and MFDRV_Pie().
Definition at line 36 of file graphics.c.
Definition at line 83 of file dc.c.
Definition at line 113 of file dc.c.
Definition at line 118 of file dc.c.
Definition at line 350 of file graphics.c.
BOOL MFDRV_PatBlt | ( | PHYSDEV | dev, |
struct bitblt_coords * | dst, | ||
DWORD | rop | ||
) |
Definition at line 31 of file bitblt.c.
BOOL MFDRV_Pie | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 64 of file graphics.c.
Definition at line 428 of file graphics.c.
Definition at line 438 of file graphics.c.
Definition at line 167 of file graphics.c.
Definition at line 144 of file graphics.c.
Definition at line 190 of file graphics.c.
Definition at line 449 of file objects.c.
Definition at line 93 of file graphics.c.
Definition at line 64 of file objects.c.
Referenced by MFDRV_ExtSelectClipRgn().
Definition at line 28 of file dc.c.
BOOL MFDRV_RoundRect | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | ell_width, | ||
INT | ell_height | ||
) |
Definition at line 101 of file graphics.c.
Definition at line 23 of file dc.c.
BOOL MFDRV_ScaleViewportExtEx | ( | PHYSDEV | dev, |
INT | xNum, | ||
INT | xDenom, | ||
INT | yNum, | ||
INT | yDenom, | ||
SIZE * | size | ||
) |
Definition at line 123 of file dc.c.
BOOL MFDRV_ScaleWindowExtEx | ( | PHYSDEV | dev, |
INT | xNum, | ||
INT | xDenom, | ||
INT | yNum, | ||
INT | yDenom, | ||
SIZE * | size | ||
) |
Definition at line 128 of file dc.c.
HBRUSH MFDRV_SelectBrush | ( | PHYSDEV | dev, |
HBRUSH | hbrush, | ||
const struct brush_pattern * | pattern | ||
) |
Definition at line 236 of file objects.c.
Definition at line 292 of file objects.c.
Definition at line 413 of file objects.c.
HPEN MFDRV_SelectPen | ( | PHYSDEV | dev, |
HPEN | handle, | ||
const struct brush_pattern * | pattern | ||
) |
Definition at line 331 of file objects.c.
Definition at line 43 of file dc.c.
Definition at line 38 of file dc.c.
INT MFDRV_SetDIBitsToDevice | ( | PHYSDEV | dev, |
INT | xDest, | ||
INT | yDest, | ||
DWORD | cx, | ||
DWORD | cy, | ||
INT | xSrc, | ||
INT | ySrc, | ||
UINT | startscan, | ||
UINT | lines, | ||
LPCVOID | bits, | ||
BITMAPINFO * | info, | ||
UINT | coloruse | ||
) |
Definition at line 166 of file bitblt.c.
Definition at line 88 of file dc.c.
Definition at line 143 of file dc.c.
Definition at line 111 of file graphics.c.
Definition at line 63 of file dc.c.
Definition at line 58 of file dc.c.
Definition at line 53 of file dc.c.
Definition at line 68 of file dc.c.
Definition at line 33 of file dc.c.
Definition at line 138 of file dc.c.
Definition at line 48 of file dc.c.
Definition at line 133 of file dc.c.
Definition at line 93 of file dc.c.
Definition at line 98 of file dc.c.
Definition at line 103 of file dc.c.
Definition at line 108 of file dc.c.
BOOL MFDRV_StretchBlt | ( | PHYSDEV | devDst, |
struct bitblt_coords * | dst, | ||
PHYSDEV | devSrc, | ||
struct bitblt_coords * | src, | ||
DWORD | rop | ||
) |
Definition at line 47 of file bitblt.c.
Referenced by StretchDIBits().
INT MFDRV_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 132 of file bitblt.c.
BOOL MFDRV_WriteRecord | ( | PHYSDEV | dev, |
METARECORD * | mr, | ||
DWORD | rlen | ||
) |
Definition at line 475 of file init.c.
Referenced by MFDRV_CreateBrushIndirect(), MFDRV_CreateFontIndirect(), MFDRV_CreatePalette(), MFDRV_CreatePenIndirect(), MFDRV_CreateRegion(), MFDRV_DeleteObject(), MFDRV_ExtEscape(), MFDRV_MetaExtTextOut(), MFDRV_MetaParam0(), MFDRV_MetaParam1(), MFDRV_MetaParam2(), MFDRV_MetaParam4(), MFDRV_MetaParam6(), MFDRV_MetaParam8(), MFDRV_MetaPoly(), MFDRV_PolyPolygon(), MFDRV_RealizePalette(), MFDRV_SelectObject(), MFDRV_SetDIBitsToDevice(), MFDRV_StretchBlt(), and MFDRV_StretchDIBits().