Home
last modified time | relevance | path

Searched refs:D2D1_SEPIA_PROP (Results 1 – 3 of 3) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1effects_2.h218 typedef enum D2D1_SEPIA_PROP enum
234 } D2D1_SEPIA_PROP; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs1580 pub type D2D1_SEPIA_PROP = u32; typedef
1581 pub const D2D1_SEPIA_PROP_INTENSITY: D2D1_SEPIA_PROP = 0u32;
1582 pub const D2D1_SEPIA_PROP_ALPHA_MODE: D2D1_SEPIA_PROP = 1u32;
1583 pub const D2D1_SEPIA_PROP_FORCE_DWORD: D2D1_SEPIA_PROP = 4294967295u32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs7584 pub struct D2D1_SEPIA_PROP(pub u32);
7585 pub const D2D1_SEPIA_PROP_INTENSITY: D2D1_SEPIA_PROP = D2D1_SEPIA_PROP(0u32);
7586 pub const D2D1_SEPIA_PROP_ALPHA_MODE: D2D1_SEPIA_PROP = D2D1_SEPIA_PROP(1u32);
7587 pub const D2D1_SEPIA_PROP_FORCE_DWORD: D2D1_SEPIA_PROP = D2D1_SEPIA_PROP(4294967295u32);
7588 impl ::std::convert::From<u32> for D2D1_SEPIA_PROP {
7593 unsafe impl ::windows::runtime::Abi for D2D1_SEPIA_PROP {
7597 impl ::std::ops::BitOr for D2D1_SEPIA_PROP {
7603 impl ::std::ops::BitAnd for D2D1_SEPIA_PROP {
7609 impl ::std::ops::BitOrAssign for D2D1_SEPIA_PROP {
7614 impl ::std::ops::BitAndAssign for D2D1_SEPIA_PROP {
[all …]