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
94f5cd1d
Commit
94f5cd1d
authored
Mar 11, 2024
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 11, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add ID2D1Factory7 definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
parent
d71fb722
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
111 additions
and
0 deletions
+111
-0
d2d1_3.idl
include/d2d1_3.idl
+111
-0
No files found.
include/d2d1_3.idl
View file @
94f5cd1d
...
...
@@ -505,6 +505,9 @@ interface ID2D1DeviceContext4 : ID2D1DeviceContext3
)
;
}
interface
ID2D1DeviceContext5
;
interface
ID2D1DeviceContext6
;
[
object
,
uuid
(
a44472e1
-
8
dfb
-
4
e60
-
8492
-
6
e2861c9ca8b
),
...
...
@@ -526,6 +529,62 @@ interface ID2D1Device2 : ID2D1Device1
[
object
,
uuid
(
852
f2087
-
802
c
-
4037
-
ab60
-
ff2e7ee6fc01
),
local
,
]
interface
ID2D1Device3
:
ID2D1Device2
{
HRESULT
CreateDeviceContext
(
[
in
]
D2D1_DEVICE_CONTEXT_OPTIONS
options
,
[
out
]
ID2D1DeviceContext3
**
context
)
;
}
[
object
,
uuid
(
d7bdb159
-
5683
-
4
a46
-
bc9c
-
72
dc720b858b
),
local
,
]
interface
ID2D1Device4
:
ID2D1Device3
{
HRESULT
CreateDeviceContext
(
[
in
]
D2D1_DEVICE_CONTEXT_OPTIONS
options
,
[
out
]
ID2D1DeviceContext4
**
context
)
;
void
SetMaximumColorGlyphCacheMemory
(
UINT64
size
)
;
UINT64
GetMaximumColorGlyphCacheMemory
(
void
)
;
}
[
object
,
uuid
(
d55ba0a4
-
6405
-
4694
-
aef5
-
08
ee1a4358b4
),
local
,
]
interface
ID2D1Device5
:
ID2D1Device4
{
HRESULT
CreateDeviceContext
(
[
in
]
D2D1_DEVICE_CONTEXT_OPTIONS
options
,
[
out
]
ID2D1DeviceContext5
**
context
)
;
}
[
object
,
uuid
(
7b
fef914
-
2
d75
-
4b
ad
-
be87
-
e18ddb077b6d
),
local
,
]
interface
ID2D1Device6
:
ID2D1Device5
{
HRESULT
CreateDeviceContext
(
[
in
]
D2D1_DEVICE_CONTEXT_OPTIONS
options
,
[
out
]
ID2D1DeviceContext6
**
context
)
;
}
[
object
,
uuid
(
0869759
f
-
4
f00
-
413
f
-
b03e
-
2b
da45404d0f
),
local
,
]
...
...
@@ -539,6 +598,58 @@ interface ID2D1Factory3 : ID2D1Factory2
[
object
,
uuid
(
bd4ec2d2
-
0662
-
4b
ee
-
ba8e
-
6
f29f032e096
),
local
,
]
interface
ID2D1Factory4
:
ID2D1Factory3
{
HRESULT
CreateDevice
(
[
in
]
IDXGIDevice
*
dxgi_device
,
[
out
]
ID2D1Device3
**
d2d_device
)
;
}
[
object
,
uuid
(
c4349994
-838e-4
b0f
-
8
cab
-
44997
d9eeacc
),
local
,
]
interface
ID2D1Factory5
:
ID2D1Factory4
{
HRESULT
CreateDevice
(
[
in
]
IDXGIDevice
*
dxgi_device
,
[
out
]
ID2D1Device4
**
d2d_device
)
;
}
[
object
,
uuid
(
f9976f46
-
f642
-
44
c1
-
97
ca
-
da32ea2a2635
),
local
,
]
interface
ID2D1Factory6
:
ID2D1Factory5
{
HRESULT
CreateDevice
(
[
in
]
IDXGIDevice
*
dxgi_device
,
[
out
]
ID2D1Device5
**
d2d_device
)
;
}
[
object
,
uuid
(
bdc2bdd3
-
b96c
-
4
de6
-
bdf7
-
99
d4745454de
),
local
,
]
interface
ID2D1Factory7
:
ID2D1Factory6
{
HRESULT
CreateDevice
(
[
in
]
IDXGIDevice
*
dxgi_device
,
[
out
]
ID2D1Device6
**
d2d_device
)
;
}
[
object
,
uuid
(
3b
ab440e
-417e-47
df
-
a2e2
-
bc0be6a00916
),
local
,
]
...
...
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