Home
last modified time | relevance | path

Searched defs:IDWriteGdiInterop (Results 1 – 6 of 6) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Ddwrite.py58 IDWriteGdiInterop = Interface("IDWriteGdiInterop", IUnknown) variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h175 typedef interface IDWriteGdiInterop IDWriteGdiInterop; typedef
177 interface IDWriteGdiInterop; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h175 typedef interface IDWriteGdiInterop IDWriteGdiInterop; typedef
177 interface IDWriteGdiInterop; variable
/dports/multimedia/libass/libass-0.15.2/libass/
H A Ddwrite_c.h36 typedef struct IDWriteGdiInterop IDWriteGdiInterop; typedef
1016 DECLARE_INTERFACE_(IDWriteGdiInterop,IUnknown) in DECLARE_INTERFACE_() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs3545 pub unsafe fn GetGdiInterop(&self) -> ::windows::runtime::Result<IDWriteGdiInterop> { in GetGdiInterop()
3720 pub unsafe fn GetGdiInterop(&self) -> ::windows::runtime::Result<IDWriteGdiInterop> { in GetGdiInterop()
3926 pub unsafe fn GetGdiInterop(&self) -> ::windows::runtime::Result<IDWriteGdiInterop> { in GetGdiInterop()
4215 pub unsafe fn GetGdiInterop(&self) -> ::windows::runtime::Result<IDWriteGdiInterop> { in GetGdiInterop()
12707 pub struct IDWriteGdiInterop(::windows::runtime::IUnknown); struct
12708 impl IDWriteGdiInterop { implementation
12734 unsafe impl ::windows::runtime::Interface for IDWriteGdiInterop { implementation
12848 impl ::std::convert::From<IDWriteGdiInterop1> for IDWriteGdiInterop { implementation
12853 impl ::std::convert::From<&IDWriteGdiInterop1> for IDWriteGdiInterop { implementation
12859 fn into_param(self) -> ::windows::runtime::Param<'a, IDWriteGdiInterop> { in into_param() argument
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs1364 pub type IDWriteGdiInterop = *mut ::core::ffi::c_void; typedef