|
static PHYSDEV | get_emfdev (PHYSDEV path) |
|
INT | EMFDRV_SaveDC (PHYSDEV dev) |
|
BOOL | EMFDRV_RestoreDC (PHYSDEV dev, INT level) |
|
UINT | EMFDRV_SetTextAlign (PHYSDEV dev, UINT align) |
|
BOOL | EMFDRV_SetTextJustification (PHYSDEV dev, INT nBreakExtra, INT nBreakCount) |
|
INT | EMFDRV_SetBkMode (PHYSDEV dev, INT mode) |
|
COLORREF | EMFDRV_SetBkColor (PHYSDEV dev, COLORREF color) |
|
COLORREF | EMFDRV_SetTextColor (PHYSDEV dev, COLORREF color) |
|
INT | EMFDRV_SetROP2 (PHYSDEV dev, INT rop) |
|
INT | EMFDRV_SetPolyFillMode (PHYSDEV dev, INT mode) |
|
INT | EMFDRV_SetStretchBltMode (PHYSDEV dev, INT mode) |
|
INT | EMFDRV_SetArcDirection (PHYSDEV dev, INT arcDirection) |
|
INT | EMFDRV_ExcludeClipRect (PHYSDEV dev, INT left, INT top, INT right, INT bottom) |
|
INT | EMFDRV_IntersectClipRect (PHYSDEV dev, INT left, INT top, INT right, INT bottom) |
|
INT | EMFDRV_OffsetClipRgn (PHYSDEV dev, INT x, INT y) |
|
INT | EMFDRV_ExtSelectClipRgn (PHYSDEV dev, HRGN hrgn, INT mode) |
|
INT | EMFDRV_SetMapMode (PHYSDEV dev, INT mode) |
|
BOOL | EMFDRV_SetViewportExtEx (PHYSDEV dev, INT cx, INT cy, SIZE *size) |
|
BOOL | EMFDRV_SetWindowExtEx (PHYSDEV dev, INT cx, INT cy, SIZE *size) |
|
BOOL | EMFDRV_SetViewportOrgEx (PHYSDEV dev, INT x, INT y, POINT *pt) |
|
BOOL | EMFDRV_SetWindowOrgEx (PHYSDEV dev, INT x, INT y, POINT *pt) |
|
BOOL | EMFDRV_ScaleViewportExtEx (PHYSDEV dev, INT xNum, INT xDenom, INT yNum, INT yDenom, SIZE *size) |
|
BOOL | EMFDRV_ScaleWindowExtEx (PHYSDEV dev, INT xNum, INT xDenom, INT yNum, INT yDenom, SIZE *size) |
|
DWORD | EMFDRV_SetLayout (PHYSDEV dev, DWORD layout) |
|
BOOL | EMFDRV_SetWorldTransform (PHYSDEV dev, const XFORM *xform) |
|
BOOL | EMFDRV_ModifyWorldTransform (PHYSDEV dev, const XFORM *xform, DWORD mode) |
|
BOOL | EMFDRV_OffsetViewportOrgEx (PHYSDEV dev, INT x, INT y, POINT *pt) |
|
BOOL | EMFDRV_OffsetWindowOrgEx (PHYSDEV dev, INT x, INT y, POINT *pt) |
|
DWORD | EMFDRV_SetMapperFlags (PHYSDEV dev, DWORD flags) |
|
BOOL | EMFDRV_AbortPath (PHYSDEV dev) |
|
BOOL | EMFDRV_BeginPath (PHYSDEV dev) |
|
BOOL | EMFDRV_CloseFigure (PHYSDEV dev) |
|
BOOL | EMFDRV_EndPath (PHYSDEV dev) |
|
BOOL | EMFDRV_FlattenPath (PHYSDEV dev) |
|
BOOL | EMFDRV_SelectClipPath (PHYSDEV dev, INT iMode) |
|
BOOL | EMFDRV_WidenPath (PHYSDEV dev) |
|
INT | EMFDRV_GetDeviceCaps (PHYSDEV dev, INT cap) |
|
static BOOL | emfpathdrv_AbortPath (PHYSDEV dev) |
|
static BOOL | emfpathdrv_AngleArc (PHYSDEV dev, INT x, INT y, DWORD radius, FLOAT start, FLOAT sweep) |
|
static BOOL | emfpathdrv_Arc (PHYSDEV dev, INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend) |
|
static BOOL | emfpathdrv_ArcTo (PHYSDEV dev, INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend) |
|
static BOOL | emfpathdrv_BeginPath (PHYSDEV dev) |
|
static BOOL | emfpathdrv_Chord (PHYSDEV dev, INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend) |
|
static BOOL | emfpathdrv_CloseFigure (PHYSDEV dev) |
|
static BOOL | emfpathdrv_CreateDC (PHYSDEV *dev, LPCWSTR driver, LPCWSTR device, LPCWSTR output, const DEVMODEW *devmode) |
|
static BOOL | emfpathdrv_DeleteDC (PHYSDEV dev) |
|
static BOOL | emfpathdrv_Ellipse (PHYSDEV dev, INT x1, INT y1, INT x2, INT y2) |
|
static BOOL | emfpathdrv_EndPath (PHYSDEV dev) |
|
static BOOL | emfpathdrv_ExtTextOut (PHYSDEV dev, INT x, INT y, UINT flags, const RECT *rect, LPCWSTR str, UINT count, const INT *dx) |
|
static BOOL | emfpathdrv_LineTo (PHYSDEV dev, INT x, INT y) |
|
static BOOL | emfpathdrv_MoveTo (PHYSDEV dev, INT x, INT y) |
|
static BOOL | emfpathdrv_Pie (PHYSDEV dev, INT left, INT top, INT right, INT bottom, INT xstart, INT ystart, INT xend, INT yend) |
|
static BOOL | emfpathdrv_PolyBezier (PHYSDEV dev, const POINT *pts, DWORD count) |
|
static BOOL | emfpathdrv_PolyBezierTo (PHYSDEV dev, const POINT *pts, DWORD count) |
|
static BOOL | emfpathdrv_PolyDraw (PHYSDEV dev, const POINT *pts, const BYTE *types, DWORD count) |
|
static BOOL | emfpathdrv_PolyPolygon (PHYSDEV dev, const POINT *pts, const INT *counts, UINT polygons) |
|
static BOOL | emfpathdrv_PolyPolyline (PHYSDEV dev, const POINT *pts, const DWORD *counts, DWORD polylines) |
|
static BOOL | emfpathdrv_Polygon (PHYSDEV dev, const POINT *pts, INT count) |
|
static BOOL | emfpathdrv_Polyline (PHYSDEV dev, const POINT *pts, INT count) |
|
static BOOL | emfpathdrv_PolylineTo (PHYSDEV dev, const POINT *pts, INT count) |
|
static BOOL | emfpathdrv_Rectangle (PHYSDEV dev, INT x1, INT y1, INT x2, INT y2) |
|
static BOOL | emfpathdrv_RoundRect (PHYSDEV dev, INT x1, INT y1, INT x2, INT y2, INT ell_width, INT ell_height) |
|