ReactOS 0.4.16-dev-250-g3ecd236
|
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "mfdrv/metafiledrv.h"
#include "wine/debug.h"
Go to the source code of this file.
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 257 of file graphics.c.
Referenced by MFDRV_ExtSelectClipRgn(), MFDRV_FillRgn(), MFDRV_FrameRgn(), MFDRV_InvertRgn(), and MFDRV_PaintRgn().
Definition at line 85 of file graphics.c.
Definition at line 244 of file graphics.c.
Definition at line 407 of file graphics.c.
Definition at line 376 of file graphics.c.
Definition at line 391 of file graphics.c.
Definition at line 363 of file graphics.c.
Definition at line 44 of file graphics.c.
Definition at line 121 of file graphics.c.
Referenced by MFDRV_Polygon(), and MFDRV_Polyline().
Definition at line 36 of file graphics.c.
Definition at line 350 of file graphics.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 93 of file graphics.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 111 of file graphics.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | metafile | ) |