Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4067c194
Commit
4067c194
authored
Aug 30, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdiplus: Add some extra prototypes.
parent
20a7ab48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
gdiplusflat.h
include/gdiplusflat.h
+9
-1
No files found.
include/gdiplusflat.h
View file @
4067c194
...
...
@@ -143,8 +143,13 @@ GpStatus WINGDIPAPI GdipCreatePathGradientI(GDIPCONST GpPoint*,INT,GpWrapMode,Gp
GpStatus
WINGDIPAPI
GdipCreatePathGradientFromPath
(
GDIPCONST
GpPath
*
,
GpPathGradient
**
);
GpStatus
WINGDIPAPI
GdipCreateSolidFill
(
ARGB
,
GpSolidFill
**
);
GpStatus
WINGDIPAPI
GdipCreateTexture
(
GpImage
*
,
GpWrapMode
,
GpTexture
**
);
GpStatus
WINGDIPAPI
GdipCreateTexture2
(
GpImage
*
,
GpWrapMode
,
REAL
,
REAL
,
REAL
,
REAL
,
GpTexture
**
);
GpStatus
WINGDIPAPI
GdipCreateTexture2I
(
GpImage
*
,
GpWrapMode
,
INT
,
INT
,
INT
,
INT
,
GpTexture
**
);
GpStatus
WINGDIPAPI
GdipCreateTextureIA
(
GpImage
*
,
GDIPCONST
GpImageAttributes
*
,
REAL
,
REAL
,
REAL
,
REAL
,
GpTexture
**
);
GpStatus
WINGDIPAPI
GdipCreateTextureIAI
(
GpImage
*
,
GDIPCONST
GpImageAttributes
*
,
INT
,
INT
,
INT
,
INT
,
GpTexture
**
);
GpStatus
WINGDIPAPI
GdipDeleteBrush
(
GpBrush
*
);
GpStatus
WINGDIPAPI
GdipGetBrushType
(
GpBrush
*
,
GpBrushType
*
);
GpStatus
WINGDIPAPI
GdipGetLineGammaCorrection
(
GpLineGradient
*
,
BOOL
*
);
...
...
@@ -157,6 +162,7 @@ GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorsWithCount(GpPathGradient*,
ARGB
*
,
INT
*
);
GpStatus
WINGDIPAPI
GdipGetPathGradientWrapMode
(
GpPathGradient
*
,
GpWrapMode
*
);
GpStatus
WINGDIPAPI
GdipGetSolidFillColor
(
GpSolidFill
*
,
ARGB
*
);
GpStatus
WINGDIPAPI
GdipGetTextureTransform
(
GpTexture
*
,
GpMatrix
*
);
GpStatus
WINGDIPAPI
GdipSetLineBlend
(
GpLineGradient
*
,
GDIPCONST
REAL
*
,
GDIPCONST
REAL
*
,
INT
);
GpStatus
WINGDIPAPI
GdipSetLineGammaCorrection
(
GpLineGradient
*
,
BOOL
);
...
...
@@ -236,8 +242,10 @@ GpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap*,INT,INT,ARGB*);
GpStatus
WINGDIPAPI
GdipBitmapSetPixel
(
GpBitmap
*
,
INT
,
INT
,
ARGB
);
GpStatus
WINGDIPAPI
GdipBitmapLockBits
(
GpBitmap
*
,
GDIPCONST
GpRect
*
,
UINT
,
PixelFormat
,
BitmapData
*
);
GpStatus
WINGDIPAPI
GdipConvertToEmfPlus
(
const
GpGraphics
*
,
GpMetafile
*
,
BOOL
*
,
GpStatus
WINGDIPAPI
GdipConvertToEmfPlus
(
const
GpGraphics
*
,
GpMetafile
*
,
INT
*
,
EmfType
,
const
WCHAR
*
,
GpMetafile
**
);
GpStatus
WINGDIPAPI
GdipConvertToEmfPlusToFile
(
const
GpGraphics
*
,
GpMetafile
*
,
INT
*
,
const
WCHAR
*
,
EmfType
,
const
WCHAR
*
,
GpMetafile
**
);
GpStatus
WINGDIPAPI
GdipConvertToEmfPlusToStream
(
const
GpGraphics
*
,
GpMetafile
*
,
INT
*
,
IStream
*
,
EmfType
,
const
WCHAR
*
,
GpMetafile
**
);
GpStatus
WINGDIPAPI
GdipCreateBitmapFromFile
(
GDIPCONST
WCHAR
*
,
GpBitmap
**
);
GpStatus
WINGDIPAPI
GdipCreateBitmapFromGraphics
(
INT
,
INT
,
GpGraphics
*
,
GpBitmap
**
);
GpStatus
WINGDIPAPI
GdipCreateBitmapFromScan0
(
INT
,
INT
,
INT
,
PixelFormat
,
BYTE
*
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment