|
ReactOS 0.4.17-dev-243-g1369312
|
#include <stdarg.h>#include <math.h>#include <assert.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "objbase.h"#include "ocidl.h"#include "olectl.h"#include "ole2.h"#include "winreg.h"#include "shlwapi.h"#include "gdiplus.h"#include "gdiplus_private.h"#include "wine/debug.h"#include "wine/list.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define COBJMACROS |
Definition at line 27 of file metafile.c.
| typedef ARGB EmfPlusARGB |
Definition at line 45 of file metafile.c.
| typedef struct EmfPlusBitmap EmfPlusBitmap |
| typedef struct EmfPlusBrush EmfPlusBrush |
| typedef struct EmfPlusClear EmfPlusClear |
| typedef struct EmfPlusDrawArc EmfPlusDrawArc |
| typedef struct EmfPlusDrawImage EmfPlusDrawImage |
| typedef struct EmfPlusDrawPath EmfPlusDrawPath |
| typedef struct EmfPlusDrawPie EmfPlusDrawPie |
| typedef struct EmfPlusDrawRects EmfPlusDrawRects |
| typedef struct EmfPlusFillPath EmfPlusFillPath |
| typedef struct EmfPlusFillPie EmfPlusFillPie |
| typedef struct EmfPlusFillRects EmfPlusFillRects |
| typedef struct EmfPlusFillRegion EmfPlusFillRegion |
| typedef struct EmfPlusFont EmfPlusFont |
| typedef struct EmfPlusHeader EmfPlusHeader |
| typedef struct EmfPlusImage EmfPlusImage |
| typedef struct EmfPlusMetafile EmfPlusMetafile |
| typedef struct EmfPlusObject EmfPlusObject |
| typedef struct EmfPlusOffsetClip EmfPlusOffsetClip |
| typedef struct EmfPlusPalette EmfPlusPalette |
| typedef struct EmfPlusPath EmfPlusPath |
| typedef struct EmfPlusPen EmfPlusPen |
| typedef struct EmfPlusPenData EmfPlusPenData |
| typedef struct EmfPlusPoint EmfPlusPoint |
| typedef struct EmfPlusPointF EmfPlusPointF |
| typedef struct EmfPlusPointR7 EmfPlusPointR7 |
| typedef struct EmfPlusRect EmfPlusRect |
| typedef struct EmfPlusRectF EmfPlusRectF |
| typedef struct EmfPlusRegion EmfPlusRegion |
| typedef enum ImageDataType ImageDataType |
| Enumerator | |
|---|---|
| BitmapDataTypePixel | |
| BitmapDataTypeCompressed | |
Definition at line 395 of file metafile.c.
| Enumerator | |
|---|---|
| BrushDataPath | |
| BrushDataTransform | |
| BrushDataPresetColors | |
| BrushDataBlendFactorsH | |
| BrushDataBlendFactorsV | |
| BrushDataFocusScales | |
| BrushDataIsGammaCorrected | |
| BrushDataDoNotTransform | |
Definition at line 237 of file metafile.c.
| Enumerator | |
|---|---|
| BEGIN_CONTAINER | |
| SAVE_GRAPHICS | |
Definition at line 149 of file metafile.c.
| Enumerator | |
|---|---|
| CustomLineCapDataFillPath | |
| CustomLineCapDataLinePath | |
Definition at line 184 of file metafile.c.
| Enumerator | |
|---|---|
| ImageDataTypeUnknown | |
| ImageDataTypeBitmap | |
| ImageDataTypeMetafile | |
| ImageDataTypeUnknown | |
| ImageDataTypeBitmap | |
| ImageDataTypeMetafile | |
Definition at line 418 of file metafile.c.
| Enumerator | |
|---|---|
| LineStyleSolid | |
| LineStyleDash | |
| LineStyleDot | |
| LineStyleDashDot | |
| LineStyleDashDotDot | |
| LineStyleCustom | |
Definition at line 195 of file metafile.c.
Definition at line 167 of file metafile.c.
|
static |
Definition at line 3779 of file metafile.c.
Referenced by check_metafile(), and GdipEnumerateMetafileSrcRectDestPoints().
| GpStatus WINGDIPAPI GdipConvertToEmfPlus | ( | const GpGraphics * | ref, |
| GpMetafile * | metafile, | ||
| BOOL * | succ, | ||
| EmfType | emfType, | ||
| const WCHAR * | description, | ||
| GpMetafile ** | out_metafile | ||
| ) |
Definition at line 4436 of file metafile.c.
| GpStatus WINGDIPAPI GdipConvertToEmfPlusToFile | ( | const GpGraphics * | refGraphics, |
| GpMetafile * | metafile, | ||
| BOOL * | conversionSuccess, | ||
| const WCHAR * | filename, | ||
| EmfType | emfType, | ||
| const WCHAR * | description, | ||
| GpMetafile ** | out_metafile | ||
| ) |
Definition at line 4590 of file metafile.c.
| GpStatus WINGDIPAPI GdipCreateMetafileFromEmf | ( | HENHMETAFILE | hemf, |
| BOOL | delete, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4244 of file metafile.c.
Referenced by GdipCreateMetafileFromWmf(), GdipCreateMetafileFromWmfFile(), load_emf(), metafile_deserialize_image(), sync_metafile(), test_drawimage(), test_emfonly(), and test_empty().
| GpStatus WINGDIPAPI GdipCreateMetafileFromFile | ( | GDIPCONST WCHAR * | file, |
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4360 of file metafile.c.
Referenced by GdipGetMetafileHeaderFromFile().
| GpStatus WINGDIPAPI GdipCreateMetafileFromStream | ( | IStream * | stream, |
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4381 of file metafile.c.
Referenced by GdipCreateMetafileFromFile(), and GdipGetMetafileHeaderFromStream().
| GpStatus WINGDIPAPI GdipCreateMetafileFromWmf | ( | HMETAFILE | hwmf, |
| BOOL | delete, | ||
| GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4290 of file metafile.c.
Referenced by GdipCreateMetafileFromWmfFile(), GdipGetMetafileHeaderFromWmf(), load_wmf(), test_createfromwmf(), and test_createfromwmf_noplaceable().
| GpStatus WINGDIPAPI GdipCreateMetafileFromWmfFile | ( | GDIPCONST WCHAR * | file, |
| GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4341 of file metafile.c.
Referenced by test_fillpath().
| GpStatus WINGDIPAPI GdipEmfToWmfBits | ( | HENHMETAFILE | hemf, |
| UINT | cbData16, | ||
| LPBYTE | pData16, | ||
| INT | iMapMode, | ||
| INT | eFlags | ||
| ) |
Definition at line 4458 of file metafile.c.
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestPoint | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpPointF * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4040 of file metafile.c.
Referenced by GdipEnumerateMetafileDestPointI().
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestPointI | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpPoint * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4058 of file metafile.c.
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestRect | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpRectF * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4007 of file metafile.c.
Referenced by GdipEnumerateMetafileDestPoint(), and GdipEnumerateMetafileDestRectI().
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpRect * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4024 of file metafile.c.
| GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoints | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpPointF * | destPoints, | ||
| INT | count, | ||
| GDIPCONST GpRectF * | srcRect, | ||
| Unit | srcUnit, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | callbackData, | ||
| GDIPCONST GpImageAttributes * | imageAttributes | ||
| ) |
Definition at line 3829 of file metafile.c.
Referenced by check_metafile(), GdipDrawImagePointsRect(), GdipEnumerateMetafileDestRect(), GdipEnumerateMetafileSrcRectDestRect(), and play_metafile().
| GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRect | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpRectF * | dest, | ||
| GDIPCONST GpRectF * | src, | ||
| Unit | srcUnit, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 3970 of file metafile.c.
Referenced by GdipEnumerateMetafileSrcRectDestRectI().
| GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRectI | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST Rect * | destRect, | ||
| GDIPCONST Rect * | srcRect, | ||
| Unit | srcUnit, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 3987 of file metafile.c.
| GpStatus WINGDIPAPI GdipGetHemfFromMetafile | ( | GpMetafile * | metafile, |
| HENHMETAFILE * | hEmf | ||
| ) |
Definition at line 1792 of file metafile.c.
Referenced by sync_metafile(), test_clear(), test_drawellipse(), test_drawimage(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_gditransform(), test_getdc(), test_offsetclip(), test_pen(), test_properties(), test_resetclip(), and test_setclippath().
| GpStatus WINGDIPAPI GdipGetMetafileDownLevelRasterizationLimit | ( | GDIPCONST GpMetafile * | metafile, |
| UINT * | limitDpi | ||
| ) |
Definition at line 4401 of file metafile.c.
Referenced by test_empty().
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromEmf | ( | HENHMETAFILE | hemf, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4128 of file metafile.c.
Referenced by GdipCreateMetafileFromEmf(), GdipGetMetafileHeaderFromMetafile(), METAFILE_GraphicsDeleted(), test_emfonly(), and test_empty().
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromFile | ( | GDIPCONST WCHAR * | filename, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4204 of file metafile.c.
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromMetafile | ( | GpMetafile * | metafile, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4072 of file metafile.c.
Referenced by GdipGetMetafileHeaderFromFile(), GdipGetMetafileHeaderFromStream(), GdipGetMetafileHeaderFromWmf(), test_createfromwmf(), test_emfonly(), test_empty(), test_gditransform(), and test_loadwmf().
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromStream | ( | IStream * | stream, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4224 of file metafile.c.
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromWmf | ( | HMETAFILE | hwmf, |
| GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
| MetafileHeader * | header | ||
| ) |
Definition at line 4187 of file metafile.c.
| GpStatus WINGDIPAPI GdipPlayMetafileRecord | ( | GDIPCONST GpMetafile * | metafile, |
| EmfPlusRecordType | recordType, | ||
| UINT | flags, | ||
| UINT | dataSize, | ||
| GDIPCONST BYTE * | data | ||
| ) |
Definition at line 2766 of file metafile.c.
Referenced by play_metafile_proc(), and test_gditransform_cb().
| GpStatus WINGDIPAPI GdipRecordMetafile | ( | HDC | hdc, |
| EmfType | type, | ||
| GDIPCONST GpRectF * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 828 of file metafile.c.
Referenced by GdipRecordMetafileI(), GdipRecordMetafileStream(), test_clear(), test_clipping(), test_containers(), test_converttoemfplus(), test_drawdriverstring(), test_drawellipse(), test_drawimage(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_frameunit(), test_gditransform(), test_getdc(), test_lineargradient(), test_nullframerect(), test_offsetclip(), test_pagetransform(), test_pen(), test_printer_dc(), test_properties(), test_resetclip(), test_restoredc(), test_setclippath(), test_unknownfontdecode(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipRecordMetafileFileName | ( | GDIPCONST WCHAR * | fileName, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRectF * | pFrameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4465 of file metafile.c.
Referenced by GdipRecordMetafile().
| GpStatus WINGDIPAPI GdipRecordMetafileFileNameI | ( | GDIPCONST WCHAR * | fileName, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRect * | pFrameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4576 of file metafile.c.
| GpStatus WINGDIPAPI GdipRecordMetafileI | ( | HDC | hdc, |
| EmfType | type, | ||
| GDIPCONST GpRect * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 840 of file metafile.c.
| GpStatus WINGDIPAPI GdipRecordMetafileStream | ( | IStream * | stream, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRectF * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 876 of file metafile.c.
Referenced by GdipRecordMetafileStreamI().
| GpStatus WINGDIPAPI GdipRecordMetafileStreamI | ( | IStream * | stream, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRect * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 858 of file metafile.c.
| GpStatus WINGDIPAPI GdipSetMetafileDownLevelRasterizationLimit | ( | GpMetafile * | metafile, |
| UINT | limitDpi | ||
| ) |
Definition at line 4417 of file metafile.c.
Referenced by test_empty().
|
static |
Definition at line 4102 of file metafile.c.
Referenced by GdipGetMetafileHeaderFromEmf().
Definition at line 979 of file metafile.c.
Referenced by METAFILE_DrawArc(), METAFILE_DrawEllipse(), METAFILE_DrawRectangles(), METAFILE_FillEllipse(), METAFILE_FillPie(), and METAFILE_FillRectangles().
|
static |
Definition at line 1238 of file metafile.c.
Referenced by METAFILE_DrawDriverString(), METAFILE_FillEllipse(), METAFILE_FillPath(), METAFILE_FillPie(), METAFILE_FillRectangles(), and METAFILE_FillRegion().
|
static |
Definition at line 5277 of file metafile.c.
Referenced by METAFILE_DrawDriverString().
|
static |
Definition at line 4728 of file metafile.c.
Referenced by METAFILE_DrawImagePointsRect().
|
static |
Definition at line 4652 of file metafile.c.
Referenced by METAFILE_DrawImagePointsRect().
|
static |
Definition at line 710 of file metafile.c.
Referenced by METAFILE_AddBrushObject(), METAFILE_AddFontObject(), METAFILE_AddImageAttributesObject(), METAFILE_AddImageObject(), METAFILE_AddPathObject(), METAFILE_AddPenObject(), and METAFILE_AddRegionObject().
|
static |
Definition at line 4856 of file metafile.c.
Referenced by METAFILE_DrawPath(), METAFILE_FillPath(), and METAFILE_SetClipPath().
|
static |
Definition at line 4878 of file metafile.c.
Referenced by METAFILE_DrawArc(), METAFILE_DrawEllipse(), METAFILE_DrawPath(), and METAFILE_DrawRectangles().
|
static |
Definition at line 1374 of file metafile.c.
Referenced by METAFILE_FillRegion(), and METAFILE_SetClipRegion().
| GpStatus METAFILE_AddSimpleProperty | ( | GpMetafile * | metafile, |
| SHORT | prop, | ||
| SHORT | val | ||
| ) |
Definition at line 4839 of file metafile.c.
Referenced by GdipSetCompositingMode(), GdipSetCompositingQuality(), GdipSetInterpolationMode(), GdipSetPixelOffsetMode(), GdipSetSmoothingMode(), and GdipSetTextRenderingHint().
|
static |
Definition at line 897 of file metafile.c.
Referenced by METAFILE_FillRectangles().
|
static |
Definition at line 715 of file metafile.c.
Referenced by METAFILE_AddBrushObject(), METAFILE_AddFontObject(), METAFILE_AddImageAttributesObject(), METAFILE_AddImageObject(), METAFILE_AddPathObject(), METAFILE_AddPenObject(), METAFILE_AddRegionObject(), METAFILE_AddSimpleProperty(), METAFILE_BeginContainer(), METAFILE_BeginContainerNoParams(), METAFILE_DrawArc(), METAFILE_DrawDriverString(), METAFILE_DrawEllipse(), METAFILE_DrawImagePointsRect(), METAFILE_DrawPath(), METAFILE_DrawRectangles(), METAFILE_EndContainer(), METAFILE_FillEllipse(), METAFILE_FillPath(), METAFILE_FillPie(), METAFILE_FillRectangles(), METAFILE_FillRegion(), METAFILE_GetDC(), METAFILE_GraphicsClear(), METAFILE_MultiplyWorldTransform(), METAFILE_OffsetClip(), METAFILE_ResetClip(), METAFILE_ResetWorldTransform(), METAFILE_RestoreGraphics(), METAFILE_RotateWorldTransform(), METAFILE_SaveGraphics(), METAFILE_ScaleWorldTransform(), METAFILE_SetClipPath(), METAFILE_SetClipRect(), METAFILE_SetClipRegion(), METAFILE_SetPageTransform(), METAFILE_SetRenderingOrigin(), METAFILE_SetWorldTransform(), METAFILE_TranslateWorldTransform(), METAFILE_WriteEndOfFile(), and METAFILE_WriteHeader().
| GpStatus METAFILE_BeginContainer | ( | GpMetafile * | metafile, |
| GDIPCONST GpRectF * | dstrect, | ||
| GDIPCONST GpRectF * | srcrect, | ||
| GpUnit | unit, | ||
| DWORD | StackIndex | ||
| ) |
Definition at line 1564 of file metafile.c.
Referenced by GdipBeginContainer().
| GpStatus METAFILE_BeginContainerNoParams | ( | GpMetafile * | metafile, |
| DWORD | StackIndex | ||
| ) |
Definition at line 1587 of file metafile.c.
Referenced by begin_container().
|
static |
Definition at line 4599 of file metafile.c.
Referenced by METAFILE_AddImageObject().
|
static |
Definition at line 2195 of file metafile.c.
Referenced by METAFILE_PlaybackObject().
|
static |
Definition at line 2335 of file metafile.c.
Referenced by METAFILE_PlaybackObject().
|
static |
Definition at line 1871 of file metafile.c.
Referenced by metafile_deserialize_brush(), and METAFILE_PlaybackObject().
|
static |
Definition at line 2006 of file metafile.c.
Referenced by metafile_deserialize_custom_line_cap(), METAFILE_PlaybackObject(), and metafile_read_region_node().
|
static |
Definition at line 2164 of file metafile.c.
Referenced by METAFILE_PlaybackObject().
| GpStatus METAFILE_DrawArc | ( | GpMetafile * | metafile, |
| GpPen * | pen, | ||
| const GpRectF * | rect, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 5536 of file metafile.c.
Referenced by GdipDrawArc().
| GpStatus METAFILE_DrawDriverString | ( | GpMetafile * | metafile, |
| GDIPCONST UINT16 * | text, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST GpStringFormat * | format, | ||
| GDIPCONST GpBrush * | brush, | ||
| GDIPCONST PointF * | positions, | ||
| INT | flags, | ||
| GDIPCONST GpMatrix * | matrix | ||
| ) |
Definition at line 5322 of file metafile.c.
Referenced by draw_driver_string().
| GpStatus METAFILE_DrawEllipse | ( | GpMetafile * | metafile, |
| GpPen * | pen, | ||
| GpRectF * | rect | ||
| ) |
Definition at line 5095 of file metafile.c.
Referenced by GdipDrawEllipse().
| GpStatus METAFILE_DrawImagePointsRect | ( | GpMetafile * | metafile, |
| GpImage * | image, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | srcx, | ||
| REAL | srcy, | ||
| REAL | srcwidth, | ||
| REAL | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageAttributes, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 4759 of file metafile.c.
Referenced by GdipDrawImagePointsRect().
| GpStatus METAFILE_DrawPath | ( | GpMetafile * | metafile, |
| GpPen * | pen, | ||
| GpPath * | path | ||
| ) |
Definition at line 5065 of file metafile.c.
Referenced by GdipDrawPath().
| GpStatus METAFILE_DrawRectangles | ( | GpMetafile * | metafile, |
| GpPen * | pen, | ||
| const GpRectF * | rects, | ||
| INT | count | ||
| ) |
Definition at line 5481 of file metafile.c.
Referenced by GdipDrawRectangles().
| GpStatus METAFILE_EndContainer | ( | GpMetafile * | metafile, |
| DWORD | StackIndex | ||
| ) |
Definition at line 1607 of file metafile.c.
Referenced by end_container().
|
static |
Definition at line 1030 of file metafile.c.
Referenced by METAFILE_AddBrushObject(), and METAFILE_AddPenObject().
|
static |
Definition at line 1155 of file metafile.c.
Referenced by METAFILE_AddPenObject().
| GpStatus METAFILE_FillEllipse | ( | GpMetafile * | metafile, |
| GpBrush * | brush, | ||
| GpRectF * | rect | ||
| ) |
Definition at line 5175 of file metafile.c.
Referenced by GdipFillEllipse().
|
static |
Definition at line 4637 of file metafile.c.
Referenced by METAFILE_AddImageObject().
| GpStatus METAFILE_FillPath | ( | GpMetafile * | metafile, |
| GpBrush * | brush, | ||
| GpPath * | path | ||
| ) |
Definition at line 5134 of file metafile.c.
Referenced by GdipFillPath().
| GpStatus METAFILE_FillPie | ( | GpMetafile * | metafile, |
| GpBrush * | brush, | ||
| const GpRectF * | rect, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 5224 of file metafile.c.
Referenced by GdipFillPie().
| GpStatus METAFILE_FillRectangles | ( | GpMetafile * | metafile, |
| GpBrush * | brush, | ||
| GDIPCONST GpRectF * | rects, | ||
| INT | count | ||
| ) |
Definition at line 1261 of file metafile.c.
Referenced by GdipFillRectangles().
| GpStatus METAFILE_FillRegion | ( | GpMetafile * | metafile, |
| GpBrush * | brush, | ||
| GpRegion * | region | ||
| ) |
Definition at line 5434 of file metafile.c.
Referenced by GdipFillRegion().
| void METAFILE_Free | ( | GpMetafile * | metafile | ) |
Definition at line 687 of file metafile.c.
Referenced by free_image_data().
|
static |
Definition at line 649 of file metafile.c.
Referenced by METAFILE_Free(), and metafile_set_object_table_entry().
|
static |
Definition at line 2451 of file metafile.c.
Referenced by METAFILE_PlaybackObject().
| GpStatus METAFILE_GetDC | ( | GpMetafile * | metafile, |
| HDC * | hdc | ||
| ) |
Definition at line 941 of file metafile.c.
Referenced by GdipGetDC().
| GpStatus METAFILE_GetGraphicsContext | ( | GpMetafile * | metafile, |
| GpGraphics ** | result | ||
| ) |
Definition at line 921 of file metafile.c.
Referenced by GdipGetImageGraphicsContext().
| GpStatus METAFILE_GraphicsClear | ( | GpMetafile * | metafile, |
| ARGB | color | ||
| ) |
Definition at line 960 of file metafile.c.
Referenced by GdipGraphicsClear().
| GpStatus METAFILE_GraphicsDeleted | ( | GpMetafile * | metafile | ) |
Definition at line 1675 of file metafile.c.
Referenced by GdipDeleteGraphics().
| GpStatus METAFILE_MultiplyWorldTransform | ( | GpMetafile * | metafile, |
| GDIPCONST GpMatrix * | matrix, | ||
| MatrixOrder | order | ||
| ) |
Definition at line 1482 of file metafile.c.
Referenced by GdipMultiplyWorldTransform().
| GpStatus METAFILE_OffsetClip | ( | GpMetafile * | metafile, |
| REAL | dx, | ||
| REAL | dy | ||
| ) |
Definition at line 5581 of file metafile.c.
Referenced by GdipTranslateClip().
|
static |
Definition at line 1805 of file metafile.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), and GdipPlayMetafileRecord().
|
static |
Definition at line 2538 of file metafile.c.
Referenced by GdipPlayMetafileRecord().
|
static |
Definition at line 1814 of file metafile.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), and GdipPlayMetafileRecord().
|
static |
Definition at line 1823 of file metafile.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), and metafile_set_clip_region().
|
static |
Definition at line 1832 of file metafile.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), and GdipPlayMetafileRecord().
Definition at line 992 of file metafile.c.
Referenced by METAFILE_AddBrushObject(), and METAFILE_AddPenObject().
|
static |
Definition at line 1117 of file metafile.c.
Referenced by METAFILE_AddPenObject().
|
static |
Definition at line 2069 of file metafile.c.
Referenced by metafile_deserialize_region(), and metafile_read_region_node().
| GpStatus METAFILE_ReleaseDC | ( | GpMetafile * | metafile, |
| HDC | hdc | ||
| ) |
Definition at line 1667 of file metafile.c.
Referenced by GdipReleaseDC().
|
static |
| GpStatus METAFILE_ResetClip | ( | GpMetafile * | metafile | ) |
Definition at line 5605 of file metafile.c.
Referenced by GdipResetClip().
| GpStatus METAFILE_ResetWorldTransform | ( | GpMetafile * | metafile | ) |
Definition at line 1546 of file metafile.c.
Referenced by GdipResetWorldTransform().
| GpStatus METAFILE_RestoreGraphics | ( | GpMetafile * | metafile, |
| DWORD | StackIndex | ||
| ) |
Definition at line 1647 of file metafile.c.
Referenced by end_container().
| GpStatus METAFILE_RotateWorldTransform | ( | GpMetafile * | metafile, |
| REAL | angle, | ||
| MatrixOrder | order | ||
| ) |
Definition at line 1503 of file metafile.c.
Referenced by GdipRotateWorldTransform().
| GpStatus METAFILE_SaveGraphics | ( | GpMetafile * | metafile, |
| DWORD | StackIndex | ||
| ) |
Definition at line 1627 of file metafile.c.
Referenced by begin_container().
| GpStatus METAFILE_ScaleWorldTransform | ( | GpMetafile * | metafile, |
| REAL | sx, | ||
| REAL | sy, | ||
| MatrixOrder | order | ||
| ) |
Definition at line 1460 of file metafile.c.
Referenced by GdipScaleWorldTransform().
|
static |
Definition at line 2754 of file metafile.c.
Referenced by GdipPlayMetafileRecord().
|
static |
| GpStatus METAFILE_SetClipPath | ( | GpMetafile * | metafile, |
| GpPath * | path, | ||
| CombineMode | mode | ||
| ) |
Definition at line 5626 of file metafile.c.
Referenced by GdipSetClipPath().
| GpStatus METAFILE_SetClipRect | ( | GpMetafile * | metafile, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| CombineMode | mode | ||
| ) |
Definition at line 1350 of file metafile.c.
Referenced by GdipSetClipRect().
| GpStatus METAFILE_SetClipRegion | ( | GpMetafile * | metafile, |
| GpRegion * | region, | ||
| CombineMode | mode | ||
| ) |
Definition at line 1395 of file metafile.c.
Referenced by GdipSetClipRegion().
| GpStatus METAFILE_SetPageTransform | ( | GpMetafile * | metafile, |
| GpUnit | unit, | ||
| REAL | scale | ||
| ) |
Definition at line 1419 of file metafile.c.
Referenced by GdipResetPageTransform(), GdipSetPageScale(), and GdipSetPageUnit().
| GpStatus METAFILE_SetRenderingOrigin | ( | GpMetafile * | metafile, |
| INT | x, | ||
| INT | y | ||
| ) |
Definition at line 5653 of file metafile.c.
Referenced by GdipSetRenderingOrigin().
| GpStatus METAFILE_SetWorldTransform | ( | GpMetafile * | metafile, |
| GDIPCONST GpMatrix * | transform | ||
| ) |
Definition at line 1440 of file metafile.c.
Referenced by GdipSetWorldTransform().
| GpStatus METAFILE_TranslateWorldTransform | ( | GpMetafile * | metafile, |
| REAL | dx, | ||
| REAL | dy, | ||
| MatrixOrder | order | ||
| ) |
Definition at line 1524 of file metafile.c.
Referenced by GdipTranslateWorldTransform().
|
static |
Definition at line 810 of file metafile.c.
Referenced by METAFILE_GraphicsDeleted().
|
static |
Definition at line 779 of file metafile.c.
Referenced by GdipRecordMetafileFileName().
|
static |
Definition at line 770 of file metafile.c.
Referenced by METAFILE_AddSimpleProperty(), METAFILE_BeginContainer(), METAFILE_BeginContainerNoParams(), METAFILE_DrawArc(), METAFILE_DrawDriverString(), METAFILE_DrawEllipse(), METAFILE_DrawImagePointsRect(), METAFILE_DrawPath(), METAFILE_DrawRectangles(), METAFILE_EndContainer(), METAFILE_FillEllipse(), METAFILE_FillPath(), METAFILE_FillPie(), METAFILE_FillRectangles(), METAFILE_FillRegion(), METAFILE_GetDC(), METAFILE_GraphicsClear(), METAFILE_MultiplyWorldTransform(), METAFILE_OffsetClip(), METAFILE_ResetClip(), METAFILE_ResetWorldTransform(), METAFILE_RestoreGraphics(), METAFILE_RotateWorldTransform(), METAFILE_SaveGraphics(), METAFILE_ScaleWorldTransform(), METAFILE_SetClipPath(), METAFILE_SetClipRect(), METAFILE_SetClipRegion(), METAFILE_SetPageTransform(), METAFILE_SetRenderingOrigin(), METAFILE_SetWorldTransform(), METAFILE_TranslateWorldTransform(), METAFILE_WriteEndOfFile(), and METAFILE_WriteHeader().
| HRESULT WINAPI WICCreateImagingFactory_Proxy | ( | UINT | SDKVersion, |
| IWICImagingFactory ** | ppIImagingFactory | ||
| ) |
Definition at line 649 of file proxy.c.
Referenced by metafile_deserialize_image().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |