af062818b47340eef15700d2f0211576ba3506eevboxsync/*
af062818b47340eef15700d2f0211576ba3506eevboxsync * Copyright (C) 2007 Google (Evan Stade)
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is free software; you can redistribute it and/or
af062818b47340eef15700d2f0211576ba3506eevboxsync * modify it under the terms of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License as published by the Free Software Foundation; either
af062818b47340eef15700d2f0211576ba3506eevboxsync * version 2.1 of the License, or (at your option) any later version.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is distributed in the hope that it will be useful,
af062818b47340eef15700d2f0211576ba3506eevboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
af062818b47340eef15700d2f0211576ba3506eevboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync * Lesser General Public License for more details.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * You should have received a copy of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License along with this library; if not, write to the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
af062818b47340eef15700d2f0211576ba3506eevboxsync */
af062818b47340eef15700d2f0211576ba3506eevboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync/*
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * a choice of LGPL license versions is made available with the language indicating
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * of the LGPL is applied is otherwise unspecified.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync */
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#ifndef _FLATAPI_H
af062818b47340eef15700d2f0211576ba3506eevboxsync#define _FLATAPI_H
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#define WINGDIPAPI __stdcall
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#define GDIPCONST const
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#ifdef __cplusplus
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern "C" {
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* AdjustableArrowCap */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateAdjustableArrowCap(REAL,REAL,BOOL,GpAdjustableArrowCap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetAdjustableArrowCapFillState(GpAdjustableArrowCap*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetAdjustableArrowCapHeight(GpAdjustableArrowCap*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetAdjustableArrowCapWidth(GpAdjustableArrowCap*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetAdjustableArrowCapFillState(GpAdjustableArrowCap*,BOOL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetAdjustableArrowCapHeight(GpAdjustableArrowCap*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetAdjustableArrowCapWidth(GpAdjustableArrowCap*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Bitmap */
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipBitmapApplyEffect(GpBitmap*,CGpEffect*,RECT*,BOOL,VOID**,INT*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipBitmapCreateApplyEffect(GpBitmap**,INT,CGpEffect*,RECT*,RECT*,GpBitmap**,BOOL,VOID**,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap*,INT,INT,ARGB*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,
af062818b47340eef15700d2f0211576ba3506eevboxsync PixelFormat,BitmapData*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipBitmapSetPixel(GpBitmap*,INT,INT,ARGB);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipBitmapSetResolution(GpBitmap*,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipBitmapUnlockBits(GpBitmap*,BitmapData*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipCloneBitmapArea(REAL,REAL,REAL,REAL,PixelFormat,GpBitmap*,GpBitmap**);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipCloneBitmapAreaI(INT,INT,INT,INT,PixelFormat,GpBitmap*,GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromFile(GDIPCONST WCHAR*,GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromFileICM(GDIPCONST WCHAR*,GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromGdiDib(GDIPCONST BITMAPINFO*,VOID*,GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromGraphics(INT,INT,GpGraphics*,GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromHBITMAP(HBITMAP, HPALETTE, GpBitmap**);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromHICON(HICON, GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromResource(HINSTANCE,GDIPCONST WCHAR*,GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromScan0(INT,INT,INT,PixelFormat,BYTE*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromStream(IStream*,GpBitmap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateBitmapFromStreamICM(IStream*,GpBitmap**);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipCreateHBITMAPFromBitmap(GpBitmap*,HBITMAP*,ARGB);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipCreateHICONFromBitmap(GpBitmap*,HICON*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipDeleteEffect(CGpEffect*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetEffectParameters(CGpEffect*,const VOID*,const UINT);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Brush */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneBrush(GpBrush*,GpBrush**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteBrush(GpBrush*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetBrushType(GpBrush*,GpBrushType*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
5112e32d7072e280613921c982a6672f2c859cf3vboxsync/* CachedBitmap */
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipCreateCachedBitmap(GpBitmap*,GpGraphics*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GpCachedBitmap**);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipDeleteCachedBitmap(GpCachedBitmap*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipDrawCachedBitmap(GpGraphics*,GpCachedBitmap*,INT,INT);
5112e32d7072e280613921c982a6672f2c859cf3vboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* CustomLineCap */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneCustomLineCap(GpCustomLineCap*,GpCustomLineCap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateCustomLineCap(GpPath*,GpPath*,GpLineCap,REAL,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpCustomLineCap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteCustomLineCap(GpCustomLineCap*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCustomLineCapBaseCap(GpCustomLineCap*,GpLineCap*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetCustomLineCapBaseCap(GpCustomLineCap*,GpLineCap);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset(GpCustomLineCap*,REAL*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(GpCustomLineCap*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetCustomLineCapStrokeCaps(GpCustomLineCap*,GpLineCap,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpLineCap);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCustomLineCapStrokeJoin(GpCustomLineCap*,GpLineJoin*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin(GpCustomLineCap*,GpLineJoin);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCustomLineCapWidthScale(GpCustomLineCap*,REAL*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetCustomLineCapWidthScale(GpCustomLineCap*,REAL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset(GpCustomLineCap*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Font */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneFont(GpFont*,GpFont**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFont(GDIPCONST GpFontFamily*, REAL, INT, Unit,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpFont**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFontFromDC(HDC,GpFont**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFontFromLogfontA(HDC,GDIPCONST LOGFONTA*,GpFont**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFontFromLogfontW(HDC,GDIPCONST LOGFONTW*,GpFont**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteFont(GpFont*);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipGetLogFontA(GpFont*,GpGraphics*,LOGFONTA*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetLogFontW(GpFont*,GpGraphics*,LOGFONTW*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFamily(GpFont*, GpFontFamily**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFontUnit(GpFont*, Unit*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFontSize(GpFont*, REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFontStyle(GpFont*, INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFontHeight(GDIPCONST GpFont*, GDIPCONST GpGraphics*,
af062818b47340eef15700d2f0211576ba3506eevboxsync REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFontHeightGivenDPI(GDIPCONST GpFont*, REAL, REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* FontCollection */
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipNewInstalledFontCollection(GpFontCollection**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipNewPrivateFontCollection(GpFontCollection**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeletePrivateFontCollection(GpFontCollection**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPrivateAddFontFile(GpFontCollection*, GDIPCONST WCHAR*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipPrivateAddMemoryFont(GpFontCollection*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GDIPCONST void*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFontCollectionFamilyCount(GpFontCollection*, INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFontCollectionFamilyList(GpFontCollection*, INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpFontFamily*[], INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* FontFamily */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneFontFamily(GpFontFamily*, GpFontFamily**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFontFamilyFromName(GDIPCONST WCHAR*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpFontCollection*, GpFontFamily**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteFontFamily(GpFontFamily*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetFamilyName(GDIPCONST GpFontFamily*, WCHAR*, LANGID);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCellAscent(GDIPCONST GpFontFamily*, INT, UINT16*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCellDescent(GDIPCONST GpFontFamily*, INT, UINT16*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetEmHeight(GDIPCONST GpFontFamily*, INT, UINT16*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetGenericFontFamilySansSerif(GpFontFamily**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetGenericFontFamilySerif(GpFontFamily**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetGenericFontFamilyMonospace(GpFontFamily**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetLineSpacing(GDIPCONST GpFontFamily*, INT, UINT16*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsStyleAvailable(GDIPCONST GpFontFamily *, INT, BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Graphics */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFlush(GpGraphics*, GpFlushIntention);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipBeginContainer(GpGraphics*,GDIPCONST GpRectF*,GDIPCONST GpRectF*,GpUnit,GraphicsContainer*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipBeginContainer2(GpGraphics*,GraphicsContainer*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipBeginContainerI(GpGraphics*,GDIPCONST GpRect*,GDIPCONST GpRect*,GpUnit,GraphicsContainer*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipEndContainer(GpGraphics*,GraphicsContainer);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipComment(GpGraphics*,UINT,GDIPCONST BYTE*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFromHDC(HDC,GpGraphics**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFromHDC2(HDC,HANDLE,GpGraphics**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFromHWND(HWND,GpGraphics**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateFromHWNDICM(HWND,GpGraphics**);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncHPALETTE WINGDIPAPI GdipCreateHalftonePalette(void);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteGraphics(GpGraphics *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawArc(GpGraphics*,GpPen*,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawArcI(GpGraphics*,GpPen*,INT,INT,INT,INT,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawBezier(GpGraphics*,GpPen*,REAL,REAL,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawBezierI(GpGraphics*,GpPen*,INT,INT,INT,INT,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawBeziers(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawBeziersI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawClosedCurve(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawClosedCurveI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawClosedCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawClosedCurve2I(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawCurve(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawCurveI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawCurve2(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawCurve2I(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT,REAL);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipDrawCurve3(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT,INT,INT,REAL);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipDrawCurve3I(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT,INT,INT,REAL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipDrawDriverString(GpGraphics*,GDIPCONST UINT16*,INT,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GDIPCONST GpFont*,GDIPCONST GpBrush*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawEllipse(GpGraphics*,GpPen*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawEllipseI(GpGraphics*,GpPen*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImage(GpGraphics*,GpImage*,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImageI(GpGraphics*,GpImage*,INT,INT);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipDrawImagePointRect(GpGraphics*,GpImage*,REAL,REAL,REAL,REAL,REAL,REAL,GpUnit);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipDrawImagePointRectI(GpGraphics*,GpImage*,INT,INT,INT,INT,INT,INT,GpUnit);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipDrawImagePoints(GpGraphics*,GpImage*,GDIPCONST GpPointF*,INT);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipDrawImagePointsI(GpGraphics*,GpImage*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImagePointsRect(GpGraphics*,GpImage*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpPointF*,INT,REAL,REAL,REAL,REAL,GpUnit,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpImageAttributes*,DrawImageAbort,VOID*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImagePointsRectI(GpGraphics*,GpImage*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpPoint*,INT,INT,INT,INT,INT,GpUnit,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpImageAttributes*,DrawImageAbort,VOID*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImageRect(GpGraphics*,GpImage*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImageRectI(GpGraphics*,GpImage*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImageRectRect(GpGraphics*,GpImage*,REAL,REAL,REAL,
af062818b47340eef15700d2f0211576ba3506eevboxsync REAL,REAL,REAL,REAL,REAL,GpUnit,GDIPCONST GpImageAttributes*,DrawImageAbort,
af062818b47340eef15700d2f0211576ba3506eevboxsync VOID*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawImageRectRectI(GpGraphics*,GpImage*,INT,INT,INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync INT,INT,INT,INT,INT,GpUnit,GDIPCONST GpImageAttributes*,DrawImageAbort,
af062818b47340eef15700d2f0211576ba3506eevboxsync VOID*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawLine(GpGraphics*,GpPen*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawLineI(GpGraphics*,GpPen*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawLines(GpGraphics*,GpPen*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawLinesI(GpGraphics*,GpPen*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawPath(GpGraphics*,GpPen*,GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawPie(GpGraphics*,GpPen*,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawPieI(GpGraphics*,GpPen*,INT,INT,INT,INT,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawPolygon(GpGraphics*,GpPen*,GDIPCONST GpPointF*, INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawPolygonI(GpGraphics*,GpPen*,GDIPCONST GpPoint*, INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawRectangle(GpGraphics*,GpPen*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawRectangleI(GpGraphics*,GpPen*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawRectangles(GpGraphics*,GpPen*,GDIPCONST GpRectF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawRectanglesI(GpGraphics*,GpPen*,GDIPCONST GpRect*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDrawString(GpGraphics*,GDIPCONST WCHAR*,INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpFont*,GDIPCONST RectF*, GDIPCONST GpStringFormat*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpBrush*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillClosedCurve2(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync REAL,GpFillMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillClosedCurve2I(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync REAL,GpFillMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillEllipse(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillEllipseI(GpGraphics*,GpBrush*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillPath(GpGraphics*,GpBrush*,GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillPie(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillPieI(GpGraphics*,GpBrush*,INT,INT,INT,INT,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillPolygon(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,
af062818b47340eef15700d2f0211576ba3506eevboxsync INT,GpFillMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,
af062818b47340eef15700d2f0211576ba3506eevboxsync INT,GpFillMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillPolygon2(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillPolygon2I(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillRectangle(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillRectangleI(GpGraphics*,GpBrush*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillRectangles(GpGraphics*,GpBrush*,GDIPCONST GpRectF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillRectanglesI(GpGraphics*,GpBrush*,GDIPCONST GpRect*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFillRegion(GpGraphics*,GpBrush*,GpRegion*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetClip(GpGraphics*,GpRegion*);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipGetClipBounds(GpGraphics*,GpRectF*);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipGetClipBoundsI(GpGraphics*,GpRect*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCompositingMode(GpGraphics*,CompositingMode*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetCompositingQuality(GpGraphics*,CompositingQuality*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetDC(GpGraphics*,HDC*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetDpiX(GpGraphics*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetDpiY(GpGraphics*,REAL*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipGetImageDecoders(UINT,UINT,ImageCodecInfo*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipGetImageDecodersSize(UINT*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageGraphicsContext(GpImage*,GpGraphics**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetInterpolationMode(GpGraphics*,InterpolationMode*);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipGetNearestColor(GpGraphics*,ARGB*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPageScale(GpGraphics*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPageUnit(GpGraphics*,GpUnit*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPixelOffsetMode(GpGraphics*,PixelOffsetMode*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetSmoothingMode(GpGraphics*,SmoothingMode*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetTextContrast(GpGraphics*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetTextRenderingHint(GpGraphics*,TextRenderingHint*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetWorldTransform(GpGraphics*,GpMatrix*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGraphicsClear(GpGraphics*,ARGB);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipGetVisibleClipBounds(GpGraphics*,GpRectF*);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipGetVisibleClipBoundsI(GpGraphics*,GpRect*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsClipEmpty(GpGraphics*, BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsVisiblePoint(GpGraphics*,REAL,REAL,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsVisiblePointI(GpGraphics*,INT,INT,BOOL*);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipIsVisibleRect(GpGraphics*,REAL,REAL,REAL,REAL,BOOL*);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipIsVisibleRectI(GpGraphics*,INT,INT,INT,INT,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipMeasureCharacterRanges(GpGraphics*, GDIPCONST WCHAR*,
af062818b47340eef15700d2f0211576ba3506eevboxsync INT, GDIPCONST GpFont*, GDIPCONST RectF*, GDIPCONST GpStringFormat*, INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpRegion**);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipMeasureDriverString(GpGraphics*,GDIPCONST UINT16*,INT,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GDIPCONST GpFont*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*,RectF*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipMeasureString(GpGraphics*,GDIPCONST WCHAR*,INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpFont*,GDIPCONST RectF*,GDIPCONST GpStringFormat*,RectF*,INT*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipMultiplyWorldTransform(GpGraphics*,GDIPCONST GpMatrix*,GpMatrixOrder);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipRecordMetafileFileName(GDIPCONST WCHAR*,HDC,EmfType,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GDIPCONST GpRectF*,MetafileFrameUnit,GDIPCONST WCHAR*,GpMetafile**);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipRecordMetafileFileNameI(GDIPCONST WCHAR*,HDC,EmfType,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GDIPCONST GpRect*,MetafileFrameUnit,GDIPCONST WCHAR*,GpMetafile**);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipRecordMetafileI(HDC,EmfType,GDIPCONST GpRect*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync MetafileFrameUnit,GDIPCONST WCHAR*,GpMetafile**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipReleaseDC(GpGraphics*,HDC);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipResetClip(GpGraphics*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipResetWorldTransform(GpGraphics*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipRestoreGraphics(GpGraphics*,GraphicsState);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipRotateWorldTransform(GpGraphics*,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSaveGraphics(GpGraphics*,GraphicsState*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipScaleWorldTransform(GpGraphics*,REAL,REAL,GpMatrixOrder);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipSetClipHrgn(GpGraphics*,HRGN,CombineMode);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetClipGraphics(GpGraphics*,GpGraphics*,CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetClipPath(GpGraphics*,GpPath*,CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetClipRect(GpGraphics*,REAL,REAL,REAL,REAL,CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetClipRectI(GpGraphics*,INT,INT,INT,INT,CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetClipRegion(GpGraphics*,GpRegion*,CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetCompositingMode(GpGraphics*,CompositingMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetCompositingQuality(GpGraphics*,CompositingQuality);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetInterpolationMode(GpGraphics*,InterpolationMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPageScale(GpGraphics*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPageUnit(GpGraphics*,GpUnit);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPixelOffsetMode(GpGraphics*,PixelOffsetMode);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetRenderingOrigin(GpGraphics*,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetSmoothingMode(GpGraphics*,SmoothingMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetTextContrast(GpGraphics*,UINT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetTextRenderingHint(GpGraphics*,TextRenderingHint);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetWorldTransform(GpGraphics*,GpMatrix*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTransformPoints(GpGraphics*, GpCoordinateSpace, GpCoordinateSpace,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpPointF *, INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTransformPointsI(GpGraphics*, GpCoordinateSpace, GpCoordinateSpace,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpPoint *, INT);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipTranslateClip(GpGraphics*,REAL,REAL);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipTranslateClipI(GpGraphics*,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTranslateWorldTransform(GpGraphics*,REAL,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* GraphicsPath */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathArc(GpPath*,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathArcI(GpPath*,INT,INT,INT,INT,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathBezier(GpPath*,REAL,REAL,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathBezierI(GpPath*,INT,INT,INT,INT,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathBeziers(GpPath*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathBeziersI(GpPath*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathClosedCurve(GpPath*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathClosedCurveI(GpPath*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathClosedCurve2(GpPath*,GDIPCONST GpPointF*,INT,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathClosedCurve2I(GpPath*,GDIPCONST GpPoint*,INT,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathCurve(GpPath*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathCurveI(GpPath*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathCurve2(GpPath*,GDIPCONST GpPointF*,INT,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathCurve2I(GpPath*,GDIPCONST GpPoint*,INT,REAL);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipAddPathCurve3(GpPath*,GDIPCONST GpPointF*,INT,INT,INT,REAL);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipAddPathCurve3I(GpPath*,GDIPCONST GpPoint*,INT,INT,INT,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathEllipse(GpPath*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathEllipseI(GpPath*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathLine(GpPath*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathLineI(GpPath*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathLine2(GpPath*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathLine2I(GpPath*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathPath(GpPath*,GDIPCONST GpPath*,BOOL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathPie(GpPath*,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathPieI(GpPath*,INT,INT,INT,INT,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathPolygon(GpPath*,GDIPCONST GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathPolygonI(GpPath*,GDIPCONST GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathRectangle(GpPath*,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathRectangleI(GpPath*,INT,INT,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathRectangles(GpPath*,GDIPCONST GpRectF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipAddPathRectanglesI(GpPath*,GDIPCONST GpRect*,INT);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipAddPathString(GpPath*,GDIPCONST WCHAR*,INT,GDIPCONST GpFontFamily*,INT,REAL,GDIPCONST RectF*,GDIPCONST GpStringFormat*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipAddPathStringI(GpPath*,GDIPCONST WCHAR*,INT,GDIPCONST GpFontFamily*,INT,REAL,GDIPCONST Rect*,GDIPCONST GpStringFormat*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipClearPathMarkers(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipClonePath(GpPath*,GpPath**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipClosePathFigure(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipClosePathFigures(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePath(GpFillMode,GpPath**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePath2(GDIPCONST GpPointF*,GDIPCONST BYTE*,INT,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpFillMode,GpPath**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePath2I(GDIPCONST GpPoint*,GDIPCONST BYTE*,INT,GpFillMode,GpPath**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeletePath(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFlattenPath(GpPath*,GpMatrix*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsOutlineVisiblePathPoint(GpPath*,REAL,REAL,GpPen*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpGraphics*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsOutlineVisiblePathPointI(GpPath*,INT,INT,GpPen*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpGraphics*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsVisiblePathPoint(GpPath*,REAL,REAL,GpGraphics*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsVisiblePathPointI(GpPath*,INT,INT,GpGraphics*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathData(GpPath*,GpPathData*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathFillMode(GpPath*,GpFillMode*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathLastPoint(GpPath*,GpPointF*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathPoints(GpPath*,GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathPointsI(GpPath*,GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathTypes(GpPath*,BYTE*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathWorldBounds(GpPath*,GpRectF*,GDIPCONST GpMatrix*,GDIPCONST GpPen*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathWorldBoundsI(GpPath*,GpRect*,GDIPCONST GpMatrix*,GDIPCONST GpPen*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPointCount(GpPath*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipResetPath(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipReversePath(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathFillMode(GpPath*,GpFillMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathMarker(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipStartPathFigure(GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTransformPath(GpPath*,GpMatrix*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipWarpPath(GpPath*,GpMatrix*,GDIPCONST GpPointF*,INT,REAL,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync REAL,REAL,REAL,WarpMode,REAL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipWidenPath(GpPath*,GpPen*,GpMatrix*,REAL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsync
5112e32d7072e280613921c982a6672f2c859cf3vboxsync/* HatchBrush */
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipCreateHatchBrush(HatchStyle,ARGB,ARGB,GpHatch**);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipGetHatchBackgroundColor(GpHatch*,ARGB*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipGetHatchForegroundColor(GpHatch*,ARGB*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipGetHatchStyle(GpHatch*,HatchStyle*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Image */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneImage(GpImage*, GpImage**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneImageAttributes(GDIPCONST GpImageAttributes*,GpImageAttributes**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDisposeImage(GpImage*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipEmfToWmfBits(HENHMETAFILE,UINT,LPBYTE,INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFindFirstImageItem(GpImage*,ImageItemData*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipFindNextImageItem(GpImage*,ImageItemData*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetAllPropertyItems(GpImage*,UINT,UINT,PropertyItem*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageBounds(GpImage*,GpRectF*,GpUnit*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageDimension(GpImage*,REAL*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageFlags(GpImage*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageHeight(GpImage*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageHorizontalResolution(GpImage*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageItemData(GpImage*,ImageItemData*);
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsyncGpStatus WINGDIPAPI GdipGetImagePalette(GpImage*,ColorPalette*,INT);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipGetImagePaletteSize(GpImage*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageRawFormat(GpImage*,GUID*);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipGetImageThumbnail(GpImage*,UINT,UINT,GpImage**,GetThumbnailImageAbort,VOID*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageType(GpImage*,ImageType*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageVerticalResolution(GpImage*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageWidth(GpImage*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPropertyCount(GpImage*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPropertyIdList(GpImage*,UINT,PROPID*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPropertyItem(GpImage*,PROPID,UINT,PropertyItem*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPropertyItemSize(GpImage*,PROPID,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPropertySize(GpImage*,UINT*,UINT*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipImageForceValidation(GpImage*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipImageGetFrameCount(GpImage*,GDIPCONST GUID*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipImageGetFrameDimensionsCount(GpImage*,UINT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipImageGetFrameDimensionsList(GpImage*,GUID*,UINT);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipImageRotateFlip(GpImage*,RotateFlipType);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipImageSelectActiveFrame(GpImage*,GDIPCONST GUID*,UINT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipLoadImageFromFile(GDIPCONST WCHAR*,GpImage**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipLoadImageFromFileICM(GDIPCONST WCHAR*,GpImage**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipLoadImageFromStream(IStream*,GpImage**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipLoadImageFromStreamICM(IStream*,GpImage**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipRemovePropertyItem(GpImage*,PROPID);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSaveImageToFile(GpImage*,GDIPCONST WCHAR*,GDIPCONST CLSID*,GDIPCONST EncoderParameters*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSaveImageToStream(GpImage*,IStream*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST CLSID*,GDIPCONST EncoderParameters*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetImagePalette(GpImage*,GDIPCONST ColorPalette*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPropertyItem(GpImage*,GDIPCONST PropertyItem*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* ImageAttributes */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateImageAttributes(GpImageAttributes**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDisposeImageAttributes(GpImageAttributes*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesCachedBackground(GpImageAttributes*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync BOOL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesColorKeys(GpImageAttributes*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ColorAdjustType,BOOL,ARGB,ARGB);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesColorMatrix(GpImageAttributes*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ColorAdjustType,BOOL,GDIPCONST ColorMatrix*,GDIPCONST ColorMatrix*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ColorMatrixFlags);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesGamma(GpImageAttributes*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync ColorAdjustType,BOOL,REAL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesNoOp(GpImageAttributes*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync ColorAdjustType,BOOL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesOutputChannel(GpImageAttributes*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync ColorAdjustType,BOOL,ColorChannelFlags);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesOutputChannelColorProfile(
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GpImageAttributes*,ColorAdjustType,BOOL,GDIPCONST WCHAR*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesRemapTable(GpImageAttributes*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync ColorAdjustType,BOOL,UINT,GDIPCONST ColorMap*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesThreshold(GpImageAttributes*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync ColorAdjustType,BOOL,REAL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesToIdentity(GpImageAttributes*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync ColorAdjustType);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetImageAttributesWrapMode(GpImageAttributes*,WrapMode,
af062818b47340eef15700d2f0211576ba3506eevboxsync ARGB,BOOL);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* LinearGradientBrush */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateLineBrush(GDIPCONST GpPointF*,GDIPCONST GpPointF*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ARGB,ARGB,GpWrapMode,GpLineGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateLineBrushI(GDIPCONST GpPoint*,GDIPCONST GpPoint*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ARGB,ARGB,GpWrapMode,GpLineGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateLineBrushFromRect(GDIPCONST GpRectF*,ARGB,ARGB,
af062818b47340eef15700d2f0211576ba3506eevboxsync LinearGradientMode,GpWrapMode,GpLineGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateLineBrushFromRectI(GDIPCONST GpRect*,ARGB,ARGB,
af062818b47340eef15700d2f0211576ba3506eevboxsync LinearGradientMode,GpWrapMode,GpLineGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateLineBrushFromRectWithAngle(GDIPCONST GpRectF*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ARGB,ARGB,REAL,BOOL,GpWrapMode,GpLineGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateLineBrushFromRectWithAngleI(GDIPCONST GpRect*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ARGB,ARGB,REAL,BOOL,GpWrapMode,GpLineGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetLineColors(GpLineGradient*,ARGB*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetLineGammaCorrection(GpLineGradient*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetLineRect(GpLineGradient*,GpRectF*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetLineRectI(GpLineGradient*,GpRect*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetLineWrapMode(GpLineGradient*,GpWrapMode*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetLineBlend(GpLineGradient*,GDIPCONST REAL*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST REAL*,INT);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipGetLineBlend(GpLineGradient*,REAL*,REAL*,INT);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipGetLineBlendCount(GpLineGradient*,INT*);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipSetLinePresetBlend(GpLineGradient*,GDIPCONST ARGB*,
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsync GDIPCONST REAL*,INT);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipGetLinePresetBlend(GpLineGradient*,ARGB*,REAL*,INT);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipGetLinePresetBlendCount(GpLineGradient*,INT*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipResetLineTransform(GpLineGradient*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipRotateLineTransform(GpLineGradient*,REAL,GpMatrixOrder);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipScaleLineTransform(GpLineGradient*,REAL,REAL,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetLineColors(GpLineGradient*,ARGB,ARGB);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetLineGammaCorrection(GpLineGradient*,BOOL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetLineSigmaBlend(GpLineGradient*,REAL,REAL);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetLineTransform(GpLineGradient*,GDIPCONST GpMatrix*);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipSetLineLinearBlend(GpLineGradient*,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetLineWrapMode(GpLineGradient*,GpWrapMode);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipTranslateLineTransform(GpLineGradient*,REAL,REAL,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Matrix */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneMatrix(GpMatrix*,GpMatrix**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateMatrix(GpMatrix**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateMatrix2(REAL,REAL,REAL,REAL,REAL,REAL,GpMatrix**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateMatrix3(GDIPCONST GpRectF *,GDIPCONST GpPointF*,GpMatrix**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateMatrix3I(GDIPCONST GpRect*,GDIPCONST GpPoint*,GpMatrix**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteMatrix(GpMatrix*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetMatrixElements(GDIPCONST GpMatrix*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipInvertMatrix(GpMatrix*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsMatrixEqual(GDIPCONST GpMatrix*, GDIPCONST GpMatrix*, BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsMatrixIdentity(GDIPCONST GpMatrix*, BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsMatrixInvertible(GDIPCONST GpMatrix*, BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipMultiplyMatrix(GpMatrix*,GDIPCONST GpMatrix*,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipRotateMatrix(GpMatrix*,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipShearMatrix(GpMatrix*,REAL,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipScaleMatrix(GpMatrix*,REAL,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetMatrixElements(GpMatrix*,REAL,REAL,REAL,REAL,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTransformMatrixPoints(GpMatrix*,GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTransformMatrixPointsI(GpMatrix*,GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTranslateMatrix(GpMatrix*,REAL,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipVectorTransformMatrixPoints(GpMatrix*,GpPointF*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipVectorTransformMatrixPointsI(GpMatrix*,GpPoint*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Metafile */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipConvertToEmfPlus(const GpGraphics*,GpMetafile*,INT*,
af062818b47340eef15700d2f0211576ba3506eevboxsync EmfType,const WCHAR*,GpMetafile**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipConvertToEmfPlusToFile(const GpGraphics*,GpMetafile*,INT*,const WCHAR*,EmfType,const WCHAR*,GpMetafile**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipConvertToEmfPlusToStream(const GpGraphics*,GpMetafile*,INT*,IStream*,EmfType,const WCHAR*,GpMetafile**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateMetafileFromEmf(HENHMETAFILE,BOOL,GpMetafile**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateMetafileFromWmf(HMETAFILE,BOOL,
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST WmfPlaceableFileHeader*,GpMetafile**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateMetafileFromWmfFile(GDIPCONST WCHAR*, GDIPCONST WmfPlaceableFileHeader*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpMetafile**);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipCreateMetafileFromFile(GDIPCONST WCHAR*,GpMetafile**);
040b4a09341f574825386333398110f4db3e1e51vboxsyncGpStatus WINGDIPAPI GdipCreateMetafileFromStream(IStream*,GpMetafile**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetMetafileDownLevelRasterizationLimit(GpMetafile*,UINT);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* MetafileHeader */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetMetafileHeaderFromEmf(HENHMETAFILE,MetafileHeader*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetMetafileHeaderFromFile(GDIPCONST WCHAR*,MetafileHeader*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetMetafileHeaderFromMetafile(GpMetafile*,MetafileHeader*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetMetafileHeaderFromStream(IStream*,MetafileHeader*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetMetafileHeaderFromWmf(HMETAFILE,GDIPCONST WmfPlaceableFileHeader*,MetafileHeader*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
5112e32d7072e280613921c982a6672f2c859cf3vboxsync/* Notification */
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINAPI GdiplusNotificationHook(ULONG_PTR*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncvoid WINAPI GdiplusNotificationUnhook(ULONG_PTR);
5112e32d7072e280613921c982a6672f2c859cf3vboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* PathGradientBrush */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePathGradient(GDIPCONST GpPointF*,INT,GpWrapMode,GpPathGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePathGradientI(GDIPCONST GpPoint*,INT,GpWrapMode,GpPathGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePathGradientFromPath(GDIPCONST GpPath*,
af062818b47340eef15700d2f0211576ba3506eevboxsync GpPathGradient**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientBlend(GpPathGradient*,REAL*,REAL*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientBlendCount(GpPathGradient*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientCenterColor(GpPathGradient*,ARGB*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientCenterPoint(GpPathGradient*,GpPointF*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientCenterPointI(GpPathGradient*,GpPoint*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientFocusScales(GpPathGradient*,REAL*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientGammaCorrection(GpPathGradient*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientPointCount(GpPathGradient*,INT*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipSetPathGradientPresetBlend(GpPathGradient*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GDIPCONST ARGB*,GDIPCONST REAL*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientRect(GpPathGradient*,GpRectF*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientRectI(GpPathGradient*,GpRect*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientSurroundColorsWithCount(GpPathGradient*,
af062818b47340eef15700d2f0211576ba3506eevboxsync ARGB*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPathGradientWrapMode(GpPathGradient*,GpWrapMode*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientBlend(GpPathGradient*,GDIPCONST REAL*,GDIPCONST REAL*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientCenterColor(GpPathGradient*,ARGB);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientCenterPoint(GpPathGradient*,GpPointF*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientCenterPointI(GpPathGradient*,GpPoint*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientFocusScales(GpPathGradient*,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientGammaCorrection(GpPathGradient*,BOOL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientSigmaBlend(GpPathGradient*,REAL,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientSurroundColorsWithCount(GpPathGradient*,
ee6bcfc59fe3b0230aad85e2ef63d0402b7719b2vboxsync GDIPCONST ARGB*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPathGradientWrapMode(GpPathGradient*,GpWrapMode);
ee6bcfc59fe3b0230aad85e2ef63d0402b7719b2vboxsyncGpStatus WINGDIPAPI GdipGetPathGradientSurroundColorCount(GpPathGradient*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* PathIterator */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePathIter(GpPathIterator**,GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeletePathIter(GpPathIterator*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterCopyData(GpPathIterator*,INT*,GpPointF*,BYTE*,
af062818b47340eef15700d2f0211576ba3506eevboxsync INT,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterGetCount(GpPathIterator*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterGetSubpathCount(GpPathIterator*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterEnumerate(GpPathIterator*,INT*,GpPointF*,BYTE*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterHasCurve(GpPathIterator*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterIsValid(GpPathIterator*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterNextMarker(GpPathIterator*,INT*,INT*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterNextMarkerPath(GpPathIterator*,INT*,GpPath*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterNextPathType(GpPathIterator*,INT*,BYTE*,INT*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterNextSubpath(GpPathIterator*,INT*,INT*,INT*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterNextSubpathPath(GpPathIterator*,INT*,GpPath*,BOOL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipPathIterRewind(GpPathIterator*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Pen */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipClonePen(GpPen*,GpPen**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePen1(ARGB,REAL,GpUnit,GpPen**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreatePen2(GpBrush*,REAL,GpUnit,GpPen**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeletePen(GpPen*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenBrushFill(GpPen*,GpBrush**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenColor(GpPen*,ARGB*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenCustomStartCap(GpPen*,GpCustomLineCap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenCustomEndCap(GpPen*,GpCustomLineCap**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenDashArray(GpPen*,REAL*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenDashCount(GpPen*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenDashOffset(GpPen*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenDashStyle(GpPen*,GpDashStyle*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenMode(GpPen*,GpPenAlignment*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipResetPenTransform(GpPen*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipScalePenTransform(GpPen*,REAL,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenBrushFill(GpPen*,GpBrush*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenColor(GpPen*,ARGB);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenCompoundArray(GpPen*,GDIPCONST REAL*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenCustomEndCap(GpPen*,GpCustomLineCap*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenCustomStartCap(GpPen*,GpCustomLineCap*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenDashArray(GpPen*,GDIPCONST REAL*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenDashCap197819(GpPen*,GpDashCap);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenDashOffset(GpPen*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenDashStyle(GpPen*,GpDashStyle);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenEndCap(GpPen*,GpLineCap);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenFillType(GpPen*,GpPenType*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenLineCap197819(GpPen*,GpLineCap,GpLineCap,GpDashCap);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenLineJoin(GpPen*,GpLineJoin);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenMode(GpPen*,GpPenAlignment);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenMiterLimit(GpPen*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenStartCap(GpPen*,GpLineCap);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetPenWidth(GpPen*,REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenDashCap197819(GpPen*,GpDashCap*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenEndCap(GpPen*,GpLineCap*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenLineJoin(GpPen*,GpLineJoin*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenMiterLimit(GpPen*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenStartCap(GpPen*,GpLineCap*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenUnit(GpPen*,GpUnit*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetPenWidth(GpPen*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Region */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneRegion(GpRegion *, GpRegion **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCombineRegionPath(GpRegion *, GpPath *, CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCombineRegionRect(GpRegion *, GDIPCONST GpRectF *, CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCombineRegionRectI(GpRegion *, GDIPCONST GpRect *, CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCombineRegionRegion(GpRegion *, GpRegion *, CombineMode);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateRegion(GpRegion **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateRegionPath(GpPath *, GpRegion **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateRegionRect(GDIPCONST GpRectF *, GpRegion **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateRegionRectI(GDIPCONST GpRect *, GpRegion **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateRegionRgnData(GDIPCONST BYTE *, INT, GpRegion **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateRegionHrgn(HRGN, GpRegion **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteRegion(GpRegion *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetRegionBounds(GpRegion *, GpGraphics *, GpRectF *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetRegionBoundsI(GpRegion *, GpGraphics *, GpRect *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetRegionData(GpRegion *, BYTE *, UINT, UINT *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetRegionDataSize(GpRegion *, UINT *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetRegionHRgn(GpRegion *, GpGraphics *, HRGN *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsEmptyRegion(GpRegion *, GpGraphics *, BOOL *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsEqualRegion(GpRegion *, GpRegion *, GpGraphics *, BOOL *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipIsInfiniteRegion(GpRegion *, GpGraphics *, BOOL *);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipIsVisibleRegionPoint(GpRegion *, REAL, REAL, GpGraphics *, BOOL *);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipIsVisibleRegionPointI(GpRegion *, INT, INT, GpGraphics *, BOOL *);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipIsVisibleRegionRect(GpRegion *, REAL, REAL, REAL, REAL, GpGraphics *, BOOL *);
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsyncGpStatus WINGDIPAPI GdipIsVisibleRegionRectI(GpRegion *, INT, INT, INT, INT, GpGraphics *, BOOL *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetEmpty(GpRegion *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetInfinite(GpRegion *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTransformRegion(GpRegion *, GpMatrix *);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTranslateRegion(GpRegion *, REAL, REAL);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTranslateRegionI(GpRegion *, INT, INT);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* SolidBrush */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateSolidFill(ARGB,GpSolidFill**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetSolidFillColor(GpSolidFill*,ARGB*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetSolidFillColor(GpSolidFill*,ARGB);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* StringFormat */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCloneStringFormat(GDIPCONST GpStringFormat*,GpStringFormat**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateStringFormat(INT,LANGID,GpStringFormat**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipDeleteStringFormat(GpStringFormat*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatAlign(GpStringFormat*,StringAlignment*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatDigitSubstitution(GDIPCONST GpStringFormat*,LANGID*,
af062818b47340eef15700d2f0211576ba3506eevboxsync StringDigitSubstitute*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatFlags(GDIPCONST GpStringFormat*, INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatHotkeyPrefix(GDIPCONST GpStringFormat*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatLineAlign(GpStringFormat*,StringAlignment*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatMeasurableCharacterRangeCount(
af062818b47340eef15700d2f0211576ba3506eevboxsync GDIPCONST GpStringFormat*, INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatTabStopCount(GDIPCONST GpStringFormat*,INT*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatTabStops(GDIPCONST GpStringFormat*,INT,REAL*,REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetStringFormatTrimming(GpStringFormat*,StringTrimming*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetStringFormatAlign(GpStringFormat*,StringAlignment);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetStringFormatDigitSubstitution(GpStringFormat*,LANGID,StringDigitSubstitute);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetStringFormatHotkeyPrefix(GpStringFormat*,INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetStringFormatLineAlign(GpStringFormat*,StringAlignment);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetStringFormatMeasurableCharacterRanges(
af062818b47340eef15700d2f0211576ba3506eevboxsync GpStringFormat*, INT, GDIPCONST CharacterRange*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetStringFormatTabStops(GpStringFormat*,REAL,INT,GDIPCONST REAL*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetStringFormatTrimming(GpStringFormat*,StringTrimming);
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsyncGpStatus WINGDIPAPI GdipSetStringFormatFlags(GpStringFormat*, INT);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipStringFormatGetGenericDefault(GpStringFormat **);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipStringFormatGetGenericTypographic(GpStringFormat **);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Texture */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateTexture(GpImage*,GpWrapMode,GpTexture**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateTexture2(GpImage*,GpWrapMode,REAL,REAL,REAL,REAL,GpTexture**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateTexture2I(GpImage*,GpWrapMode,INT,INT,INT,INT,GpTexture**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateTextureIA(GpImage*,GDIPCONST GpImageAttributes*,
af062818b47340eef15700d2f0211576ba3506eevboxsync REAL,REAL,REAL,REAL,GpTexture**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateTextureIAI(GpImage*,GDIPCONST GpImageAttributes*,
af062818b47340eef15700d2f0211576ba3506eevboxsync INT,INT,INT,INT,GpTexture**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetTextureTransform(GpTexture*,GpMatrix*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetTextureWrapMode(GpTexture*, GpWrapMode*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipMultiplyTextureTransform(GpTexture*,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GDIPCONST GpMatrix*,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipResetTextureTransform(GpTexture*);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipRotateTextureTransform(GpTexture*,REAL,GpMatrixOrder);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipScaleTextureTransform(GpTexture*,REAL,REAL,GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetTextureTransform(GpTexture *,GDIPCONST GpMatrix*);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipSetTextureWrapMode(GpTexture*, GpWrapMode);
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncGpStatus WINGDIPAPI GdipTranslateTextureTransform(GpTexture*,REAL,REAL,
5112e32d7072e280613921c982a6672f2c859cf3vboxsync GpMatrixOrder);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/* Without wrapper methods */
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipCreateStreamOnFile(GDIPCONST WCHAR*,UINT,IStream**);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageEncodersSize(UINT *numEncoders, UINT *size);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipGetImageEncoders(UINT numEncoders, UINT size, ImageCodecInfo *encoders);
af062818b47340eef15700d2f0211576ba3506eevboxsyncGpStatus WINGDIPAPI GdipTestControl(GpTestControlEnum,void*);
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#ifdef __cplusplus
af062818b47340eef15700d2f0211576ba3506eevboxsync}
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif