ReactOS 0.4.16-dev-424-ge4748fe
|
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "enhmfdrv/enhmetafiledrv.h"
#include "wine/debug.h"
Go to the source code of this file.
Variables | |
static const RECTL | empty_bounds = { 0, 0, -1, -1 } |
Definition at line 39 of file graphics.c.
Referenced by EMFDRV_PolyDraw(), EMFDRV_Polylinegon(), and EMFDRV_PolyPolylinegon().
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.
|
static |
Definition at line 226 of file graphics.c.
Referenced by EMFDRV_Arc(), EMFDRV_ArcTo(), EMFDRV_Chord(), and EMFDRV_Pie().
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.
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 408 of file graphics.c.
Definition at line 747 of file graphics.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 798 of file graphics.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 875 of file graphics.c.
Definition at line 188 of file graphics.c.
Definition at line 173 of file graphics.c.
Definition at line 836 of file graphics.c.
Referenced by EMFDRV_InvertRgn(), and EMFDRV_PaintRgn().
Definition at line 867 of file graphics.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 552 of file graphics.c.
Referenced by EMFDRV_PolyBezier(), EMFDRV_PolyBezierTo(), EMFDRV_Polygon(), EMFDRV_Polyline(), and EMFDRV_PolylineTo().
Definition at line 600 of file graphics.c.
Definition at line 701 of file graphics.c.
Definition at line 692 of file graphics.c.
|
static |
Definition at line 637 of file graphics.c.
Referenced by EMFDRV_PolyPolygon(), and EMFDRV_PolyPolyline().
Definition at line 447 of file graphics.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 526 of file graphics.c.
Definition at line 144 of file graphics.c.
Referenced by EMFDRV_FillPath(), EMFDRV_StrokeAndFillPath(), and EMFDRV_StrokePath().
Definition at line 1095 of file graphics.c.
Definition at line 1103 of file graphics.c.
Definition at line 75 of file graphics.c.
Referenced by EMFDRV_PolyDraw(), EMFDRV_Polylinegon(), EMFDRV_PolyPolylinegon(), and emfdrv_stroke_and_fill_path().
|
static |
Definition at line 50 of file graphics.c.
Referenced by EMFDRV_PolyDraw(), EMFDRV_Polylinegon(), and EMFDRV_PolyPolylinegon().
WINE_DEFAULT_DEBUG_CHANNEL | ( | enhmetafile | ) |
Definition at line 36 of file graphics.c.
Referenced by EMFDRV_PolyDraw(), EMFDRV_Polylinegon(), EMFDRV_PolyPolylinegon(), emfdrv_stroke_and_fill_path(), and get_points_bounds().