ReactOS
0.4.15-dev-4927-gfe8f806
|
#include "wine/config.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "winerror.h"
#include "gdi_private.h"
#include "winternl.h"
#include "wine/wingdi16.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | M_PI 3.14159265358979323846 |
#define | M_PI_2 1.570796326794896619 |
BOOL EMFDRV_AlphaBlend | ( | WINEDC * | dc_dst, |
INT | x_dst, | ||
INT | y_dst, | ||
INT | width_dst, | ||
INT | height_dst, | ||
HDC | dc_src, | ||
INT | x_src, | ||
INT | y_src, | ||
INT | width_src, | ||
INT | height_src, | ||
BLENDFUNCTION | func | ||
) |
BOOL EMFDRV_Arc | ( | WINEDC * | dc, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 227 of file emfdrv.c.
BOOL EMFDRV_ArcChordPie | ( | WINEDC * | dc, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend, | ||
DWORD | type | ||
) |
Definition at line 120 of file emfdrv.c.
Referenced by EMFDC_ArcChordPie(), EMFDRV_Arc(), EMFDRV_ArcTo(), EMFDRV_Chord(), and EMFDRV_Pie().
BOOL EMFDRV_ArcTo | ( | WINEDC * | dc, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 234 of file emfdrv.c.
BOOL EMFDRV_Chord | ( | WINEDC * | dc, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 248 of file emfdrv.c.
Definition at line 255 of file emfdrv.c.
Referenced by EMFDC_Ellipse().
BOOL EMFDRV_ExtTextOut | ( | WINEDC * | dc, |
INT | x, | ||
INT | y, | ||
UINT | flags, | ||
const RECT * | lprect, | ||
LPCWSTR | str, | ||
UINT | count, | ||
const INT * | lpDx | ||
) |
BOOL EMFDRV_GradientFill | ( | WINEDC * | dc, |
TRIVERTEX * | vert_array, | ||
ULONG | nvert, | ||
void * | grad_array, | ||
ULONG | ngrad, | ||
ULONG | mode | ||
) |
Definition at line 83 of file emfdrv.c.
Referenced by EMFDC_LineTo().
BOOL EMFDRV_Pie | ( | WINEDC * | dc, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xstart, | ||
INT | ystart, | ||
INT | xend, | ||
INT | yend | ||
) |
Definition at line 241 of file emfdrv.c.
Definition at line 275 of file emfdrv.c.
Referenced by EMFDC_Rectangle().
BOOL EMFDRV_RoundRect | ( | WINEDC * | dc, |
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | ell_width, | ||
INT | ell_height | ||
) |
Definition at line 99 of file emfdrv.c.
Referenced by EMFDC_RoundRect().
INT EMFDRV_SetDIBitsToDevice | ( | WINEDC * | dc, |
INT | x_dst, | ||
INT | y_dst, | ||
DWORD | width, | ||
DWORD | height, | ||
INT | x_src, | ||
INT | y_src, | ||
UINT | startscan, | ||
UINT | lines, | ||
const void * | bits, | ||
BITMAPINFO * | info, | ||
UINT | usage | ||
) |
Definition at line 295 of file emfdrv.c.
Referenced by EMFDC_SetPixel().
Definition at line 46 of file emfdrv.c.
Referenced by EMFDRV_ArcChordPie(), EMFDRV_Ellipse(), EMFDRV_LineTo(), EMFDRV_Rectangle(), EMFDRV_RoundRect(), and EMFDRV_SetPixel().