|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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().
Definition at line 83 of file emfdrv.c.
Referenced by EMFDC_LineTo().
| BOOL EMFDRV_RoundRect | ( | WINEDC * | dc, |
| INT | left, | ||
| INT | top, | ||
| INT | right, | ||
| INT | bottom, | ||
| INT | ell_width, | ||
| INT | ell_height | ||
| ) |
| 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().