Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/thirdparty/mingw/wincodec/
H A Dwincodec.h247 typedef enum WICColorContextType { enum
251 } WICColorContextType; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincodec.h379 typedef enum WICColorContextType { enum
383 } WICColorContextType; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincodec.h379 typedef enum WICColorContextType { enum
383 } WICColorContextType; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Imaging/
H A Dmod.rs1264 pub type WICColorContextType = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Imaging/
H A Dmod.rs1766 pub unsafe fn GetType(&self) -> ::windows::runtime::Result<WICColorContextType> { in GetType()
5899 pub struct WICColorContextType(pub i32); struct
5903 impl ::std::convert::From<i32> for WICColorContextType { implementation
5908 unsafe impl ::windows::runtime::Abi for WICColorContextType { implementation