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
c2001c2b
Commit
c2001c2b
authored
Aug 14, 2012
by
Vincent Povirk
Committed by
Alexandre Julliard
Aug 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windowscodecs: Add tests for IWICBitmap.
parent
c5f2e662
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile.in
dlls/windowscodecs/tests/Makefile.in
+1
-0
bitmap.c
dlls/windowscodecs/tests/bitmap.c
+0
-0
wincodec.idl
include/wincodec.idl
+7
-0
No files found.
dlls/windowscodecs/tests/Makefile.in
View file @
c2001c2b
...
...
@@ -2,6 +2,7 @@ TESTDLL = windowscodecs.dll
IMPORTS
=
ole32 windowscodecs
C_SRCS
=
\
bitmap.c
\
bmpformat.c
\
converter.c
\
icoformat.c
\
...
...
dlls/windowscodecs/tests/bitmap.c
0 → 100644
View file @
c2001c2b
This diff is collapsed.
Click to expand it.
include/wincodec.idl
View file @
c2001c2b
...
...
@@ -81,6 +81,12 @@ typedef enum WICBitmapInterpolationMode {
WICBITMAPINTERPOLATIONMODE_FORCE_DWORD
=
CODEC_FORCE_DWORD
}
WICBitmapInterpolationMode
;
typedef
enum
WICBitmapLockFlags
{
WICBitmapLockRead
=
0
x00000001
,
WICBitmapLockWrite
=
0
x00000002
,
WICBITMAPLOCKFLAGS_FORCE_DWORD
=
CODEC_FORCE_DWORD
}
WICBitmapLockFlags
;
typedef
enum
WICBitmapPaletteType
{
WICBitmapPaletteTypeCustom
=
0
x00000000
,
WICBitmapPaletteTypeMedianCut
=
0
x00000001
,
...
...
@@ -201,6 +207,7 @@ typedef UINT32 WICColor;
cpp_quote
(
"#define WINCODEC_ERR_WRONGSTATE 0x88982f04"
)
cpp_quote
(
"#define WINCODEC_ERR_VALUEOUTOFRANGE 0x88982f05"
)
cpp_quote
(
"#define WINCODEC_ERR_NOTINITIALIZED 0x88982f0c"
)
cpp_quote
(
"#define WINCODEC_ERR_ALREADYLOCKED 0x88982f0d"
)
cpp_quote
(
"#define WINCODEC_ERR_PROPERTYNOTFOUND 0x88982f40"
)
cpp_quote
(
"#define WINCODEC_ERR_CODECNOTHUMBNAIL 0x88982f44"
)
cpp_quote
(
"#define WINCODEC_ERR_PALETTEUNAVAILABLE 0x88982f45"
)
...
...
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