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
6c480cb1
Commit
6c480cb1
authored
Apr 27, 2010
by
Vincent Povirk
Committed by
Alexandre Julliard
Apr 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add definitions for IWICBitmapFlipRotator.
parent
83f32fc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
wincodec.idl
include/wincodec.idl
+21
-1
No files found.
include/wincodec.idl
View file @
6c480cb1
...
...
@@ -98,6 +98,16 @@ typedef enum WICBitmapPaletteType {
WICBITMAPPALETTETYPE_FORCE_DWORD
=
CODEC_FORCE_DWORD
}
WICBitmapPaletteType
;
typedef
enum
WICBitmapTransformOptions
{
WICBitmapTransformRotate0
=
0
x00000000
,
WICBitmapTransformRotate90
=
0
x00000001
,
WICBitmapTransformRotate180
=
0
x00000002
,
WICBitmapTransformRotate270
=
0
x00000003
,
WICBitmapTransformFlipHorizontal
=
0
x00000008
,
WICBitmapTransformFlipVertical
=
0
x00000010
,
WICBITMAPTRANSFORMOPTIONS_FORCE_DWORD
=
CODEC_FORCE_DWORD
}
WICBitmapTransformOptions
;
typedef
enum
WICComponentType
{
WICDecoder
=
0
x00000001
,
WICEncoder
=
0
x00000002
,
...
...
@@ -178,7 +188,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
cpp_quote
(
"#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c"
)
interface
IWICPalette
;
interface
IWICBitmapFlipRotator
;
interface
IWICColorContext
;
interface
IWICColorTransform
;
interface
IWICFastMetadataEncoder
;
...
...
@@ -235,6 +244,17 @@ interface IWICBitmapLock : IUnknown
[
object
,
uuid
(
5009834
f
-
2
d6a
-
41
ce
-
9
e1b
-
17
c5aff7a782
)
]
interface
IWICBitmapFlipRotator
:
IWICBitmapSource
{
HRESULT
Initialize
(
[
in
]
IWICBitmapSource
*
pISource
,
[
in
]
WICBitmapTransformOptions
options
)
;
}
[
object
,
uuid
(
00000121
-
a8f2
-
4877
-
ba0a
-
fd2b6645fb94
)
]
interface
IWICBitmap
:
IWICBitmapSource
...
...
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