Home
last modified time | relevance | path

Searched defs:WICComponentType (Results 1 – 5 of 5) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/thirdparty/mingw/wincodec/
H A Dwincodec.h252 typedef enum WICComponentType { enum
260 } WICComponentType; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincodec.h384 typedef enum WICComponentType { enum
392 } WICComponentType; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincodec.h384 typedef enum WICComponentType { enum
392 } WICComponentType; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Imaging/
H A Dmod.rs443 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
749 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
1044 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
2133 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
2847 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
3687 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
4051 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
4343 pub unsafe fn GetComponentType(&self) -> ::windows::runtime::Result<WICComponentType> { in GetComponentType()
5949 pub struct WICComponentType(pub i32); struct
5958 impl ::std::convert::From<i32> for WICComponentType { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Imaging/
H A Dmod.rs1281 pub type WICComponentType = i32; typedef