From: Amine Khaldi Date: Sun, 17 Sep 2017 12:34:07 +0000 (+0000) Subject: [PSDK] Update gdiplusflat.h. CORE-13762 X-Git-Tag: 0.4.8-dev~368 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2a10a08909b0ff5a228ca08c6fc21e0972cdc785 [PSDK] Update gdiplusflat.h. CORE-13762 svn path=/trunk/; revision=75871 --- diff --git a/reactos/sdk/include/psdk/gdiplusflat.h b/reactos/sdk/include/psdk/gdiplusflat.h index 9ac57069f0e..64a3a62e32a 100644 --- a/reactos/sdk/include/psdk/gdiplusflat.h +++ b/reactos/sdk/include/psdk/gdiplusflat.h @@ -263,6 +263,7 @@ GpStatus WINGDIPAPI GdipGetTextContrast(GpGraphics*,UINT*); GpStatus WINGDIPAPI GdipGetTextRenderingHint(GpGraphics*,TextRenderingHint*); GpStatus WINGDIPAPI GdipGetWorldTransform(GpGraphics*,GpMatrix*); GpStatus WINGDIPAPI GdipGraphicsClear(GpGraphics*,ARGB); +GpStatus WINGDIPAPI GdipGraphicsSetAbort(GpGraphics*,GdiplusAbort*); GpStatus WINGDIPAPI GdipGetVisibleClipBounds(GpGraphics*,GpRectF*); GpStatus WINGDIPAPI GdipGetVisibleClipBoundsI(GpGraphics*,GpRect*); GpStatus WINGDIPAPI GdipInitializePalette(ColorPalette*,PaletteType,INT,BOOL,GpBitmap*); @@ -495,6 +496,7 @@ GpStatus WINGDIPAPI GdipSetLinePresetBlend(GpLineGradient*,GDIPCONST ARGB*, GpStatus WINGDIPAPI GdipGetLinePresetBlend(GpLineGradient*,ARGB*,REAL*,INT); GpStatus WINGDIPAPI GdipGetLinePresetBlendCount(GpLineGradient*,INT*); GpStatus WINGDIPAPI GdipGetLineTransform(GpLineGradient*,GpMatrix*); +GpStatus WINGDIPAPI GdipMultiplyLineTransform(GpLineGradient*,GDIPCONST GpMatrix*,GpMatrixOrder); GpStatus WINGDIPAPI GdipResetLineTransform(GpLineGradient*); GpStatus WINGDIPAPI GdipRotateLineTransform(GpLineGradient*,REAL,GpMatrixOrder); GpStatus WINGDIPAPI GdipScaleLineTransform(GpLineGradient*,REAL,REAL,