ReactOS
0.4.15-dev-1632-g4e289ce
|
#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 | EMFDRV_PDEVICE |
Macros | |
#define | HANDLE_LIST_INC 20 |
#define HANDLE_LIST_INC 20 |
Definition at line 58 of file enhmetafiledrv.h.
Definition at line 417 of file dc.c.
Definition at line 390 of file graphics.c.
BOOL EMFDRV_Arc | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 349 of file graphics.c.
BOOL EMFDRV_ArcTo | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 359 of file graphics.c.
Definition at line 427 of file dc.c.
BOOL EMFDRV_BitBlt | ( | PHYSDEV | devDst, |
INT | xDst, | ||
INT | yDst, | ||
INT | width, | ||
INT | height, | ||
PHYSDEV | devSrc, | ||
INT | xSrc, | ||
INT | ySrc, | ||
DWORD | rop | ||
) |
BOOL EMFDRV_Chord | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 380 of file graphics.c.
Definition at line 446 of file dc.c.
Definition at line 111 of file objects.c.
Referenced by EMFDRV_FillRgn(), EMFDRV_FrameRgn(), EMFDRV_SelectBrush(), and EMFDRV_SetDCBrushColor().
Definition at line 77 of file objects.c.
Referenced by DeleteObject().
Definition at line 408 of file graphics.c.
Definition at line 457 of file dc.c.
Definition at line 164 of file dc.c.
Definition at line 747 of file graphics.c.
Definition at line 207 of file dc.c.
BOOL EMFDRV_ExtTextOut | ( | PHYSDEV | dev, |
INT | x, | ||
INT | y, | ||
UINT | flags, | ||
const RECT * | lprect, | ||
LPCWSTR | str, | ||
UINT | count, | ||
const INT * | lpDx | ||
) |
Definition at line 883 of file graphics.c.
Definition at line 1087 of file graphics.c.
Definition at line 765 of file graphics.c.
Definition at line 468 of file dc.c.
Definition at line 798 of file graphics.c.
Definition at line 520 of file objects.c.
Definition at line 510 of file dc.c.
BOOL EMFDRV_GradientFill | ( | PHYSDEV | dev, |
TRIVERTEX * | vert_array, | ||
ULONG | nvert, | ||
void * | grad_array, | ||
ULONG | ngrad, | ||
ULONG | mode | ||
) |
Definition at line 1033 of file graphics.c.
Definition at line 179 of file dc.c.
Definition at line 875 of file graphics.c.
Definition at line 188 of file graphics.c.
Definition at line 358 of file dc.c.
Definition at line 173 of file graphics.c.
Definition at line 194 of file dc.c.
Definition at line 372 of file dc.c.
Definition at line 389 of file dc.c.
Definition at line 867 of file graphics.c.
BOOL EMFDRV_PatBlt | ( | PHYSDEV | dev, |
struct bitblt_coords * | dst, | ||
DWORD | rop | ||
) |
Definition at line 30 of file bitblt.c.
BOOL EMFDRV_Pie | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 369 of file graphics.c.
Definition at line 617 of file graphics.c.
Definition at line 625 of file graphics.c.
Definition at line 710 of file graphics.c.
Definition at line 608 of file graphics.c.
Definition at line 592 of file graphics.c.
Definition at line 600 of file graphics.c.
Definition at line 701 of file graphics.c.
Definition at line 692 of file graphics.c.
Definition at line 447 of file graphics.c.
Definition at line 48 of file dc.c.
BOOL EMFDRV_RoundRect | ( | PHYSDEV | dev, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | ell_width, | ||
INT | ell_height | ||
) |
Definition at line 486 of file graphics.c.
Definition at line 33 of file dc.c.
BOOL EMFDRV_ScaleViewportExtEx | ( | PHYSDEV | dev, |
INT | xNum, | ||
INT | xDenom, | ||
INT | yNum, | ||
INT | yDenom, | ||
SIZE * | size | ||
) |
Definition at line 303 of file dc.c.
BOOL EMFDRV_ScaleWindowExtEx | ( | PHYSDEV | dev, |
INT | xNum, | ||
INT | xDenom, | ||
INT | yNum, | ||
INT | yDenom, | ||
SIZE * | size | ||
) |
Definition at line 319 of file dc.c.
HBRUSH EMFDRV_SelectBrush | ( | PHYSDEV | dev, |
HBRUSH | hbrush, | ||
const struct brush_pattern * | pattern | ||
) |
Definition at line 205 of file objects.c.
Definition at line 478 of file dc.c.
Definition at line 284 of file objects.c.
Definition at line 437 of file objects.c.
HPEN EMFDRV_SelectPen | ( | PHYSDEV | dev, |
HPEN | handle, | ||
const struct brush_pattern * | pattern | ||
) |
Definition at line 369 of file objects.c.
Definition at line 154 of file dc.c.
Definition at line 100 of file dc.c.
Definition at line 91 of file dc.c.
Definition at line 467 of file objects.c.
Definition at line 493 of file objects.c.
INT EMFDRV_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 233 of file bitblt.c.
Definition at line 335 of file dc.c.
Definition at line 235 of file dc.c.
Definition at line 406 of file dc.c.
Definition at line 526 of file graphics.c.
Definition at line 136 of file dc.c.
Definition at line 127 of file dc.c.
Definition at line 145 of file dc.c.
Definition at line 72 of file dc.c.
Definition at line 114 of file dc.c.
Definition at line 81 of file dc.c.
Definition at line 247 of file dc.c.
Definition at line 275 of file dc.c.
Definition at line 261 of file dc.c.
Definition at line 289 of file dc.c.
Definition at line 345 of file dc.c.
BOOL EMFDRV_StretchBlt | ( | PHYSDEV | devDst, |
struct bitblt_coords * | dst, | ||
PHYSDEV | devSrc, | ||
struct bitblt_coords * | src, | ||
DWORD | rop | ||
) |